aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/buildgen
Commit message (Collapse)AuthorAge
...
* | Fix copyrightGravatar Craig Tiller2016-02-08
| |
| * Removing undescores in {GPR,GRPC,CENSUS}_API.Gravatar Nicolas "Pixel" Noble2016-02-08
| |
* | build.yaml centric versioningGravatar Craig Tiller2016-02-08
|/
* Finalizing this a bit.Gravatar Nicolas "Pixel" Noble2016-01-30
|
* Usable API listGravatar Craig Tiller2016-01-29
|
* Prototype C parser for extracting API infoGravatar Craig Tiller2016-01-29
|
* Merge pull request #4819 from ctiller/less-cpu-sanityGravatar Nicolas Noble2016-01-26
|\ | | | | Ensure sanity generate projects doesnt eat all available cpu
* | Fix copyrightsGravatar Craig Tiller2016-01-21
| |
| * Ensure sanity generate projects doesnt eat all available cpuGravatar Craig Tiller2016-01-21
| |
* | Make zlib a first class build citizenGravatar Craig Tiller2016-01-21
|/
* Fix copyrightsGravatar Craig Tiller2016-01-20
|
* Add CPU cost measurement, tune parameters, decrease default maxjobsGravatar Craig Tiller2016-01-20
|
* Update copyrightsGravatar Craig Tiller2016-01-19
|
* 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
* Allow transitive dependencies plugin to process non-existent libs without ↵Gravatar murgatroid992016-01-12
| | | | crashing
* Merge pull request #4457 from soltanmm/plate-tectonicsGravatar Nathaniel Manista2016-01-12
|\ | | | | Include core in Python distribution.
| * Include core in Python distributionGravatar Masood Malekghassemi2016-01-07
| |
* | Merge branch 'yawn' into proto_namesGravatar Craig Tiller2015-12-22
|\|
| * BoringSSL integration: non-vsprojects changesGravatar Craig Tiller2015-12-22
| |
* | Consolidate C++ proto files under src/protoGravatar Craig Tiller2015-12-17
|/ | | | | | - make the directory structure match the package structure - sanitize the package structure (test --> testing) - add auto-detection of proto file dependencies
* Add tests for failed SSL connections: bad cert, and bad alpn configGravatar Craig Tiller2015-12-13
|
* Generate all file lists and build target lists in binding.gyp from build.yamlGravatar murgatroid992015-11-05
|
* Merge pull request #3614 from dgquintas/port_server_python_versionGravatar Nicolas Noble2015-10-05
|\ | | | | Small changes to tools/ Python scripts
| * Limited number of parallel jobs for generate_projectsGravatar David Garcia Quintas2015-10-04
| |
| * Idem for generate_projects.pyGravatar David Garcia Quintas2015-10-04
| |
* | Get sanity to output more interesting information if it fails.Gravatar Nicolas "Pixel" Noble2015-10-03
|/
* Enforce a more mergable build.yaml formatGravatar Craig Tiller2015-09-25
|
* Use "#!/usr/bin/env python2.7" only in utilitiesGravatar Nathaniel Manista2015-09-23
|
* Fix sanityGravatar Craig Tiller2015-08-31
|
* Hand-written changesGravatar Craig Tiller2015-08-31
|
* Reduce mac CI loadGravatar Craig Tiller2015-08-07
|
* Re-enabling tests that got culled off.Gravatar Nicolas "Pixel" Noble2015-08-07
|
* Merge pull request #2800 from ctiller/reduce-mac-loadGravatar Nicolas Noble2015-08-06
|\ | | | | Reduce mac load on Jenkins
| * Add linux, mac as test platforms, only run _with_poll tests on linuxGravatar Craig Tiller2015-08-05
| |
* | Merge branch 'master' of github.com:grpc/grpc into win32-is-an-os-tooGravatar Nicolas "Pixel" Noble2015-08-05
|\| | | | | | | | | Conflicts: tools/buildgen/generate_projects.py
| * old not parallel version of generate_projects.sh, for debugginGravatar Michael Larson2015-07-19
| |
| * changed vsproject generation to make c++ tests; put a hint in the .sln about ↵Gravatar Michael Larson2015-07-19
| | | | | | | | lib vs. target; expand .proto includes
| * generate_projects.py should make directories.Gravatar Nicolas "Pixel" Noble2015-07-14
| | | | | | | | That's necessary for generating Visual Studio project files that are in separate empty directories otherwise.
* | Calling python to spawn a python subprocess.Gravatar Nicolas "Pixel" Noble2015-07-11
| | | | | | | | | | This will enable the script to work under Windows, which doesn't understand hashbangs interpreters. Also built on top of #2395.
* | Swapping tabs for spaces in generate_projects.pyGravatar Nicolas "Pixel" Noble2015-07-11
| |
| * Swapping tabs for spaces in generate_projects.pyGravatar Nicolas "Pixel" Noble2015-07-11
|/
* Remove dead codeGravatar Craig Tiller2015-07-09
|
* Fix test modeGravatar Craig Tiller2015-07-06
|
* Add parallel execution for generate_projectsGravatar Craig Tiller2015-07-03
|
* Eliminate bashismsGravatar Craig Tiller2015-05-28
|
* Add copyrightsGravatar Craig Tiller2015-05-28
|
* Factor out extra json generationGravatar Craig Tiller2015-05-28
| | | | This logic needs to be reusable in some other scripts
* Merge pull request #1770 from jtattermusch/plugin_vcxprojGravatar Nicolas Noble2015-05-28
|\ | | | | Provide VS projects for building protoc plugins on Windows
| * provide VS solution for building protoc pluginsGravatar Jan Tattermusch2015-05-27
| |
* | Add testing of bad client behaviorGravatar Craig Tiller2015-05-26
|/ | | | | This test will become a suite over coming weeks. Spin up a server, and send some illegal data to it, and probe that the correct behavior occurs.