Jan Tattermusch
3a2bd221ef
[cmake] Cleanup and simplify the cmake build. ( #34087 )
...
Followup for https://github.com/grpc/grpc/pull/33803
More cmake cleanup. See commit descriptions for individual cleanup
items.
1 year ago
Esun Kim
ec58a346f9
Changed C99 to C11 ( #29687 )
...
* Changed C99 to C11
* Remove gnu99 option
* Switch to gnu11 for xcode
3 years ago
Esun Kim
03e9ac6f1f
Requiring C++14 ( #29589 )
3 years ago
Jan Tattermusch
a2697e4592
simplify build.yaml: get rid of the "secure" field ( #25547 )
...
* get rid of useless "secure" field from build.yaml
* remove nonsensical "liblibssl.a" dependency from makefile
* regenerate projects
4 years ago
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
Esun Kim
1b54364aca
Add preprocessed_builds to abseil-cpp
5 years ago
Esun Kim
7ec6e8a4de
Remove nanopb from gRPC
5 years ago
David Garcia Quintas
ba233e7841
Fix grpc.gyp wrt nanopb refactoring
7 years ago
Yihua Zhang
04fb58efbd
Add ALTS code to grpc/core
7 years ago
Sree Kuchibhotla
ae277dd000
Revert "Add ALTS C stack to gRPC core"
7 years ago
Yihua Zhang
eaf6486677
Add ALTS code to grpc/core
7 years ago
Maxim Dzoba
dd962616f2
Adding a build template for generic GYP build.
7 years ago
murgatroid99
32a145b73c
Moved grpc.gyp.template to binding.gyp.template
9 years ago
murgatroid99
350835a956
Removed spurious comment from grpc.gyp
9 years ago
murgatroid99
db5b1603b2
Removed most of the gyp file, and the tests for it
...
There seems to be a bug in node-gyp (nodejs/node-gyp#752 ) that prevents
it from working properly with other gyp files.
9 years ago
murgatroid99
2af89e49cb
Moved gRPC node package root to repo root, made it depend on grpc.gyp
9 years ago
murgatroid99
91b964287b
Fixed TODO comment
9 years ago
murgatroid99
38745ef380
Added check for OpenSSL version
9 years ago
murgatroid99
ca9db40656
Removed C++ build from gyp file, fixed some minor issues
9 years ago
murgatroid99
2d6d3300d9
Added grpc.gyp template
9 years ago