capstan
7267c8fcd9
Python3-ize tools/buildgen.
...
* Ran `2to3` on `tools/buildgen` and the `gen_build_yaml.py` files.
* Updated the invocations of python to be explicitly Python 3.
* Changed the loader in `mako_renderer.py` to allow pickle to find the module for pickling `external_version.Version`
* Added a few open-as-binary to placate readers/writers expecting bytes.
* Hand tweaked the templates to remove `iteritems` and fiddle with encodings.
Partially addresses #24359 .
4 years ago
yulin-liang
d578fa48f0
Increment podspec version
4 years ago
Esun Kim
5b4344063e
Upgrade Abseil to LTS 2020923.2
4 years ago
Jan Tattermusch
417db4fdd6
build C# nugets on linux instead of windows for simplicity
4 years ago
Esun Kim
024cd29fdb
Upgrade clang-format-8
4 years ago
Esun Kim
994c2047e9
Bump to clang-tidy-8
4 years ago
Esun Kim
b8f1b71a05
Use clang-tidy 7
4 years ago
Esun Kim
0e0e12aa22
Using comp_db for clang-tidy
4 years ago
Esun Kim
a07345a5e2
Upgrade six 1.15
4 years ago
root
53563f66a8
del php5-template
4 years ago
root
840e67984a
del several docker related files
4 years ago
Esun Kim
ccf3cbc6b7
Bump iOS and OSX version
4 years ago
Donna Dionne
f9f6e7cb33
Increment podspec version
4 years ago
yulin liang
00a5f7406f
Revert "Import cronet net error list and modify grpc-cronet error message."
4 years ago
Esun Kim
5984f129f8
Use system nuget
4 years ago
Esun Kim
8d04dec781
Abseil support to gRPC-Core tests
4 years ago
yulin-liang
9cd28bf51b
Import cronet net error list and modify grpc-cronet error message.
4 years ago
yulin-liang
bd2157b026
Expose Cronet error message to the application layer.
4 years ago
Paul Wankadia
45e413d252
Attempt to find RE2 via CMake and via pkg-config.
4 years ago
root
8c6be42148
add i386 docker and more tests for timeval
4 years ago
Jan Tattermusch
7388266aa7
simplify the way dependencies are included in Makefile
4 years ago
Jan Tattermusch
e9bcf7eb51
make: GTEST_LIB no longer useful
4 years ago
Jan Tattermusch
cd90574c80
update ObjC to protobuf v3.13.0
4 years ago
Jan Tattermusch
319a2b18cb
upgrade C# to Google.Protobuf 3.13.0
4 years ago
Jan Tattermusch
3db07b9cbf
upgrade ruby to protobuf 3.13.0
4 years ago
Jan Tattermusch
6d6339db34
fix non-bazel build systems
4 years ago
Jan Tattermusch
424d33415c
upgrade bazel to 2.2.0
4 years ago
Jan Tattermusch
2274ed51bb
make sure clang_tidy dockerfile is buildable
4 years ago
Esun Kim
bf87ec9e44
Add ABSL_RANDOM_HWAES_FLAGS
4 years ago
Jan Tattermusch
91e6860867
generate region markers to ease reading Makefile
4 years ago
Jan Tattermusch
0f246b931e
remove some unneeded Makefile targets
4 years ago
Jan Tattermusch
6d0edef877
get rid of .pc config file generation in Makefile
4 years ago
Jan Tattermusch
ed73e5cf0c
Makefile: add libs and targets filtering
4 years ago
Srini Polavarapu
2994e1b266
Increment podspec version
4 years ago
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