aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates/tools
Commit message (Collapse)AuthorAge
...
| * Merge pull request #4812 from ctiller/integrate-zlibGravatar Jan Tattermusch2016-01-22
| |\ | | | | | | Make zlib a first class build citizen
| | * Fix sanityGravatar Craig Tiller2016-01-21
| | |
| * | Move build configs into build.yamlGravatar Craig Tiller2016-01-20
| |/ | | | | | | | | | | | | | | | | | | Importantly: - allows matching timeout values between makefile and run_tests without repeating ourselves - allows borrowing of compiler flags by other build systems There's still a little too much build configuration built into our Makefile, but we can start attacking that over time.
* | Merge branch 'master' of github.com:grpc/grpc into grpclb_apiGravatar David Garcia Quintas2016-01-20
|\|
| * Use CPU cost modelling to increase parallelismGravatar Craig Tiller2016-01-20
| |
* | Srcs and hdrs sanity checks skip third_partyGravatar David Garcia Quintas2016-01-11
|/
* BoringSSL integration: non-vsprojects changesGravatar Craig Tiller2015-12-22
|
* Hand-written changesGravatar Craig Tiller2015-08-31
|
* Exclude qps_test from tsan runsGravatar Craig Tiller2015-08-19
| | | | | | | The TSAN deadlock detector has some problems that prevents this test from running successfully. Issue #2994 has been filed to re-enable these in the future.
* Reduce mac CI loadGravatar Craig Tiller2015-08-07
|
* Merge pull request #2750 from ctiller/propagateGravatar Yang Gao2015-08-06
|\ | | | | Core-supported context propagation
* | Initial Doxygen import for core, c++Gravatar Craig Tiller2015-08-05
| |
| * Add proxy tests to end2end suiteGravatar Craig Tiller2015-08-04
|/ | | | | Currently the oauth2 variant of these tests is disabled. Will work with @jboeuf to figure out how to turn them on.
* Make this more robust against mergesGravatar Craig Tiller2015-06-25
|
* Merge github.com:grpc/grpc into are-includes-saneGravatar Craig Tiller2015-06-25
|\ | | | | | | | | Conflicts: tools/doxygen/Doxyfile.c++.internal
* | Add a test that headers are properly in build.jsonGravatar Craig Tiller2015-06-25
| | | | | | | | Clean up anything that failed
| * Make it less likely a build.json change triggers a merge conflictGravatar Craig Tiller2015-06-23
|/
* Get internal documentation generated in the right placeGravatar Craig Tiller2015-06-05
|
* Added docstring to gen_doxyfile mako templateGravatar David G. Quintas2015-05-29
|
* Add doxygen setups for internal documentationGravatar Craig Tiller2015-05-29
|
* Get GRPC_FINAL, GRPC_OVERRIDE treated rightGravatar Craig Tiller2015-05-24
|
* Add C++Gravatar Craig Tiller2015-05-24
|
* Initial Doxyfile generationGravatar Craig Tiller2015-05-24
|
* Better defaulting of attributesGravatar Craig Tiller2015-04-08
|
* Allow restricting platforms for certain testsGravatar Craig Tiller2015-04-08
|
* Adding flaky attribute for tests.Gravatar Nicolas "Pixel" Noble2015-02-27
|
* Also check build=testGravatar Craig Tiller2015-02-20
|
* Make run_tests.py respect the run= attributeGravatar Craig Tiller2015-02-20
|
* Googlify indentationGravatar Craig Tiller2015-01-18
|
* Pretty print tests.jsonGravatar Craig Tiller2015-01-18
|
* Only run language specified testsGravatar Craig Tiller2015-01-18
Add a template to generate a complete list of tests for C/C++, and use it to generate the list of binaries to run tests for.