Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Don't hardcode python2.7 in generate_projects.py script | Thomas Bechtold | 2018-05-20 |
| | | | | | | | | Instead, use the same python interpreter for calling the mako renderer that is currently use (which is sys.executable). This is useful when trying to run generate_projects.py in a python3 only environment (which is still broken but this is a first step). | ||
* | yapf tools/buildgen | ncteisen | 2017-12-11 |
| | |||
* | The input files also need to follow the base argument... | Nicolas "Pixel" Noble | 2017-09-13 |
| | |||
* | Adding --base to generate_projects.py | Nicolas "Pixel" Noble | 2017-09-12 |
| | |||
* | auto-fix most of licenses | Jan Tattermusch | 2017-06-08 |
| | |||
* | cleanup tools/run_tests directory | Jan Tattermusch | 2016-12-22 |
| | |||
* | Rollup of changes from the latest import | Craig Tiller | 2016-04-11 |
| | |||
* | Update copyrights | Craig Tiller | 2016-03-31 |
| | |||
* | Faster code generation | Craig Tiller | 2016-02-24 |
| | |||
* | Ensure sanity generate projects doesnt eat all available cpu | Craig Tiller | 2016-01-21 |
| | |||
* | Update copyrights | Craig Tiller | 2016-01-19 |
| | |||
* | Eliminate jobset timeouts in some circumstances | Craig Tiller | 2016-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 changes | Craig Tiller | 2015-12-22 |
| | |||
* | Merge pull request #3614 from dgquintas/port_server_python_version | Nicolas Noble | 2015-10-05 |
|\ | | | | | Small changes to tools/ Python scripts | ||
| * | Limited number of parallel jobs for generate_projects | David Garcia Quintas | 2015-10-04 |
| | | |||
| * | Idem for generate_projects.py | David Garcia Quintas | 2015-10-04 |
| | | |||
* | | Get sanity to output more interesting information if it fails. | Nicolas "Pixel" Noble | 2015-10-03 |
|/ | |||
* | Fix sanity | Craig Tiller | 2015-08-31 |
| | |||
* | Merge branch 'master' of github.com:grpc/grpc into win32-is-an-os-too | Nicolas "Pixel" Noble | 2015-08-05 |
|\ | | | | | | | | | Conflicts: tools/buildgen/generate_projects.py | ||
| * | generate_projects.py should make directories. | Nicolas "Pixel" Noble | 2015-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. | Nicolas "Pixel" Noble | 2015-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.py | Nicolas "Pixel" Noble | 2015-07-11 |
| | | |||
| * | Swapping tabs for spaces in generate_projects.py | Nicolas "Pixel" Noble | 2015-07-11 |
|/ | |||
* | Fix test mode | Craig Tiller | 2015-07-06 |
| | |||
* | Add parallel execution for generate_projects | Craig Tiller | 2015-07-03 |