summaryrefslogtreecommitdiffstats
path: root/misc/write_fake_manifests.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix syntax error in misc/write_fake_manifests.pyJames Robinson2016-10-251-2/+2
| | | | This is used by manifest_parser_perftest
* enhance write_fake_manifest.pyFrank Benkstein2016-06-231-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 WindowsScott Graham2014-10-301-1/+1
|
* add a script to generate large synthetic manifestsNico Weber2014-03-251-0/+219
To be used by a manifest parser perf test in a follow-up.