summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Only store command hashes in the build log.Nico Weber2012-06-158-17/+82
* Merge pull request #328 from nico/canonperfEvan Martin2012-06-152-1/+43
|\
| * add canon_perftestNico Weber2012-06-032-1/+43
* | allow '(' and ')' in depfile pathsEvan Martin2012-06-123-7/+22
* | add a note to HACKING about how to get gtestEvan Martin2012-06-121-0/+8
* | fix a typo in a test nameEvan Martin2012-06-121-1/+1
* | Merge pull request #325 from luvit/fix-path-magicEvan Martin2012-06-121-1/+1
|\ \
| * | bootstrap: fix path magic on windowsBrandon Philips2012-06-111-1/+1
* | | Merge pull request #323 from luvit/bootstrap-from-cwdEvan Martin2012-06-101-0/+2
|\ \ \ | |/ /
| * | bootstrap: chdir to bootstrap's directoryBrandon Philips2012-06-101-0/+2
|/ /
* | Merge pull request #306 from nico/winunbreakconfEvan Martin2012-06-071-3/+4
|\ \
| * | Fix configure.py on windows, which does not permit a leading space.Nico Weber2012-06-051-3/+4
|/ /
* | Merge pull request #311 from nico/cleanupsEvan Martin2012-06-042-4/+4
|\ \ | |/ |/|
| * Minor spelling fixes in manual.Nico Weber2012-05-131-3/+3
| * comment fixNico Weber2012-05-131-1/+1
* | Merge pull request #321 from nico/diffEvan Martin2012-06-021-9/+1
|\ \
| * | Remove code that was never executed.Nico Weber2012-06-021-9/+1
|/ /
* | Merge pull request #320 from nico/cleanupEvan Martin2012-06-022-4/+0
|\ \
| * | Remove unused variable last_update_millis_.Nico Weber2012-06-012-4/+0
* | | Merge pull request #319 from nico/vimpEvan Martin2012-06-021-4/+4
|\ \ \
| * | | Make `:set spell` only check spelling in comments. Patch from Thilo Six <T.Si...Nico Weber2012-06-011-4/+4
| |/ /
* | | Merge pull request #318 from jsternberg/masterEvan Martin2012-06-015-1/+20
|\ \ \ | |/ / |/| |
| * | Missing header file for "getenv".Jonathan Sternberg2012-05-311-0/+1
| * | Removing unused sys/termios.h header.Jonathan Sternberg2012-05-301-1/+0
| * | Header guards were missing from some header files.Jonathan Sternberg2012-05-304-0/+19
|/ /
* | Merge pull request #314 from ehird/masterEvan Martin2012-05-231-4/+3
|\ \
| * | Use subprocess.call for Python 2.4 compatibilityElliott Hird2012-05-231-4/+3
|/ /
* | Merge pull request #312 from nico/vimfileEvan Martin2012-05-151-3/+6
|\ \ | |/ |/|
| * vim syntax file: Highlight ninja comments.Nico Weber2012-05-141-3/+6
|/
* Merge pull request #310 from nico/landreaderEvan Martin2012-05-101-11/+64
|\
| * Switch LineReader from fgets() to just fread().Nico Weber2012-05-101-5/+33
| * Pull BuildLog line reading into its own class. No performance or behavior cha...Nico Weber2012-05-101-11/+36
* | Merge pull request #309 from nico/buildlogtestEvan Martin2012-05-101-0/+59
|\ \ | |/ |/|
| * Add a BuildLog test that checks that very long command liens don't crash.Nico Weber2012-05-101-0/+28
| * Add a BuildLog test that checks duplicate version headers don't crash.Nico Weber2012-05-101-0/+31
|/
* Merge pull request #307 from sgraham/nul-inputEvan Martin2012-05-091-5/+16
|\
| * pass subprocesses handle to nul device rather than null handleScott Graham2012-05-091-5/+16
* | Merge pull request #305 from nico/winperftestEvan Martin2012-05-091-2/+2
|\ \
| * | Make parser_perftest and build_log_perftest link on Windows.Nico Weber2012-05-091-2/+2
|/ /
* | Merge pull request #304 from nico/perftestEvan Martin2012-05-093-3/+146
|\ \
| * | Add a BuildLog loading perftest.Nico Weber2012-05-083-3/+146
|/ /
* | include version numberEvan Martin2012-05-081-2/+10
* | clarify what i mean by "policy"Evan Martin2012-05-081-2/+8
* | Merge pull request #301 from nico/logfixEvan Martin2012-05-082-0/+35
|\ \ | |/ |/|
| * Don't write ninja log header to log on every build on Windows.Nico Weber2012-05-082-0/+35
|/
* Merge pull request #297 from nico/colorclangEvan Martin2012-05-071-2/+5
|\
| * Produce colored diagnostics when building ninja with clang.Nico Weber2012-05-051-2/+5
* | Merge pull request #299 from tfarina/explicit-ctorsEvan Martin2012-05-074-6/+10
|\ \
| * | views: Mark single-argument constructors as explicit.Thiago Farina2012-05-064-6/+10
| |/
* | Merge pull request #298 from tfarina/build-log-stringEvan Martin2012-05-061-4/+3
|\ \ | |/ |/|