summaryrefslogtreecommitdiffstats
path: root/misc/ninja_syntax.py
Commit message (Expand)AuthorAgeFilesLines
* Adds dyndep support to ninja_syntax.py.Nathan Ringo2021-01-121-1/+3
* Add missing Apache license header, fix #1781Jan Niklas Hasse2020-05-251-0/+14
* ninja_syntax.py: remove unused has_path argumentAlex Vallee2019-01-301-1/+1
* Support pool for Writer.build() in ninja_syntax.pyKareem Khazem2018-02-201-1/+3
* Add support for implicit outputs in ninja_syntax.py.Nicolas Despres2016-02-061-1/+6
* Disable long word wrapping entirely in comments.Alex Vallée2015-11-271-4/+2
* Fix indent in pull request #1042.Alex Vallee2015-11-121-1/+1
* Fix wrapping file paths in Writer.commentAlex Vallée2015-10-231-2/+5
* add a --bootstrap mode for configure.pyEvan Martin2014-11-181-11/+15
* add an "expand" function to ninja_syntaxEvan Martin2014-11-181-0/+15
* Get rid of unused importChris Drake2014-05-051-1/+0
* Use consistent indentation conventionsChris Drake2014-05-051-17/+17
* performance: Writer.build should copy less.Daniel Bratell2014-04-141-5/+4
* rename "special" to "deps"Evan Martin2013-04-081-3/+3
* add "special=gcc" attribute, use to load depslogEvan Martin2013-04-081-1/+3
* ninja_syntax.py: don't add trailing space when build has no inputsEvan Martin2012-12-291-3/+2
* Add python ninja_syntax.py support for poolRobert Iannucci2012-12-141-1/+8
* Add support for Python 3Zaheer Chothia2012-10-181-1/+1
* ninja_syntax: escape colons in pathsEvan Martin2012-07-171-6/+6
* Fix layout width in ninja_syntax.py.Nico Weber2012-05-021-1/+1
* add rspfile and rspfile_content to ninja_syntaxScott Graham2012-03-271-1/+5
* Explicitly turn input/output lists into list objects.Scott Franklin2012-01-281-2/+2
* ninja_syntax.py: Fix a bug when passing dict variables to Writer.build()Evan Jones2012-01-041-1/+6
* ninja_syntax: add restat attribute to rulesEvan Martin2011-12-281-1/+3
* Let ninja_syntax handle escaped spaces correctly.Nico Weber2011-12-221-30/+30
* Update ninja_syntax.py and tests to reflect '$ ' syntax.Jeremy Apthorp2011-11-291-13/+42
* Implement generator rulesPeter Collingbourne2011-10-151-1/+4
* allow --with-gtest flag to use unpacked gtest dirEvan Martin2011-09-071-0/+4
* add 'default' keyword to python moduleEvan Martin2011-09-061-0/+3
* ninja_syntax.py: add include and subninjaEvan Martin2011-08-291-0/+6
* rename ninja module to ninja_syntaxEvan Martin2011-08-161-0/+94