| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Strip ansi escape sequences from subcommand output when not writing to a smar... | Nico Weber | 2012-01-19 | 4 | -2/+68 |
|
|
* | Add a test that dry run shows all commands that could be run (none | Frances Buontempo | 2012-01-16 | 2 | -1/+37 |
|
|
* | Stop warning about chdir etc which are treated as errors on MSVC with the | Frances Buontempo | 2012-01-16 | 2 | -0/+2 |
|
|
* | BuildLog: Use Log::insert(Log::value_type()) to avoid invalid strings. | Evan Jones | 2012-01-13 | 1 | -2/+2 |
|
|
* | Merge branch 'stringpiece-hash' | Evan Martin | 2012-01-12 | 7 | -49/+94 |
|\ |
|
| * | decide on murmur hash, delete stl hash | Evan Martin | 2012-01-12 | 1 | -18/+4 |
|
|
| * | make new hash work on windows | Evan Martin | 2012-01-11 | 1 | -4/+14 |
|
|
| * | back to murmur hash | Evan Martin | 2012-01-09 | 1 | -7/+7 |
|
|
| * | remove string copy while loading depfiles | Evan Martin | 2012-01-09 | 2 | -3/+3 |
|
|
| * | split canonicalize | Evan Martin | 2012-01-09 | 2 | -5/+14 |
|
|
| * | more stringpiece | Evan Martin | 2012-01-09 | 3 | -9/+12 |
|
|
| * | murmur -> stl hash | Evan Martin | 2012-01-09 | 1 | -1/+10 |
|
|
| * | switch node lookup to StringPiece | Evan Martin | 2012-01-09 | 2 | -5/+5 |
|
|
| * | convert ExternalStringHash to use StringPiece | Evan Martin | 2012-01-09 | 3 | -22/+50 |
|
|
* | | windows: hash_map bucket count has different getter | Frances Buontempo | 2012-01-11 | 1 | -1/+6 |
|
|
* | | GetTempPath() needs windows.h | Frances Buontempo | 2012-01-11 | 1 | -0/+4 |
|/ |
|
* | include main hash load in -d stats output | Evan Martin | 2012-01-09 | 1 | -1/+8 |
|
|
* | dynamic metrics report width | Evan Martin | 2012-01-06 | 1 | -3/+10 |
|
|
* | track canonicalize metric | Evan Martin | 2012-01-06 | 1 | -0/+2 |
|
|
* | migrate tempdir code to test.cc | Evan Martin | 2012-01-06 | 3 | -71/+108 |
|
|
* | adjust restat behavior around missing outputs | Evan Martin | 2012-01-05 | 2 | -8/+34 |
|
|
* | add a '-d stats' flag for detailed timings | Evan Martin | 2012-01-05 | 5 | -3/+205 |
|
|
* | windows: don't use \e in string | Evan Martin | 2012-01-05 | 1 | -1/+1 |
|
|
* | drop some std:: prefixes | Evan Martin | 2012-01-05 | 1 | -12/+11 |
|
|
* | convert all time_t to a new TimeStamp type | Evan Martin | 2012-01-05 | 11 | -35/+64 |
|
|
* | factor out the main builder call | Evan Martin | 2012-01-05 | 1 | -30/+36 |
|
|
* | Merge pull request #194 from evanj/newline_spaces | Evan Martin | 2012-01-05 | 3 | -85/+119 |
|\ |
|
| * | Lexer: include leading spaces in the newline token. | Evan Jones | 2012-01-05 | 3 | -85/+119 |
|
|
* | | Merge pull request #193 from evanj/reparse_error | Evan Martin | 2012-01-05 | 1 | -20/+32 |
|\ \ |
|
| * | | ninja.cc: Clear the rules/variables/state when reloading build.ninja | Evan Jones | 2012-01-05 | 1 | -20/+32 |
| |/ |
|
* | | Lexer: Remove the trailing newline from lexer.in.cc not just lexer.cc | Evan Jones | 2012-01-05 | 1 | -1/+1 |
|/ |
|
* | test error message of ManifestParser::Load | Evan Martin | 2012-01-05 | 2 | -3/+13 |
|
|
* | make Lexer::Error not emit trailing newline | Evan Martin | 2012-01-05 | 4 | -24/+21 |
|
|
* | make my last change actually work | Evan Martin | 2012-01-05 | 2 | -7/+8 |
|
|
* | remove build_log v1/v2 code | Evan Martin | 2012-01-05 | 1 | -24/+14 |
|
|
* | Lexer: include leading whitespace in the comment token. | Evan Jones | 2012-01-05 | 3 | -61/+82 |
|
|
* | Switch build log to use tabs as field separators, to support outputs with spa... | Nico Weber | 2012-01-05 | 2 | -6/+28 |
|
|
* | allow spellcheck to be used with a vector of strings | Evan Martin | 2012-01-04 | 3 | -16/+27 |
|
|
* | refactor tool list into a table | Evan Martin | 2012-01-04 | 1 | -102/+111 |
|
|
* | don't attempt to build browse.* in bootstrap mode | Evan Martin | 2012-01-04 | 1 | -1/+1 |
|
|
* | Merge pull request #175 from nornagon/escape-in-out | Evan Martin | 2012-01-04 | 2 | -1/+17 |
|\ |
|
| * | Add a test for quoting spaces in expanded $in and $out. | Jeremy Apthorp | 2012-01-04 | 1 | -0/+9 |
|
|
| * | When expanding $in and $out, wrap with quotes if the filename has a space. | Jeremy Apthorp | 2012-01-02 | 1 | -1/+8 |
|
|
* | | windows: more build fixes | Scott Graham | 2012-01-04 | 4 | -6/+13 |
|
|
* | | Add a space to unexpected token errors. | Evan Jones | 2012-01-04 | 2 | -1/+8 |
|
|
* | | Use ExitProcess instead of exit in Fatal to allow extra cleanup for MSVC | Frances Buontempo | 2012-01-04 | 1 | -0/+8 |
|
|
* | | windows: make bootstrap.py/configure.py work with MSVC | Scott Graham | 2012-01-04 | 3 | -1/+7 |
|
|
* | | Add new line to new file | Frances Buontempo | 2012-01-03 | 1 | -2/+3 |
|
|
* | | typedef long long for MSVC | Frances Buontempo | 2012-01-03 | 2 | -0/+13 |
|
|
* | | Merge pull request #179 from polrop/fix-clang-warning | Evan Martin | 2012-01-03 | 1 | -1/+1 |
|\ \ |
|