summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #184 from evanj/masterEvan Martin2012-01-042-1/+14
|\
| * ninja_syntax.py: Fix a bug when passing variables to Writer.build()Evan Jones2012-01-042-1/+14
|/
* Add a space to unexpected token errors.Evan Jones2012-01-042-1/+8
* Use ExitProcess instead of exit in Fatal to allow extra cleanup for MSVCFrances Buontempo2012-01-041-0/+8
* windows: make bootstrap.py/configure.py work with MSVCScott Graham2012-01-045-34/+88
* Merge pull request #180 from doctorlove/int64Evan Martin2012-01-032-0/+14
|\
| * Add new line to new fileFrances Buontempo2012-01-031-2/+3
| * typedef long long for MSVCFrances Buontempo2012-01-032-0/+13
|/
* Merge pull request #179 from polrop/fix-clang-warningEvan Martin2012-01-031-1/+1
|\
| * Fix warning about class previously declared as struct.Nicolas Despres2012-01-031-1/+1
* | Merge pull request #177 from doctorlove/msvc_changesEvan Martin2012-01-033-6/+15
|\ \ | |/ |/|
| * std::string(NULL,0) asserts in MSVC DebugFrances Buontempo2012-01-031-1/+1
| * Changes to hash_map to make it build with MSVC's versionFrances Buontempo2012-01-031-5/+12
| * Include <algorithm> for std::find in test.ccFrances Buontempo2012-01-031-0/+2
|/
* allow hyphen in variable namesEvan Martin2011-12-303-19/+29
* more privateEvan Martin2011-12-302-4/+4
* make evalstring internals privateEvan Martin2011-12-305-21/+26
* Merge pull request #173 from polrop/fix-typo-in-manualEvan Martin2011-12-301-1/+1
|\
| * Fix typo in manual.Nicolas Despres2011-12-301-1/+1
|/
* build fixEvan Martin2011-12-301-0/+2
* switch the core ninja parser to use re2c for the lexerEvan Martin2011-12-2915-771/+1510
* minor re2c cleanupsEvan Martin2011-12-292-7/+6
* handle nuls more carefully in re2c rulesEvan Martin2011-12-292-23/+34
* add script for measuring build performanceEvan Martin2011-12-292-4/+60
* ninja_syntax: add restat attribute to rulesEvan Martin2011-12-281-1/+3
* add bash completion based on zsh completionEvan Martin2011-12-281-0/+25
* move some docs to home pageEvan Martin2011-12-281-50/+10
* link to blog post in docsEvan Martin2011-12-281-5/+6
* add an "all" target to build all binariesEvan Martin2011-12-281-5/+14
* fix parser_perftest after depfile changeEvan Martin2011-12-281-1/+1
* de-escape backslashes in depfiles while parsingEvan Martin2011-12-284-119/+198
* add (failing) test involving spaces in depfilesEvan Martin2011-12-271-0/+13
* switch DepfileParser to take a string* to make memory clearerEvan Martin2011-12-275-30/+40
* fix depfile regex to not match empty stringsEvan Martin2011-12-272-13/+12
* adapt parser_perftest to new depfile classEvan Martin2011-12-272-2/+5
* remove huge indent from tools listEvan Martin2011-12-271-8/+8
* rearrange the new bootstrap.pyEvan Martin2011-12-271-16/+20
* Merge branch 'master' of git://github.com/ehird/ninjaEvan Martin2011-12-277-60/+83
|\
| * Rewrite the bootstrap script in PythonElliott Hird2011-12-155-57/+76
| * Support non-standard Python executable namesElliott Hird2011-12-142-3/+7
* | Merge pull request #166 from tfarina/fix-commitEvan Martin2011-12-263-3/+4
|\ \
| * | Follow up fix to commit 32bf74f (Fix the TODO in Rule class.)Thiago Farina2011-12-243-3/+4
|/ /
* | Merge pull request #164 from tfarina/rule-private-membersEvan Martin2011-12-245-21/+23
|\ \
| * | Fix the TODO in Rule class.Thiago Farina2011-12-245-21/+23
|/ /
* | windows: handle ERROR_PATH_NOT_FOUNDEvan Martin2011-12-232-6/+8
* | Merge pull request #163 from jsternberg/masterEvan Martin2011-12-231-1/+1
|\ \
| * | Matching the depfile_parser.in.cc file to properly generate the depfile_parse...Jonathan Sternberg2011-12-231-1/+1
|/ /
* | Merge pull request #161 from nico/fixEvan Martin2011-12-222-30/+75
|\ \
| * | Let ninja_syntax handle escaped spaces correctly.Nico Weber2011-12-222-30/+75
|/ /
* | revert part of c33b198 to fix build of ninja_testEvan Martin2011-12-221-1/+2