Craig Tiller
9b5de799d1
Copyright fix
9 years ago
Dan Born
25fe36ac83
Revert run_tests.py to master.
9 years ago
Masood Malekghassemi
14a0a93c79
Fix broken Python package builds
...
I'd been incorrectly using indirection against Cython's build_ext
module.
9 years ago
David Garcia Quintas
1e9c73e8ac
copyright fixes
9 years ago
David Garcia Quintas
347d58bb9a
Merge branch 'master' of github.com:grpc/grpc into sync-async-plus-interfaces
9 years ago
David Garcia Quintas
ddcb53a9de
made codegen targets in build.yaml
9 years ago
Alistair Veitch
0c1cdcd38a
update comments
9 years ago
Alistair Veitch
6670add667
keep status with tag set, eliminate tag_set_ntags
9 years ago
Jan Tattermusch
2128ee8da7
fix C# build on mac
9 years ago
Masood Malekghassemi
06b1a693eb
Merge pull request #4802 from jtattermusch/integrate_0_12_changes
...
Integrate changes from release-0_12 branch back to master.
9 years ago
Jorge Canizales
c12a743887
Merge pull request #4804 from kriswuollett/kriswuollett-protomethod-httppath-fix
...
Fixed proto method without package naming in ObjC.
9 years ago
David Garcia Quintas
1e927a6ee4
updated tests.json
9 years ago
David Garcia Quintas
826505cc8f
Merge branch 'master' of github.com:grpc/grpc into sync-async-plus-interfaces
9 years ago
Michael Lumish
ff6242b401
Merge pull request #4791 from ctiller/rtt2
...
Move build configs into build.yaml
9 years ago
Masood Malekghassemi
ad32ff4e61
Depend on Python protobuf in grpcio
9 years ago
Michael Lumish
6734ae802c
Merge pull request #4814 from ctiller/limit-cpu
...
Limit Jenkins builder concurrency to 3
9 years ago
Jan Tattermusch
f087ec0f4c
revamp native package building
9 years ago
Nathaniel Manista
4a9b1c6988
Fix a defect in RPC Framework Core
...
On the service-side, an operation isn't successfully completed with
just the conclusion of transmission to the other side; local ingestion
of the status and code must be completed as well before termination
callbacks are called.
9 years ago
Craig Tiller
ce62feb370
Fix sanity
9 years ago
Craig Tiller
de5d09017b
Fix copyrights
9 years ago
Craig Tiller
81df68d647
Add some time dilation for ASAN builds
9 years ago
Jan Tattermusch
4683576e4a
Merge pull request #4816 from ctiller/jenkers
...
Propagate BUILD_ID env var to jenkins children
9 years ago
Jan Tattermusch
16d136b19f
Merge pull request #4815 from ctiller/respect
...
Make run_tests.py respect job count for compilation
9 years ago
Craig Tiller
dfde70757e
Merge pull request #4817 from earhart/master
...
Add -std=gnu99 when building libgrpc
9 years ago
Rob Earhart
af379b2185
Add -std=gnu99 when building libgrpc
9 years ago
Alistair Veitch
9d8dabb552
address tag_set comments
9 years ago
David Garcia Quintas
edc87ecad1
more dependency/sanity fixes
9 years ago
Craig Tiller
f813f57ec5
Clean up Windows
9 years ago
Craig Tiller
c18cbbcf00
Propagate BUILD_ID env var to jenkins children
9 years ago
Craig Tiller
dd6f7edd2a
Make run_tests.py respect job count for compilation
9 years ago
Craig Tiller
e1b2653fb5
Limit Jenkins builder concurrency to 3
9 years ago
Craig Tiller
3dca23aa0d
Make zlib a first class build citizen
9 years ago
David Garcia Quintas
898588ba33
added missing codegen deps for grp
9 years ago
Jan Tattermusch
72a2a7f6df
increase protobuf dependency version
9 years ago
Jan Tattermusch
ecb02be1ea
include assembly signing key in the repo
9 years ago
Michael Lumish
bf363c0561
Merge pull request #4782 from jtattermusch/csharp_runtests_mac
...
Enable running C# tests on mac in run_tests.py
9 years ago
David Garcia Quintas
1d9b8079cb
clang-format
9 years ago
David Garcia Quintas
a43aadd7e1
fixed copyrights
9 years ago
David Garcia Quintas
08a0a3306e
Made "codedgen" directories closed over #includes
9 years ago
Jan Tattermusch
cd34a82fc1
fix copyright
9 years ago
Kristopher Wuollett
ab5500ea11
Fixed proto method without package naming in ObjC.
9 years ago
Jan Tattermusch
7c60b276de
Merge remote-tracking branch 'upstream/release-0_12' into integrate_0_12_changes
9 years ago
Michael Lumish
93205e6335
Merge pull request #4787 from jtattermusch/upgrade_protobuf_beta2
...
Upgrade to Protobuf 3.0.0-beta2
9 years ago
Craig Tiller
9279ac246e
Fix imports
9 years ago
Craig Tiller
1dce906aea
Use ast.literal_eval instead of json.loads to avoid unicode problems on windows
9 years ago
Jan Tattermusch
15dc664547
Merge pull request #4777 from jtattermusch/fix_32bit_mac_artifact
...
Fix 32bit artifact building on mac
9 years ago
David Garcia Quintas
f3ddb7c55a
clang-format
9 years ago
Craig Tiller
aff3d50324
Fix C++
9 years ago
Craig Tiller
a0f85171d1
Move build configs into build.yaml
...
Importantly:
- allows matching timeout values between makefile and run_tests without
repeating ourselves
- allows borrowing of compiler flags by other build systems
There's still a little too much build configuration built into our
Makefile, but we can start attacking that over time.
9 years ago
Jan Tattermusch
c895fe0558
enable running c# tests on mac
9 years ago