aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/buildgen
Commit message (Collapse)AuthorAge
* Revert "Changes add a script for generating C code and build rule for protobuf"Gravatar Alexander Polcyn2018-12-12
| | | | This reverts commit 62027b7e14624283f758a7785a0a1347eda0a147.
* Changes add a script for generating C code and build rule for protobufGravatar Vishal Powar2018-12-11
| | | | | | | | | | | | protos All these changes need to go together to make sense - changes to use new version of upb in bazel - allowing includes in build target option - script for generating c code for protos - generated code for example build - adding changes for non-bazel builds - change sanity tests to ignore the generated files.
* Add a grpclb-in-DNS interop test suiteGravatar Alex Polcyn2018-10-23
|
* used names instead of numbers for each scenarioGravatar Bill Feng2018-08-27
|
* Make symbols of BoringSSL private to gRPCGravatar Muxi Yan2018-08-23
|
* Don't hardcode python2.7 in generate_projects.py scriptGravatar Thomas Bechtold2018-05-20
| | | | | | | | Instead, use the same python interpreter for calling the mako renderer that is currently use (which is sys.executable). This is useful when trying to run generate_projects.py in a python3 only environment (which is still broken but this is a first step).
* Adding back nodejs version override support.Gravatar Nicolas "Pixel" Noble2018-03-14
|
* PHP: make generate_projects.sh smarter for package.xmlGravatar Stanley Cheung2018-01-19
|
* Upgrade yapf to 0.20.0Gravatar Mehrdad Afshari2018-01-02
| | | | Upgrade yapf version to 0.20.0 and reformat Python files.
* yapf tools/buildgenGravatar ncteisen2017-12-11
|
* Merge pull request #13147 from yashykt/testc++izeGravatar Yash Tibrewal2017-11-07
|\ | | | | Convert test/core to C++
| * Removing a few build.yaml errorsGravatar Yash Tibrewal2017-10-26
| |
* | Remove src/node and references to itGravatar murgatroid992017-10-25
|/ | | | | | This removes all of the node code and tests from the repo, along with the scripts for running Node unit tests, performance tests, and artifact builds. The scripts for running tests from the grpc-node repository are untouched.
* Changes for C to C++. Adding extern C to header files for compatibility.Gravatar Yash Tibrewal2017-10-02
|
* Add tests for c-ares wrapper using a local DNS server.Gravatar Alexander Polcyn2017-09-14
|
* The input files also need to follow the base argument...Gravatar Nicolas "Pixel" Noble2017-09-13
|
* Adding --base to generate_projects.pyGravatar Nicolas "Pixel" Noble2017-09-12
|
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* Merge remote-tracking branch 'upstream/master' into cares_rebaseGravatar Yuchen Zeng2017-03-22
|\
| * Make fuzzers run on mac (but not on mac on jenkins)Gravatar Craig Tiller2017-03-20
| |
* | Merge remote-tracking branch 'upstream/master' into cares_bazel_ruleGravatar Yuchen Zeng2017-02-08
|\|
| * Add some debug utilitiesGravatar Craig Tiller2017-02-03
| | | | | | | | | | This PR adds a set of debug helpers that are intended for calling only from gdb. They cross abstraction boundaries and allow quickly accessing one thing from another thing. I expect to grow this library significantly over time to aid debugging tricky problems.
* | Merge remote-tracking branch 'upstream/master' into cares_buildinGravatar Yuchen Zeng2017-01-19
|\|
| * Delete generate_projects-old.shGravatar Jan Tattermusch2017-01-19
| |
* | Merge remote-tracking branch 'upstream/master' into cares_buildinGravatar Yuchen Zeng2017-01-18
|\|
| * cleanup tools/run_tests directoryGravatar Jan Tattermusch2016-12-22
| |
| * v1.0.x → master upmergeGravatar Nathaniel Manista2016-12-16
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | Manual changes: - Fixed use of Exception.message in _invalid_metadata_test.py - Fixed merge of one_failed_as_unavailable in rpc_server_spec.rb - Added "set -e" to generate_build_additions.sh
| * | Renamed google_benchmark submodule to benchmarkGravatar David Garcia Quintas2016-12-06
| | |
* | | Merge remote-tracking branch 'upstream/master' into cares_buildinGravatar Yuchen Zeng2016-11-08
|\| |
| * | Merge github.com:grpc/grpc into microbenchGravatar Craig Tiller2016-11-01
| |\ \
* | \ \ Merge remote-tracking branch 'upstream/master' into cares_buildinGravatar Yuchen Zeng2016-10-28
|\ \ \ \ | | |/ / | |/| |
| | * | Initial google_benchmark integration: source changesGravatar Craig Tiller2016-10-25
| | | |
| * | | UV tests pass on linuxGravatar murgatroid992016-10-07
| |/ /
* | | Merge remote-tracking branch 'upstream/master' into cares_buildinGravatar Yuchen Zeng2016-08-24
|\| |
| * | php: bump versionGravatar Stanley Cheung2016-08-22
| | |
| | * php: bump versionGravatar Stanley Cheung2016-08-22
| |/
* | Build c-ares without running ./configureGravatar Yuchen Zeng2016-08-11
| |
* | Fix python buildGravatar Yuchen Zeng2016-08-11
|/
* Disable fuzzed tests on TSANGravatar Craig Tiller2016-06-15
|
* Merge github.com:grpc/grpc into cleaner-posix3Gravatar Craig Tiller2016-05-11
|\
| * Properly using our build.yaml source of truth to generate our list of public ↵Gravatar Nicolas "Pixel" Noble2016-05-02
| | | | | | | | APIs.
| * Merge pull request #6255 from stanley-cheung/fix-buildgen-plugin-commentGravatar Craig Tiller2016-04-28
| |\ | | | | | | Fix buildgen plugin file comment
| * | Dont run fuzzer outputs on windows, mac (save some CPU)Gravatar Craig Tiller2016-04-25
| | |
| | * fix buildgen plugin file commentGravatar Stanley Cheung2016-04-21
| | |
| * | Rollup of changes from the latest importGravatar Craig Tiller2016-04-11
| |/
| * Sort out codegen dependenciesGravatar Craig Tiller2016-04-07
| |
| * Merge github.com:grpc/grpc into strong-includesGravatar Craig Tiller2016-04-06
| |\
* | | Allow flagging tests that arent dependent on polling strategyGravatar Craig Tiller2016-04-06
| | |
| | * Configure performance scenarios with jsonGravatar Craig Tiller2016-04-06
| |/ |/| | | | | Run those json configurations as part of presubmits
| * Getting dependencies fixed upGravatar Craig Tiller2016-04-05
|/