summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* improve testScott Graham2012-06-151-8/+7
* add $in_newlineScott Graham2012-06-152-6/+28
* fix windows buildScott Graham2012-06-151-0/+1
* Add a hash collision benchmark.Nico Weber2012-06-151-0/+43
* Only store command hashes in the build log.Nico Weber2012-06-158-17/+82
* Merge pull request #328 from nico/canonperfEvan Martin2012-06-151-0/+38
|\
| * add canon_perftestNico Weber2012-06-031-0/+38
* | allow '(' and ')' in depfile pathsEvan Martin2012-06-123-7/+22
* | fix a typo in a test nameEvan Martin2012-06-121-1/+1
* | Merge pull request #311 from nico/cleanupsEvan Martin2012-06-041-1/+1
|\ \ | |/ |/|
| * comment fixNico Weber2012-05-131-1/+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
| |/
* | 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 #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
* | 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
* | Add a BuildLog loading perftest.Nico Weber2012-05-082-1/+140
* | include version numberEvan Martin2012-05-081-2/+10
* | Don't write ninja log header to log on every build on Windows.Nico Weber2012-05-082-0/+35
|/
* 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
* | No need to convert log_path to c-string. Two places.Thiago Farina2012-05-061-4/+3
|/
* First check for string end, then dereference. (5ms more expensive, heh.)Nico Weber2012-05-041-2/+2
* Don't walk path components twice. Speeds up CanonicalizePath() 115ms (285ms -...Nico Weber2012-05-041-6/+2
* Reorder a few lines, no functionality (or perf) change.Nico Weber2012-05-041-5/+4
* Skip single '/' characters earlier in the loop. 300ms -> 285ms.Nico Weber2012-05-041-8/+11
* Speed up CanonicalizePath() 6.8% (322ms -> 300ms for chrome empty build).Nico Weber2012-05-042-8/+35
* Merge pull request #290 from nico/metricsEvan Martin2012-05-021-0/+2
|\
| * Add .ninja_log load time to metrics.Nico Weber2012-05-011-0/+2
* | Merge pull request #284 from nico/fixwinbuildEvan Martin2012-05-022-1/+4
|\ \
| * | Fix Windows build.Nico Weber2012-04-302-1/+4
| |/
* | Merge pull request #283 from tfarina/string-ampersandEvan Martin2012-05-026-7/+7
|\ \ | |/ |/|
| * Put & operator with the type rather than the variable name.Thiago Farina2012-04-286-7/+7
* | Merge pull request #274 from polrop/max_load_averageEvan Martin2012-04-285-4/+51
|\ \
| * | Add -l N option to limit the load average.Nicolas Despres2012-04-195-4/+51
| * | Remove trailing white spaces.Nicolas Despres2012-04-191-6/+6
* | | suggest ninja -h when someone runs 'ninja help'Evan Martin2012-04-261-0/+2
| |/ |/|
* | allow UTF-8 in rule descriptionsEvan Martin2012-04-263-5/+12
* | reduce custom ninja status patch in minor waysEvan Martin2012-04-263-128/+53
* | Merge branch 'custom_ninja_status' of git://github.com/polrop/ninjaEvan Martin2012-04-263-51/+199
|\ \
| * | Refactor and test progress status formatting.Nicolas Despres2012-04-243-69/+140
| * | Introduce NINJA_STATUS env var for customization.Nicolas Despres2012-04-241-2/+79