summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* switch node lookup to StringPieceEvan Martin2012-01-092-5/+5
* convert ExternalStringHash to use StringPieceEvan Martin2012-01-093-22/+50
* include main hash load in -d stats outputEvan Martin2012-01-091-1/+8
* dynamic metrics report widthEvan Martin2012-01-061-3/+10
* track canonicalize metricEvan Martin2012-01-061-0/+2
* migrate tempdir code to test.ccEvan Martin2012-01-063-71/+108
* adjust restat behavior around missing outputsEvan Martin2012-01-052-8/+34
* add a '-d stats' flag for detailed timingsEvan Martin2012-01-055-3/+205
* windows: don't use \e in stringEvan Martin2012-01-051-1/+1
* drop some std:: prefixesEvan Martin2012-01-051-12/+11
* convert all time_t to a new TimeStamp typeEvan Martin2012-01-0511-35/+64
* factor out the main builder callEvan Martin2012-01-051-30/+36
* Merge pull request #194 from evanj/newline_spacesEvan Martin2012-01-053-85/+119
|\
| * Lexer: include leading spaces in the newline token.Evan Jones2012-01-053-85/+119
* | Merge pull request #193 from evanj/reparse_errorEvan Martin2012-01-051-20/+32
|\ \
| * | ninja.cc: Clear the rules/variables/state when reloading build.ninjaEvan Jones2012-01-051-20/+32
| |/
* | Lexer: Remove the trailing newline from lexer.in.cc not just lexer.ccEvan Jones2012-01-051-1/+1
|/
* test error message of ManifestParser::LoadEvan Martin2012-01-052-3/+13
* make Lexer::Error not emit trailing newlineEvan Martin2012-01-054-24/+21
* make my last change actually workEvan Martin2012-01-052-7/+8
* remove build_log v1/v2 codeEvan Martin2012-01-051-24/+14
* Lexer: include leading whitespace in the comment token.Evan Jones2012-01-053-61/+82
* Switch build log to use tabs as field separators, to support outputs with spa...Nico Weber2012-01-052-6/+28
* allow spellcheck to be used with a vector of stringsEvan Martin2012-01-043-16/+27
* refactor tool list into a tableEvan Martin2012-01-041-102/+111
* don't attempt to build browse.* in bootstrap modeEvan Martin2012-01-041-1/+1
* Merge pull request #175 from nornagon/escape-in-outEvan Martin2012-01-042-1/+17
|\
| * Add a test for quoting spaces in expanded $in and $out.Jeremy Apthorp2012-01-041-0/+9
| * When expanding $in and $out, wrap with quotes if the filename has a space.Jeremy Apthorp2012-01-021-1/+8
* | windows: more build fixesScott Graham2012-01-044-6/+13
* | 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