aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
Commit message (Collapse)AuthorAge
* updated tests.jsonGravatar David Garcia Quintas2016-01-21
|
* Merge branch 'master' of github.com:grpc/grpc into sync-async-plus-interfacesGravatar David Garcia Quintas2016-01-21
|\
| * Merge pull request #4791 from ctiller/rtt2Gravatar Michael Lumish2016-01-21
| |\ | | | | | | Move build configs into build.yaml
| * \ Merge pull request #4814 from ctiller/limit-cpuGravatar Michael Lumish2016-01-21
| |\ \ | | | | | | | | Limit Jenkins builder concurrency to 3
| | | * Add some time dilation for ASAN buildsGravatar Craig Tiller2016-01-21
| | | |
| * | | Merge pull request #4816 from ctiller/jenkersGravatar Jan Tattermusch2016-01-21
| |\ \ \ | | | | | | | | | | Propagate BUILD_ID env var to jenkins children
* | | | | more dependency/sanity fixesGravatar David Garcia Quintas2016-01-21
| | | | |
| | * | | Propagate BUILD_ID env var to jenkins childrenGravatar Craig Tiller2016-01-21
| | | | |
| * | | | Make run_tests.py respect job count for compilationGravatar Craig Tiller2016-01-21
| |/ / /
| | * / Limit Jenkins builder concurrency to 3Gravatar Craig Tiller2016-01-21
| |/ /
* | | added missing codegen deps for grpGravatar David Garcia Quintas2016-01-21
| | |
| * | Merge pull request #4782 from jtattermusch/csharp_runtests_macGravatar Michael Lumish2016-01-21
| |\ \ | | | | | | | | Enable running C# tests on mac in run_tests.py
* | | | Made "codedgen" directories closed over #includesGravatar David Garcia Quintas2016-01-21
| | | |
| * | | Merge pull request #4787 from jtattermusch/upgrade_protobuf_beta2Gravatar Michael Lumish2016-01-20
| |\ \ \ | | | | | | | | | | Upgrade to Protobuf 3.0.0-beta2
| | | | * Fix importsGravatar Craig Tiller2016-01-20
| | | | |
| | | | * Use ast.literal_eval instead of json.loads to avoid unicode problems on windowsGravatar Craig Tiller2016-01-20
| | | | |
| | | | * 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.
| | | * | enable running c# tests on macGravatar Jan Tattermusch2016-01-20
| | |/ / | |/| |
| * | | Merge pull request #4766 from jtattermusch/artifact_builder_win_fixGravatar Jan Tattermusch2016-01-20
| |\ \ \ | | |_|/ | |/| | Fix C# artifact building on windows.
| | | * update third_party/protobuf to 3.0.0beta2Gravatar Jan Tattermusch2016-01-20
| | |/ | |/|
* | | regenerated projectsGravatar David Garcia Quintas2016-01-20
| | |
* | | Regenerated projectsGravatar David Garcia Quintas2016-01-20
| | |
| * | Merge branch 'cpu-cost' into more-sanenessGravatar Craig Tiller2016-01-20
| |\ \
| * | | List Sanity tests in a config file, not a shell scriptGravatar Craig Tiller2016-01-20
| | | | | | | | | | | | | | | | Allows parallelization of sanity tests, and better error reporting
| | * | Fix copyrightsGravatar Craig Tiller2016-01-20
| | | |
| | * | Add C++ CPU costsGravatar Craig Tiller2016-01-20
| | | |
| | * | Tweak cpu costsGravatar Craig Tiller2016-01-20
| | | |
| | * | Add CPU cost measurement, tune parameters, decrease default maxjobsGravatar Craig Tiller2016-01-20
| | | |
| | * | Use CPU cost modelling to increase parallelismGravatar Craig Tiller2016-01-20
| |/ /
| * | Merge pull request #4764 from ctiller/mo-insaneGravatar Yang Gao2016-01-19
| |\ \ | | | | | | | | Eliminate jobset timeouts in some circumstances
| | | * fix artifact copyingGravatar Jan Tattermusch2016-01-19
| | | |
| | | * fix artifact building on winGravatar Jan Tattermusch2016-01-19
| | |/ | |/|
| * | Merge pull request #4749 from jtattermusch/artifact_builderGravatar Craig Tiller2016-01-19
| |\ \ | | | | | | | | Add artifact builder script
| | | * Update copyrightsGravatar Craig Tiller2016-01-19
| | | |
| * | | Merge pull request #4761 from grpc/revert-4652-no-cacheGravatar Jan Tattermusch2016-01-19
| |\ \ \ | | | | | | | | | | Revert "Disable ccache for the moment"
| | | | * Eliminate jobset timeouts in some circumstancesGravatar Craig Tiller2016-01-19
| | |_|/ | |/| | | | | | | | | | | | | | | | | | There are cases where we truly don't care how long something takes, and some external timeout will kill truly stuck processes, so let's eliminate timeouts in those cases
| | | * fix copyrightsGravatar Jan Tattermusch2016-01-19
| | | |
| | | * building artifacts under dockerGravatar Jan Tattermusch2016-01-19
| | | |
| * | | Merge pull request #4760 from ctiller/nosecGravatar Yang Gao2016-01-19
| |\ \ \ | | | | | | | | | | Run nosec tests again
| | | | * first take on artifact builder scriptGravatar Jan Tattermusch2016-01-19
| | |_|/ | |/| |
| | | * Revert "Disable ccache for the moment"Gravatar Craig Tiller2016-01-19
| | |/ | |/|
* | | Merge remote-tracking branch 'upstream/master' into sync_async_mixGravatar yang-g2016-01-19
|\| |
| * | Merge pull request #4730 from jtattermusch/revamp_native_loaderGravatar Michael Lumish2016-01-19
| |\ \ | | | | | | | | Revamp C# native loader
| * \ \ Merge pull request #4676 from stanley-cheung/php_gcov_reportsGravatar Michael Lumish2016-01-19
| |\ \ \ | | | | | | | | | | Add gcov php coverage report
| | | | * Run nosec tests againGravatar Craig Tiller2016-01-19
| | |_|/ | |/| |
| * | | Fix copyrightsGravatar Craig Tiller2016-01-15
| | | |
* | | | Merge remote-tracking branch 'upstream/master' into sync_async_mixGravatar yang-g2016-01-15
|\| | |
| * | | Merge pull request #4752 from ctiller/isolated_emusGravatar Nicolas Noble2016-01-15
| |\ \ \ | | | | | | | | | | Fix TSAN on Jenkins and on my machine
| * \ \ \ Merge pull request #4744 from dgquintas/check_newlinesGravatar Craig Tiller2016-01-15
| |\ \ \ \ | | | | | | | | | | | | Added sanity check for trailing newlines
| | | | | * extend copyright to 2016Gravatar Jan Tattermusch2016-01-15
| | | | | |