index
:
Ninja.git
master
release
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix a typo in a test name
Evan Martin
2012-06-12
1
-1/+1
*
Merge pull request #311 from nico/cleanups
Evan Martin
2012-06-04
1
-1/+1
|
\
|
*
comment fix
Nico Weber
2012-05-13
1
-1/+1
*
|
Remove code that was never executed.
Nico Weber
2012-06-02
1
-9/+1
*
|
Merge pull request #320 from nico/cleanup
Evan Martin
2012-06-02
2
-4/+0
|
\
\
|
*
|
Remove unused variable last_update_millis_.
Nico Weber
2012-06-01
2
-4/+0
|
|
/
*
|
Missing header file for "getenv".
Jonathan Sternberg
2012-05-31
1
-0/+1
*
|
Removing unused sys/termios.h header.
Jonathan Sternberg
2012-05-30
1
-1/+0
*
|
Header guards were missing from some header files.
Jonathan Sternberg
2012-05-30
4
-0/+19
|
/
*
Merge pull request #310 from nico/landreader
Evan Martin
2012-05-10
1
-11/+64
|
\
|
*
Switch LineReader from fgets() to just fread().
Nico Weber
2012-05-10
1
-5/+33
|
*
Pull BuildLog line reading into its own class. No performance or behavior cha...
Nico Weber
2012-05-10
1
-11/+36
*
|
Add a BuildLog test that checks that very long command liens don't crash.
Nico Weber
2012-05-10
1
-0/+28
*
|
Add a BuildLog test that checks duplicate version headers don't crash.
Nico Weber
2012-05-10
1
-0/+31
|
/
*
Merge pull request #307 from sgraham/nul-input
Evan Martin
2012-05-09
1
-5/+16
|
\
|
*
pass subprocesses handle to nul device rather than null handle
Scott Graham
2012-05-09
1
-5/+16
*
|
Add a BuildLog loading perftest.
Nico Weber
2012-05-08
2
-1/+140
*
|
include version number
Evan Martin
2012-05-08
1
-2/+10
*
|
Don't write ninja log header to log on every build on Windows.
Nico Weber
2012-05-08
2
-0/+35
|
/
*
Merge pull request #299 from tfarina/explicit-ctors
Evan Martin
2012-05-07
4
-6/+10
|
\
|
*
views: Mark single-argument constructors as explicit.
Thiago Farina
2012-05-06
4
-6/+10
*
|
No need to convert log_path to c-string. Two places.
Thiago Farina
2012-05-06
1
-4/+3
|
/
*
First check for string end, then dereference. (5ms more expensive, heh.)
Nico Weber
2012-05-04
1
-2/+2
*
Don't walk path components twice. Speeds up CanonicalizePath() 115ms (285ms -...
Nico Weber
2012-05-04
1
-6/+2
*
Reorder a few lines, no functionality (or perf) change.
Nico Weber
2012-05-04
1
-5/+4
*
Skip single '/' characters earlier in the loop. 300ms -> 285ms.
Nico Weber
2012-05-04
1
-8/+11
*
Speed up CanonicalizePath() 6.8% (322ms -> 300ms for chrome empty build).
Nico Weber
2012-05-04
2
-8/+35
*
Merge pull request #290 from nico/metrics
Evan Martin
2012-05-02
1
-0/+2
|
\
|
*
Add .ninja_log load time to metrics.
Nico Weber
2012-05-01
1
-0/+2
*
|
Merge pull request #284 from nico/fixwinbuild
Evan Martin
2012-05-02
2
-1/+4
|
\
\
|
*
|
Fix Windows build.
Nico Weber
2012-04-30
2
-1/+4
|
|
/
*
|
Merge pull request #283 from tfarina/string-ampersand
Evan Martin
2012-05-02
6
-7/+7
|
\
\
|
|
/
|
/
|
|
*
Put & operator with the type rather than the variable name.
Thiago Farina
2012-04-28
6
-7/+7
*
|
Merge pull request #274 from polrop/max_load_average
Evan Martin
2012-04-28
5
-4/+51
|
\
\
|
*
|
Add -l N option to limit the load average.
Nicolas Despres
2012-04-19
5
-4/+51
|
*
|
Remove trailing white spaces.
Nicolas Despres
2012-04-19
1
-6/+6
*
|
|
suggest ninja -h when someone runs 'ninja help'
Evan Martin
2012-04-26
1
-0/+2
|
|
/
|
/
|
*
|
allow UTF-8 in rule descriptions
Evan Martin
2012-04-26
3
-5/+12
*
|
reduce custom ninja status patch in minor ways
Evan Martin
2012-04-26
3
-128/+53
*
|
Merge branch 'custom_ninja_status' of git://github.com/polrop/ninja
Evan Martin
2012-04-26
3
-51/+199
|
\
\
|
*
|
Refactor and test progress status formatting.
Nicolas Despres
2012-04-24
3
-69/+140
|
*
|
Introduce NINJA_STATUS env var for customization.
Nicolas Despres
2012-04-24
1
-2/+79
|
*
|
Remove trailing white spaces.
Nicolas Despres
2012-04-24
2
-13/+13
|
|
/
*
|
Merge pull request #272 from nico/statstweak
Evan Martin
2012-04-26
1
-3/+3
|
\
\
|
*
|
Switch the order of total and avg columns in -d stats output.
Nico Weber
2012-04-17
1
-3/+3
|
|
/
*
|
Merge pull request #269 from sgraham/explain
Evan Martin
2012-04-26
6
-10/+72
|
\
\
|
*
|
add support for -d explain to help debug why rules are running
Scott Graham
2012-04-13
6
-10/+72
|
|
/
*
|
Merge pull request #228 from pcc/lazily-create-commandrunner
Evan Martin
2012-04-26
1
-4/+8
|
\
\
|
*
|
Lazily create the CommandRunner in Builder::Build
Peter Collingbourne
2012-02-27
1
-4/+8
*
|
|
Merge branch 'dont-clean-phony' of git://github.com/pcc/ninja
Evan Martin
2012-04-26
2
-9/+36
|
\
\
\
|
|
_
|
/
|
/
|
|
[next]