Kyle Edwards
78a5d593d3
Regenerate CMakeLists.txt
5 years ago
Kyle Edwards
0f2ad2a06c
Use CMakePackageConfigHelpers to generate version file
...
The version file that already existed looks like it was generated
by this module. Replace it with proper usage of the module.
5 years ago
Kyle Edwards
14055e24d0
Fix line endings of cmake/gRPCConfig.cmake.in
5 years ago
Kyle Edwards
6f881ab292
Fix various CMake style issues
...
Remove some spaces at the end of lines. Change how variables are
referenced inside if() statements. Remove the space between if/endif
and the first parenthesis. Remove the duplicated condition from endif()
blocks. Make indentation more consistent. Remove unneeded duplicate
PRIVATE keywords from target_include_directories(). Remove redundant
set_source_files_properties() call, as the file is already GENERATED.
5 years ago
Jan Tattermusch
4284d30038
Merge pull request #20537 from KyleFromKitware/fix-parallel-make
...
De-duplicate .proto file processing
5 years ago
Vijay Pai
f5fc50b7b0
Merge pull request #20614 from vjpai/tmt_cleanup
...
Make thread_manager_test look like other tests
5 years ago
Jan Tattermusch
bc10e12c3e
Merge pull request #20780 from jtattermusch/update_portability
...
Update linux portability: gcc 7.4 and gcc8.3
5 years ago
Yash Tibrewal
b74d7e4d14
Merge pull request #20791 from yashykt/doc_clientcontext
...
Add documentation in ClientContext
5 years ago
Yash Tibrewal
8a6d71c284
Merge pull request #20724 from yashykt/executornew
...
Move scheduling logic of executor closures to run time rather than initialization time
5 years ago
Jiangtao Li
57818b0d02
Merge pull request #20565 from coryan/fix-issue-16872
...
bug: remove racy code to detect GCE on Windows
5 years ago
Vijay Pai
cc3d42009f
Merge pull request #20718 from vjpai/more_cpp_warning_removals_201910210916_4
...
Remove unused-parameter warnings, round 2 (4 of 19)
5 years ago
Mark D. Roth
2273cae14f
Merge pull request #20787 from markdroth/xds_test_port_fix
...
Reuse ports in xds_end2end_test
5 years ago
Richard Belleville
e743d5e161
Merge pull request #20790 from gnossen/metadata_flags_v6
...
Support both v4 and v6 in test
5 years ago
Yash Tibrewal
a980df6293
Add documentation around peer, auth_context and census_context properties of ClientContext
5 years ago
Richard Belleville
0ac082e1e7
Support both v4 and v6 in test
5 years ago
Yash Tibrewal
e38c98a53f
Merge pull request #20775 from yashykt/update_g
...
Bump Version to 1.26
5 years ago
Vijay Pai
93b9bb10a2
Remove unused-parameter warnings, round 2 (4 of 19)
5 years ago
Vijay Pai
3b301e19a0
Merge pull request #20708 from vjpai/more_cpp_warning_removals_201910210916_11
...
Remove unused-parameter warnings, round 2 (11 of 19)
5 years ago
Yash Tibrewal
b0be9aa8df
Merge branch 'master' into executornew
5 years ago
Yash Tibrewal
020dce4032
s/enqueue_func/EnqueueFunc
5 years ago
Richard Belleville
695f6daf14
Merge pull request #20586 from djwenren/fix-deps
...
Move extra dependencies out of WORKSPACE to its own macro.
5 years ago
Yash Tibrewal
07ef24344c
Regenerate projects
5 years ago
Yash Tibrewal
4758b38455
Bump version to 1.26
5 years ago
Mark D. Roth
d0c62504df
Reuse the same ports for each test.
5 years ago
Vijay Pai
8a8348b2ca
Remove unused-parameter warnings, round 2 (11 of 19)
5 years ago
Mark D. Roth
ea3e369649
Revert "Merge pull request #20772 from nanahpang/fix-xds-test-suite"
...
This reverts commit 100006d4cf
, reversing
changes made to 47b873078f
.
5 years ago
Jan Tattermusch
a861d159c1
Merge pull request #20770 from KyleFromKitware/soversion
...
cmake: Add VERSION and SOVERSION properties to libraries
5 years ago
Carlos O'Ryan
2144c719fc
Run clang_format_all_the_things.sh
5 years ago
Vijay Pai
690e313c38
Merge pull request #20714 from vjpai/more_cpp_warning_removals_201910210916_8
...
Remove unused-parameter warnings, round 2 (8 of 19)
5 years ago
Vijay Pai
2b369f113d
Merge pull request #20717 from vjpai/more_cpp_warning_removals_201910210916_5
...
Remove unused-parameter warnings, round 2 (5 of 19)
5 years ago
Vijay Pai
48b8c5d108
Merge pull request #20720 from vjpai/more_cpp_warning_removals_201910210916_2
...
Remove unused-parameter warnings, round 2 (2 of 19)
5 years ago
Vijay Pai
8d02569d7f
Merge pull request #20756 from grpc/vjpai-patch-1
...
Fix outdated comment
5 years ago
Vijay Pai
9087bfff6c
Merge pull request #20769 from grpc/vjpai-patch-2
...
Explicitly spell out type to document RAII-ness
5 years ago
Kyle Edwards
b94dd62b88
Regenerate CMakeLists.txt
5 years ago
Kyle Edwards
ecdd1c915e
De-duplicate .proto file processing
...
.proto files that are used by more than one target have their code
files generated multiple times, which causes issues with
add_custom_command(). De-duplicate them so they're only generated
once.
5 years ago
Kyle Edwards
c3f4d36687
Regenerate CMakeLists.txt
5 years ago
Kyle Edwards
745aae8655
Add VERSION and SOVERSION properties to libraries
5 years ago
Jan Tattermusch
9586644ea0
add gcc8.3 portability test
5 years ago
Jan Tattermusch
92fa3c3d4e
replace ubuntu1710 image by ubuntu1804
5 years ago
Jan Tattermusch
d55596780b
Merge pull request #20778 from jtattermusch/rbe_high_remotetimeout
...
Set high --remote_timeout for RBE builds
5 years ago
Jan Tattermusch
b00a23e43b
Merge pull request #20766 from rmstar/xds_e2e_test_ios
...
Don't run xds_end2end_test on iOS
5 years ago
Jan Tattermusch
dddcb8dbd8
set high --remote_timeout
...
This reverts commit 65b184d30a
.
5 years ago
Jan Tattermusch
46d8d0165c
Merge pull request #20764 from veblush/drop-legacy
...
Delete deprecated linux environments from distribtest
5 years ago
Jan Tattermusch
9fbce5097b
Merge pull request #20761 from veblush/ruby-docker
...
Updated ruby build docker image
5 years ago
Srini Polavarapu
8853754e8c
Merge pull request #20768 from srini100/secreport
...
security audit report
5 years ago
nanahpang
100006d4cf
Merge pull request #20772 from nanahpang/fix-xds-test-suite
...
Comment out the test suites that has oversize port pool
5 years ago
Juanli Shen
47b873078f
Merge pull request #20698 from wjywbs/lrb
...
Move alwayslink to lb_server_load_reporting_filter target.
5 years ago
Na-Na Pang
e925081c5b
clang format
5 years ago
Yash Tibrewal
12c34e18db
Reviewer comments
5 years ago
Srini Polavarapu
207d2dbdef
regenerate doxygen files
5 years ago