summaryrefslogtreecommitdiffstats
path: root/misc
Commit message (Collapse)AuthorAgeFilesLines
* rename ninja module to ninja_syntaxEvan Martin2011-08-162-2/+2
|
* add escaping function to python moduleEvan Martin2011-08-161-0/+8
|
* fix double-indentingEvan Martin2011-07-271-1/+1
|
* ninja.py: fix the new test and pass the testEvan Martin2011-07-272-13/+36
| | | | From a patch from Elazar Leibovich <elazarl@gmail.com>.
* unit test for line-wrapping in ninja.pyEvan Martin2011-07-271-0/+45
| | | | From a patch from Elazar Leibovich <elazarl@gmail.com>.
* Adding tab-completion function for zsh.Scott Franklin2011-06-231-0/+21
|
* switch to $ as the line continuation charEvan Martin2011-05-271-1/+1
| | | | | This means that backslashes are passed through without interpretation, allowing us to support Windows paths without worrying about escaping.
* emacs: highlight variable expansions tooEvan Martin2011-05-221-0/+2
|
* update instructions on using gyp; mention cmakeEvan Martin2011-05-171-726/+0
|
* check in a script that generates build.ninjaEvan Martin2011-05-021-0/+2
| | | | | | | | | This will allow us to: 1) simplify bootstrap 2) generate windows-style paths on windows It is also in line with ninja's philosophy: the build file syntax is simple because the build files are easy to generate.
* check in a ninja file generator Python moduleEvan Martin2011-04-301-0/+68
|
* fix terrible bug in gyp patchEvan Martin2011-03-121-4/+6
|
* update gyp patchEvan Martin2011-03-071-10/+20
|
* update gyp patchEvan Martin2011-02-281-24/+13
| | | | (Needed to fix Chrome build.)
* quick-fix gyp.patch for chrome changeEvan Martin2011-02-081-5/+8
|
* add copyrightsEvan Martin2011-02-061-0/+14
|
* use -f for input file, matching makeEvan Martin2011-02-051-1/+1
|
* check in demo fileEvan Martin2011-02-051-0/+38
|
* gyp updatesEvan Martin2011-02-031-7/+11
|
* update gyp patchEvan Martin2011-01-311-114/+155
|
* fancier elisp, handle "include"Evan Martin2011-01-231-4/+7
|
* more work on gyp tests, slow going :(Evan Martin2011-01-151-101/+188
|
* improved emacs modeEvan Martin2011-01-081-2/+6
|
* more gyp updatesEvan Martin2010-12-211-24/+2
|
* update gyp patch post-builddir-removalEvan Martin2010-12-201-17/+19
|
* more gyp workEvan Martin2010-12-171-31/+37
|
* gyp updateEvan Martin2010-12-071-38/+56
|
* move src into subdirEvan Martin2010-12-052-0/+596