Per Grön
|
c72b1a312c
|
Don't hard code protobuf specific file extensions in cpp_generator.cc
This file is shared with the Flatbuffers project as well, which does not
use "pb" file extensions.
|
8 years ago |
Vijay Pai
|
8aa652ff83
|
Merge pull request #11066 from vjpai/all_you_old_compilers_you_must_go
Remove gcc-4.4 and 4.6 from portability tests
|
8 years ago |
Craig Tiller
|
78574f88bb
|
Merge pull request #11079 from grpc/revert-10982-master
Revert "Documentation on how to write unit tests using auto-generated mocked stubs."
|
8 years ago |
Craig Tiller
|
012e929a18
|
Revert "Documentation on how to write unit tests using auto-generated mocked stubs."
|
8 years ago |
MakMukhi
|
dd2f97045c
|
Merge pull request #10982 from MakMukhi/master
Documentation on how to write unit tests using auto-generated mocked stubs.
|
8 years ago |
MakMukhi
|
2f8cfbde3e
|
Post-review updates
|
8 years ago |
Noah Eisen
|
c4a7f8dfe9
|
Merge pull request #10743 from ncteisen/serialization-refactor
Add to Codegen Interface, Refactor Proto Serialization
|
8 years ago |
Michael Lumish
|
f8ca8e6533
|
Merge pull request #11031 from murgatroid99/node_client_refactor
Refactor client logic into superclass with generic methods, improve documentation
|
8 years ago |
Craig Tiller
|
9341519b83
|
Merge pull request #11062 from ctiller/c++compat3
Add some casts for C++ compatibility
|
8 years ago |
Craig Tiller
|
5d5bbc9f8c
|
Merge pull request #11061 from ctiller/ubsanc++
Fixes for ubsan C++ build
|
8 years ago |
Craig Tiller
|
025384c537
|
Merge pull request #11059 from ctiller/stalls-be-gone
Fix small message streaming ping-pong write count regression
|
8 years ago |
kpayson64
|
449bf017e1
|
Merge pull request #11048 from kpayson64/fix_py_artifact
Fix python artifact build
|
8 years ago |
Vijay Pai
|
add2e4da2d
|
Remove gcc-4.4 and 4.6 from portability tests since core now accepts C++11.
|
8 years ago |
ncteisen
|
22dbd73b43
|
Add static assert to enforce subtype invariant
|
8 years ago |
Noah Eisen
|
0cab13f558
|
Merge pull request #11033 from ncteisen/more-trickle
Add Unbalanced Unary Benchmark
|
8 years ago |
ncteisen
|
1842c4379c
|
Clang
|
8 years ago |
Craig Tiller
|
4d16f4dd1d
|
Add some casts for C++ compatibility
|
8 years ago |
Craig Tiller
|
20fdddd9a8
|
Merge pull request #11060 from ctiller/writes_per_rpc
Increase error threshold for too many writes
|
8 years ago |
Craig Tiller
|
a189bacc95
|
Add protobuf failures to ubsan suppression file
|
8 years ago |
Craig Tiller
|
7b622ab558
|
ubsan fix: dont deref past end of array
|
8 years ago |
Craig Tiller
|
1b84e03884
|
Dont run ubsan tests on boringssl
|
8 years ago |
Craig Tiller
|
74bf087e9c
|
Increase error threshold for too many writes
|
8 years ago |
Jan Tattermusch
|
07a2f98e6b
|
Merge pull request #11040 from jtattermusch/fix_csharp_macos_x86_artifact
Fix C# macos x86 artifact build
|
8 years ago |
ncteisen
|
c7de5a7601
|
Add warmup
|
8 years ago |
Matt Kwong
|
c7676a3d00
|
Merge pull request #10967 from matt-kwong/upload_results2
Add option to upload Jenkins test result to BQ
|
8 years ago |
Craig Tiller
|
8ce9a46804
|
Fix small message streaming ping-pong write count regression
|
8 years ago |
murgatroid99
|
f2f125a38a
|
Switch 'apply' for 'call' in pass-through functions
|
8 years ago |
Ken Payson
|
b91c5fb8ba
|
Fix python artifact build
|
8 years ago |
kpayson64
|
a02b66a6cd
|
Merge pull request #10995 from kpayson64/upgrade_protobuf
Upgrade protobuf to 3.3.0
|
8 years ago |
Mehrdad Afshari
|
e039abc395
|
Update INSTALL.md
|
8 years ago |
Mehrdad Afshari
|
b28cb94674
|
Amend build instructions on macOS
Add instructions about setting `LIBTOOL` and `LIBTOOLIZE`
when building on macOS.
|
8 years ago |
ncteisen
|
0725d3a4b3
|
Run bm resonable number of times
|
8 years ago |
Vijay Pai
|
786c76e1b3
|
Merge pull request #11009 from vjpai/limes
Reduce concurrent RPCs for single-core qps tests
|
8 years ago |
Matt Kwong
|
112cf66cdd
|
Update VM creation script to install GCP Python library
|
8 years ago |
Noah Eisen
|
99f20dbef8
|
Merge pull request #11035 from ncteisen/sanity
Regain Sanity
|
8 years ago |
Jan Tattermusch
|
1d00ccc3e9
|
fix C# macos x86 artifact build
|
8 years ago |
yongni
|
ca75496404
|
Merge pull request #11027 from yongni/stress_cleanup
Removed the dockerfiles and test driver for stress test
|
8 years ago |
yongni
|
a230977040
|
Merge pull request #10915 from yongni/master
Created Dockerfile for golang 1.7 and 1.8.
|
8 years ago |
Yong Ni
|
8998cbc47c
|
Added go 1.7 and 1.8 template and Dockerfile(s) for go/grpc-matrix test setup.
|
8 years ago |
murgatroid99
|
ffac55dfd6
|
Refactor client logic into superclass with generic methods, improve documentation
|
8 years ago |
ncteisen
|
fe9da0b80a
|
Regain sanity
|
8 years ago |
Yong Ni
|
f0a54a1883
|
Removed the dockerfiles and test driver for stress test
|
8 years ago |
ncteisen
|
b6ac9b4573
|
Add unbalanced unary benchmark
|
8 years ago |
Matt Kwong
|
52ff986f94
|
Add option to upload Jenkins test result to BQ
|
8 years ago |
Ken Payson
|
029090628d
|
Upgrade protobuf to 3.3.0
|
8 years ago |
Vijay Pai
|
98a501f435
|
Reduce concurrent RPCs for single-core tests since some were timing out
or otherwise taking long to complete
|
8 years ago |
Jan Tattermusch
|
d64a4bea82
|
Merge pull request #11019 from jtattermusch/add_issue_template
Add issue template
|
8 years ago |
Jan Tattermusch
|
87fa26ef1a
|
add issue template
|
8 years ago |
Craig Tiller
|
c9016893f7
|
Merge pull request #10720 from ctiller/trickle_stall
Add logging of flow control variables, (mostly) fix flow control
|
8 years ago |
Craig Tiller
|
b67ed00059
|
Merge pull request #11012 from ctiller/fps
Fix port server on Windows
|
8 years ago |