aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/buildgen/generate_projects.py
Commit message (Collapse)AuthorAge
* yapf tools/buildgenGravatar ncteisen2017-12-11
|
* The input files also need to follow the base argument...Gravatar Nicolas "Pixel" Noble2017-09-13
|
* Adding --base to generate_projects.pyGravatar Nicolas "Pixel" Noble2017-09-12
|
* auto-fix most of licensesGravatar Jan Tattermusch2017-06-08
|
* cleanup tools/run_tests directoryGravatar Jan Tattermusch2016-12-22
|
* Rollup of changes from the latest importGravatar Craig Tiller2016-04-11
|
* Update copyrightsGravatar Craig Tiller2016-03-31
|
* Faster code generationGravatar Craig Tiller2016-02-24
|
* Ensure sanity generate projects doesnt eat all available cpuGravatar Craig Tiller2016-01-21
|
* 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
* BoringSSL integration: non-vsprojects changesGravatar Craig Tiller2015-12-22
|
* 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
|/
* Fix sanityGravatar Craig Tiller2015-08-31
|
* 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
| * 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
|/
* Fix test modeGravatar Craig Tiller2015-07-06
|
* Add parallel execution for generate_projectsGravatar Craig Tiller2015-07-03