Micah Kornfield
6f6778276d
update template format
4 years ago
Micah Kornfield
8e501c86f5
Move over to using sources.json from boring.ssl.
...
- Undo a bunch of hacks in src/boringssl/gen_build_yaml.py
- Store the structued data in YAML/dependencies.py so
we don't need to recreate the filters.
- Update setup.py accordingly
4 years ago
Micah Kornfield
35c0a4cfff
Adds option of using ASM for BoringSSL in Python.
...
- Adds a new environment variable for turning on the build of ASM
for boring SSL.
- Only enables for x86_64 for now. I think this is likely the most
common target and the only machine I have readily accessible.
4 years ago
Lidi Zheng
981baff79b
Fix the docgen script:
...
1. Make it use python3 by default;
2. Simplify its arguments.
4 years ago
Jan Tattermusch
38dafdb0e8
install cmake in CXX test images
4 years ago
Jan Tattermusch
99cfec0034
remove no longer useful cxx_sanitizers_jessie portability test (clang "7.0")
4 years ago
Jan Tattermusch
847a4715e5
remove clang3.4 portability test: ubuntu14.04 is EOL
4 years ago
Jan Tattermusch
b1ab3c1217
add cmake to grpc_interop_cxx docker image
4 years ago
yulin-liang
c79097024a
fix grpc-c++ build issue.
4 years ago
Stanley Cheung
ac0f7e80ea
Attempt to de-flake dart interop build
4 years ago
Hannah Shi
d3c1cbf4cb
replace gawk with awk, so as not to introduce an extra dependency
4 years ago
yulin-liang
a377329c74
Fix gRPC-C++.podspec build issue.
4 years ago
James Newton-King
21e855592a
Output grpc-dotnet interop apps to specific directories
4 years ago
Micah Kornfield
313b8cc875
update grpc-core podspec template
4 years ago
Micah Kornfield
b55a2435ca
generate boringssl prefix headers
4 years ago
Hannah Shi
c69c06b8d6
generate api reference documents by doxygen
4 years ago
Stanley Cheung
1d390f0a9d
Fix php build from source
4 years ago
Mark D. Roth
a0f08b1b06
Revert "Merge pull request #21941 from markdroth/xds_logging"
...
This reverts commit 37d5d93983
, reversing
changes made to 0e8190a3c9
.
4 years ago
Stanley Cheung
15a16df640
Add --verbose to dart pub get command
4 years ago
Jan Tattermusch
4a65f0c9dd
remove rpath trick
4 years ago
Jan Tattermusch
7247f7efe6
Makefile: stop supporting make install
4 years ago
Donna Dionne
8dd0cb4712
Add support for xDS regex matchers.
4 years ago
Jan Tattermusch
2c2d926bfd
Increment podspec version
4 years ago
Esun Kim
cdc442876b
Add abseil compiler options
4 years ago
Esun Kim
34027f60fc
Refactored AR in makefile
4 years ago
Esun Kim
d574f68d52
Refactored AR in makefile
4 years ago
Esun Kim
165ee5007a
Replaced grpc::string with std::string
4 years ago
Stanley Cheung
e5098227aa
Main Makefile should require protobuf 3.12+ now
4 years ago
Mark D. Roth
c1d7180daa
Use upb textformat library to dump out raw xDS proto messages
4 years ago
Jan Tattermusch
4c303a387e
Revert "Revert "C# expose C-core's debug error string in Status struct""
...
This reverts commit 7c30f0c956
.
5 years ago
Jan Tattermusch
7c30f0c956
Revert "C# expose C-core's debug error string in Status struct"
5 years ago
Mark D. Roth
13e961f429
another attempt to fix ios build
5 years ago
Mark D. Roth
86cf3bbe96
attempt to fix ios build
5 years ago
Stanley Cheung
6f72faa74b
Update to protobuf 3.12.2
5 years ago
Stanley Cheung
eccbac3443
Update grpc protoc plugins to support proto3 optional
5 years ago
Karthik Ravi Shankar
063704ebad
Revert "Update grpc protoc plugin to be compliant of proto3 field presence"
5 years ago
Stanley Cheung
f70ebf85a6
Update to protobuf 3.12.2
5 years ago
Stanley Cheung
dc9b100865
Update grpc protoc plugins to support proto3 optional
5 years ago
Srini Polavarapu
ce52c1dd71
update boringssl
5 years ago
Stanley Cheung
c3f64376b3
PHP: Fix include path for boringssl in windows build
5 years ago
Stanley Cheung
38933bc16c
PHP: Fix include path for boringssl in windows build
5 years ago
Jan Tattermusch
8c8e23feb0
fix a typo
5 years ago
Adrian Imboden
c1a29af662
updated error message when c++ standard is not high enough
5 years ago
Adrian Imboden
6bef561099
check for c++ version >= 11 when CMAKE_CXX_STANDARD is provided from outside
5 years ago
Stanley Cheung
7d8f295ab0
Fix run_tests pip install error
5 years ago
Hannah Shi
912157fb9d
change docker/template and re-run generate
5 years ago
pbatg
4918a51372
Moved GRPCTypes into its own grpc_objc_library.
5 years ago
Adrian Imboden
27cb5609e5
don't override cmake variables when they are already set from outside ( fixes #22125 )
5 years ago
Eric Anderson
eee38e35dd
tools/dockerfile: Run Java build twice to reduce flakiness
...
Downloads fail from time to time because Gradle does not retry certain
types of network failures
(https://github.com/gradle/gradle/issues/8264 ).
Retrying twice should reduce the flake rate below noticeable without
increasing the size of the interop image created for each new release
for historical testing.
Fixes #18892
5 years ago
Uwe Kindler
56f0dfbb29
Fixed MinGW 7.3.0 shared library compile and link issues
...
added definition WIN32_WINNT=0x600
added missing libraries wsock32 ws2_32 crypt32
5 years ago