summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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-043-1/+7
* 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
* | 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
* build fixEvan Martin2011-12-301-0/+2
* switch the core ninja parser to use re2c for the lexerEvan Martin2011-12-2914-768/+1505
* minor re2c cleanupsEvan Martin2011-12-292-7/+6
* handle nuls more carefully in re2c rulesEvan Martin2011-12-292-23/+34
* 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-271-2/+2
* remove huge indent from tools listEvan Martin2011-12-271-8/+8
* Merge branch 'master' of git://github.com/ehird/ninjaEvan Martin2011-12-272-2/+2
|\
| * Rewrite the bootstrap script in PythonElliott Hird2011-12-151-1/+1
| * Support non-standard Python executable namesElliott Hird2011-12-141-1/+1
* | Follow up fix to commit 32bf74f (Fix the TODO in Rule class.)Thiago Farina2011-12-243-3/+4
* | Fix the TODO in Rule class.Thiago Farina2011-12-245-21/+23
* | windows: handle ERROR_PATH_NOT_FOUNDEvan Martin2011-12-232-6/+8
* | Matching the depfile_parser.in.cc file to properly generate the depfile_parse...Jonathan Sternberg2011-12-231-1/+1
* | revert part of c33b198 to fix build of ninja_testEvan Martin2011-12-221-1/+2
* | Capitalize "error" to match with the other utility functions.Thiago Farina2011-12-201-1/+1
* | Protect BuildLog data member variables by making them private.Thiago Farina2011-12-202-3/+8
* | windows: use GetFileAttributesEx instead of statEvan Martin2011-12-202-8/+34
* | factor out windows perror equivalentEvan Martin2011-12-203-15/+25
* | fix bad mergeEvan Martin2011-12-201-3/+3
* | remove weird accidental double-returnEvan Martin2011-12-201-1/+0
* | Merge pull request #146 from nornagon/escape-spacesEvan Martin2011-12-203-0/+19
|\ \
| * | Add tests for escaping spaces with '$ '.Jeremy Apthorp2011-11-281-0/+13
| * | Allow '$ ' to escape spaces in identifiers.Jeremy Apthorp2011-11-212-0/+6
* | | adjust depfile test now that parsing is more laxEvan Martin2011-12-191-2/+3
* | | handle backslashes and isolated colons in depfile parserEvan Martin2011-12-193-37/+54
* | | split out depfile parser tests into new fileEvan Martin2011-12-192-34/+50
* | | print 'entering directory' when -C is usedEvan Martin2011-12-151-0/+4
| |/ |/|
* | Fix 'list' tool.Nicolas Despres2011-12-091-1/+1
* | Use getter instead of private member.Nicolas Despres2011-12-091-1/+1
* | remove makefile parsing code, use depfile code insteadEvan Martin2011-12-076-82/+46
* | use re2c to parse depfilesEvan Martin2011-12-075-11/+245
* | refactor EdgeEnvEvan Martin2011-12-071-23/+35