Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Hand-written changes | Craig Tiller | 2015-08-31 |
| | |||
* | Exclude qps_test from tsan runs | Craig Tiller | 2015-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 load | Craig Tiller | 2015-08-07 |
| | |||
* | Merge pull request #2750 from ctiller/propagate | Yang Gao | 2015-08-06 |
|\ | | | | | Core-supported context propagation | ||
* | | Initial Doxygen import for core, c++ | Craig Tiller | 2015-08-05 |
| | | |||
| * | Add proxy tests to end2end suite | Craig Tiller | 2015-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 merges | Craig Tiller | 2015-06-25 |
| | |||
* | Merge github.com:grpc/grpc into are-includes-sane | Craig Tiller | 2015-06-25 |
|\ | | | | | | | | | Conflicts: tools/doxygen/Doxyfile.c++.internal | ||
* | | Add a test that headers are properly in build.json | Craig Tiller | 2015-06-25 |
| | | | | | | | | Clean up anything that failed | ||
| * | Make it less likely a build.json change triggers a merge conflict | Craig Tiller | 2015-06-23 |
|/ | |||
* | Get internal documentation generated in the right place | Craig Tiller | 2015-06-05 |
| | |||
* | Added docstring to gen_doxyfile mako template | David G. Quintas | 2015-05-29 |
| | |||
* | Add doxygen setups for internal documentation | Craig Tiller | 2015-05-29 |
| | |||
* | Get GRPC_FINAL, GRPC_OVERRIDE treated right | Craig Tiller | 2015-05-24 |
| | |||
* | Add C++ | Craig Tiller | 2015-05-24 |
| | |||
* | Initial Doxyfile generation | Craig Tiller | 2015-05-24 |
| | |||
* | Better defaulting of attributes | Craig Tiller | 2015-04-08 |
| | |||
* | Allow restricting platforms for certain tests | Craig Tiller | 2015-04-08 |
| | |||
* | Adding flaky attribute for tests. | Nicolas "Pixel" Noble | 2015-02-27 |
| | |||
* | Also check build=test | Craig Tiller | 2015-02-20 |
| | |||
* | Make run_tests.py respect the run= attribute | Craig Tiller | 2015-02-20 |
| | |||
* | Googlify indentation | Craig Tiller | 2015-01-18 |
| | |||
* | Pretty print tests.json | Craig Tiller | 2015-01-18 |
| | |||
* | Only run language specified tests | Craig Tiller | 2015-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. |