Commit Graph

25 Commits

Author SHA1 Message Date
Thomas Bechtold 08b626a704 Don't hardcode python2.7 in generate_projects.py script
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).
2018-05-20 08:34:21 +02:00
ncteisen 26d70b1653 yapf tools/buildgen 2017-12-11 16:40:56 -08:00
Nicolas "Pixel" Noble 72b36736ce The input files also need to follow the base argument... 2017-09-13 00:05:29 +02:00
Nicolas "Pixel" Noble 40c346ced9 Adding --base to generate_projects.py 2017-09-12 22:39:30 +02:00
Jan Tattermusch 7897ae9308 auto-fix most of licenses 2017-06-08 11:22:41 +02:00
Jan Tattermusch 5c79a3199c cleanup tools/run_tests directory 2016-12-22 10:47:52 +01:00
Craig Tiller 3ab2fe0094 Rollup of changes from the latest import 2016-04-11 20:11:18 -07:00
Craig Tiller 6169d5f7b0 Update copyrights 2016-03-31 07:46:18 -07:00
Craig Tiller 560c9017c4 Faster code generation 2016-02-24 16:34:38 -08:00
Craig Tiller 1297170048 Ensure sanity generate projects doesnt eat all available cpu 2016-01-21 13:38:35 -08:00
Craig Tiller 32d0f14c35 Update copyrights 2016-01-19 13:50:59 -08:00
Craig Tiller 590105ac53 Eliminate jobset timeouts in some circumstances
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
2016-01-19 13:03:46 -08:00
Craig Tiller 0fe5ee7be3 BoringSSL integration: non-vsprojects changes 2015-12-22 12:50:36 -08:00
Nicolas Noble 075821f726 Merge pull request #3614 from dgquintas/port_server_python_version
Small changes to tools/ Python scripts
2015-10-05 13:59:03 -07:00
David Garcia Quintas 985f22e42b Limited number of parallel jobs for generate_projects 2015-10-04 23:14:37 -07:00
David Garcia Quintas 9a170333d5 Idem for generate_projects.py 2015-10-04 15:44:07 -07:00
Nicolas "Pixel" Noble 9baaeade7c Get sanity to output more interesting information if it fails. 2015-10-03 02:25:02 +02:00
Craig Tiller 259e627b61 Fix sanity 2015-08-31 16:58:18 -07:00
Nicolas "Pixel" Noble 5876ad1757 Merge branch 'master' of github.com:grpc/grpc into win32-is-an-os-too
Conflicts:
	tools/buildgen/generate_projects.py
2015-08-05 01:20:12 +02:00
Nicolas "Pixel" Noble 4d811daf52 generate_projects.py should make directories.
That's necessary for generating Visual Studio project files that are in separate empty directories otherwise.
2015-07-14 19:07:08 +02:00
Nicolas "Pixel" Noble 587b7592b5 Calling python to spawn a python subprocess.
This will enable the script to work under Windows, which doesn't understand hashbangs interpreters.
Also built on top of #2395.
2015-07-11 22:43:24 +02:00
Nicolas "Pixel" Noble 22232ae298 Swapping tabs for spaces in generate_projects.py 2015-07-11 22:42:41 +02:00
Nicolas "Pixel" Noble 368524c7c8 Swapping tabs for spaces in generate_projects.py 2015-07-11 22:41:42 +02:00
Craig Tiller 5cdc81d709 Fix test mode 2015-07-06 16:36:15 -07:00
Craig Tiller 1a71811678 Add parallel execution for generate_projects 2015-07-03 12:07:06 -07:00