aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
Commit message (Collapse)AuthorAge
* Merge pull request #12270 from matt-kwong/kokoro_mac_bqGravatar Matt Kwong2017-08-30
|\ | | | | Fix uploading Mac results to BQ
* | Revert "Implement call combiner"Gravatar Mark D. Roth2017-08-29
| |
| * Fix uploading Mac results to BQGravatar Matt Kwong2017-08-29
| |
* | Merge pull request #12314 from ncteisen/debugging-latency-profilesGravatar Noah Eisen2017-08-28
|\ \ | | | | | | Add Shortname and Timeout to run_microbenchmarks
* \ \ Merge pull request #12274 from apolcyn/fix_missing_nanopb_headers_masterGravatar apolcyn2017-08-28
|\ \ \ | | | | | | | | Fix build.yaml to expand nanopb headers filegroup, for master branch
| | * | Add shortname and timeout to run_microbenchmarksGravatar Noah Eisen2017-08-28
| |/ / |/| |
* | | Merge pull request #12264 from jtattermusch/cmake_vs2017Gravatar Jan Tattermusch2017-08-28
|\ \ \ | | | | | | | | Add support for building with cmake+VS2017
* \ \ \ Merge pull request #11566 from markdroth/call_combinerGravatar Mark D. Roth2017-08-25
|\ \ \ \ | | | | | | | | | | Implement call combiner
| * | | | Implement call combiner.Gravatar Mark D. Roth2017-08-25
| | | | |
* | | | | Merge pull request #12282 from yang-g/sync_thd_refactorGravatar Yang Gao2017-08-24
|\ \ \ \ \ | | | | | | | | | | | | Refactor sync/thd headers
* \ \ \ \ \ Merge pull request #12227 from ncteisen/bazel-microbenchmarksGravatar Noah Eisen2017-08-24
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | Microbenchmarks Work With Bazel
| | * | | | Add sync_custom.hGravatar yang-g2017-08-24
| | | | | |
| | * | | | Remove stale fileGravatar yang-g2017-08-24
| | | |_|/ | | |/| |
| | | | * fix build.yaml to expand nanopb headers filegroupGravatar Alexander Polcyn2017-08-23
| | | |/ | | |/|
* | | | Merge remote-tracking branch 'upstream/master' into stream_compression_configGravatar Muxi Yan2017-08-23
|\ \ \ \ | | |/ / | |/| |
| | | * adjust run_tests_matrix.py windows portability suitesGravatar Jan Tattermusch2017-08-23
| | | |
| | | * support building with VS2017Gravatar Jan Tattermusch2017-08-23
| | | |
| | | * add cmake generator optionGravatar Jan Tattermusch2017-08-23
| | | |
| | | * cleanup building c/c++ on windowsGravatar Jan Tattermusch2017-08-23
| | |/ | |/|
| * | fix windows protoc artifact buildGravatar Jan Tattermusch2017-08-23
| | |
| * | remove check_vsprojects sanity testGravatar Jan Tattermusch2017-08-23
| | |
| * | adjust run tests matrixGravatar Jan Tattermusch2017-08-23
| | |
| * | build C tests and protoc artifacts on windows with cmakeGravatar Jan Tattermusch2017-08-23
| | |
| * | Merge pull request #12236 from matt-kwong/kokoro_filGravatar Matt Kwong2017-08-22
| |\ \ | | | | | | | | Add test filtering to Kokoro Linux PR jobs
| | | * Microbenchmarks work with bazelGravatar ncteisen2017-08-22
| | |/ | |/|
| | * Add test filtering to Kokoro PR jobsGravatar Matt Kwong2017-08-22
| | |
* | | Break the sanity check failure loop by disabling clang-format on ↵Gravatar Muxi Yan2017-08-21
| | | | | | | | | | | | end2end_{,nosec_}tests.c
| * | Merge pull request #12243 from matt-kwong/kokoro_flags2Gravatar Matt Kwong2017-08-21
| |\ \ | | | | | | | | Add max_time flag to Kokoro PR jobs
| | * | Add max_time flag to Kokoro PR jobsGravatar Matt Kwong2017-08-21
| | |/
* | | Merge remote-tracking branch 'upstream/master' into stream_compression_configGravatar Muxi Yan2017-08-21
|\| |
| * | Merge pull request #12224 from matt-kwong/kokoro_flagsGravatar Matt Kwong2017-08-21
| |\ \ | | |/ | |/| Allow Kokoro Mac worker to find correct six Python module
| * | Merge pull request #11936 from sreecha/fix-end2end-testGravatar Sree Kuchibhotla2017-08-19
| |\ \ | | | | | | | | Fix streaming_response_error end2end test in epoll1
| | | * Allow Kokoro Mac worker to find correct six Python moduleGravatar Matt Kwong2017-08-18
| | |/ | |/|
| * | Merge pull request #12152 from matt-kwong/kokoro_flagsGravatar Matt Kwong2017-08-17
| |\ \ | | | | | | | | Don't rerun flakes when uploading results to BQ
| * | | Master version bump to 1.7.xGravatar David Garcia Quintas2017-08-16
| | | |
| | | * Merge branch 'master' into fix-end2end-testGravatar Sree Kuchibhotla2017-08-16
| | | |\ | | |_|/ | |/| |
| * | | Merge pull request #12197 from dgquintas/detect_flakes_3Gravatar David G. Quintas2017-08-16
| |\ \ \ | | | | | | | | | | Fix handling of no new flakes
| | * | | Fix handling of no new flakesGravatar David Garcia Quintas2017-08-16
| | | | |
| | | * | Don't rerun flakes when uploading results to BQGravatar Matt Kwong2017-08-16
| | | | |
| * | | | Bump Protobuf to v3.4.0Gravatar Stanley Cheung2017-08-16
| | |/ / | |/| |
| | | * Modify run_tests.py to accept a list of polling enginesGravatar Sree Kuchibhotla2017-08-15
| | | |
| | | * Merge branch 'master' into fix-end2end-testGravatar Sree Kuchibhotla2017-08-15
| | | |\ | | |_|/ | |/| |
| * | | Merge pull request #12177 from jtattermusch/run_tests_better_flake_queryGravatar Jan Tattermusch2017-08-15
| |\ \ \ | | | | | | | | | | auto_set_flakes should respect platform
* | | | | generate projectsGravatar Muxi Yan2017-08-15
| | | | |
| * | | | Merge pull request #12171 from stanley-cheung/bump-protobufGravatar Stanley Cheung2017-08-14
| |\ \ \ \ | | | | | | | | | | | | Bump protobuf to 3.4.0rc3
| | | | | * Merge branch 'master' into fix-end2end-testGravatar Sree Kuchibhotla2017-08-14
| | | | | |\ | | |_|_|_|/ | |/| | | |
| | | * | | auto_set_flakes should respect platformGravatar Jan Tattermusch2017-08-14
| | |/ / / | |/| | |
| * | | | Merge pull request #12162 from jtattermusch/fix_win_benchmarksGravatar Jan Tattermusch2017-08-13
| |\ \ \ \ | | | | | | | | | | | | Fix windows performance benchmarks
| | | * | | Bump protobuf to 3.4.0rc3Gravatar Stanley Cheung2017-08-11
| | |/ / / | |/| | |
* | | | | Merge remote-tracking branch 'upstream/master' into stream_compression_configGravatar Muxi Yan2017-08-11
|\| | | |