Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | xrange() was removed in Python 3 in favor of range() (#2036) | Christian Clauss | 2021-11-11 | 1 | -4/+4 |
| | | | https://portingguide.readthedocs.io | ||||
* | Fix syntax error in misc/write_fake_manifests.py | James Robinson | 2016-10-25 | 1 | -2/+2 |
| | | | | This is used by manifest_parser_perftest | ||||
* | enhance write_fake_manifest.py | Frank Benkstein | 2016-06-23 | 1 | -18/+71 |
| | | | | | | | | | | | | | | | Add an option to write_fake_manifest.py to generate sources expected by the manifest. Also slightly adapt command lines to the called commands. Together these changes mean that generated manifest can actually be executed successfully on Linux and OSX. Also add command line options to to change the number of targets being generated and the seed for the random number generator. Example usage: # create build directory in fake/build, sources in fake/src $ python misc/write_fake_manifest.py -s ../src fake/build # execute build in fake/build $ ninja -C fake/build | ||||
* | CanonicalizePath handles \ on Windows | Scott Graham | 2014-10-30 | 1 | -1/+1 |
| | |||||
* | add a script to generate large synthetic manifests | Nico Weber | 2014-03-25 | 1 | -0/+219 |
To be used by a manifest parser perf test in a follow-up. |