Michael Lumish
1872b4452e
Merge pull request #4833 from ctiller/copydah
...
Copyright fix
9 years ago
Craig Tiller
9b5de799d1
Copyright fix
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
Michael Lumish
ff6242b401
Merge pull request #4791 from ctiller/rtt2
...
Move build configs into build.yaml
9 years ago
Michael Lumish
6734ae802c
Merge pull request #4814 from ctiller/limit-cpu
...
Limit Jenkins builder concurrency to 3
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
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
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
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
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
Jan Tattermusch
f423b06110
fix 32bit compilation on mac
9 years ago
Jan Tattermusch
4c70fe7187
Merge pull request #4776 from jtattermusch/fix_32bit_artifacts
...
Improve grpc_chttp2_decode_timeout implementation
9 years ago
Jan Tattermusch
5dd0d1d4fe
Merge pull request #4766 from jtattermusch/artifact_builder_win_fix
...
Fix C# artifact building on windows.
9 years ago
Jan Tattermusch
72ce442d61
regenerate C# protos
9 years ago
Jan Tattermusch
75849e4561
fix C# generate_protos.sh script
9 years ago
Jan Tattermusch
aba2548dbe
upgrade Grpc.sln to newest Google.Protobuf nuget
9 years ago
Jan Tattermusch
d214fb99de
Remove leftovers from packages.config
9 years ago
Jan Tattermusch
da717f464d
update C# generator to the new API
9 years ago
Jan Tattermusch
f4c74fa6cd
update third_party/protobuf to 3.0.0beta2
9 years ago
Yang Gao
65eb565e92
Merge pull request #4789 from ctiller/alphabetsoup
...
Fix formatting
9 years ago
Jan Tattermusch
a94d989b79
Merge pull request #4785 from ctiller/more-saneness
...
List Sanity tests in a config file, not a shell script
9 years ago
Craig Tiller
5ffab69caa
Fix formatting
9 years ago
Jan Tattermusch
4c3c397bbe
Merge pull request #4783 from ctiller/cpu-cost
...
Use CPU cost modelling to better utilize test resources
9 years ago
Masood Malekghassemi
6990ce2204
Merge pull request #4772 from nathanielmanistaatgoogle/cython-channel-test
...
Cython channel test isolating a connectivity-state-watching bug
9 years ago
Vijay Pai
3b10503c42
Merge pull request #4781 from ctiller/flingcap
...
Cap fling tests by time not rpcs processed
9 years ago
Craig Tiller
a7a9e40ec9
Merge branch 'cpu-cost' into more-saneness
9 years ago
Craig Tiller
94d04a5620
List Sanity tests in a config file, not a shell script
...
Allows parallelization of sanity tests, and better error reporting
9 years ago
Craig Tiller
0eef9eef90
Fix copyrights
9 years ago
Craig Tiller
f08dc47935
Fix copyrights
9 years ago
Craig Tiller
bfd0553571
Add C++ CPU costs
9 years ago
Craig Tiller
bfe693678d
Tweak cpu costs
9 years ago
Craig Tiller
5f735a64e1
Add CPU cost measurement, tune parameters, decrease default maxjobs
9 years ago
Yang Gao
9c8ec0506d
Merge pull request #4780 from ctiller/avl-simplify
...
Fix copyrights
9 years ago
Craig Tiller
56c6b6ab0a
Use CPU cost modelling to increase parallelism
9 years ago
Craig Tiller
fb0a918155
Cap fling tests by time not rpcs processed
9 years ago