index
:
Ninja.git
master
release
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
build.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
rearrange handling of builtin bindings to make rules simpler
Evan Martin
2012-12-29
1
-18/+20
*
wrap some overlong lines
Evan Martin
2012-12-29
1
-4/+8
*
fix all "class" -> "struct"
Evan Martin
2012-12-29
1
-2/+1
*
NINJA_STATUS: add support of `%p` for percentage
yannicklm
2012-12-14
1
-0/+8
*
Remove unnecessary parameter from ShouldDelayEdge
Robert Iannucci
2012-11-30
1
-1/+1
*
Make Edge->pool() a pointer like it should have been
Robert Iannucci
2012-11-30
1
-7/+7
*
Dump pools with State
Robert Iannucci
2012-11-09
1
-1/+0
*
and some basic implementation
Robert Iannucci
2012-11-09
1
-10/+10
*
stub out an api and de-constify Pool
Robert Iannucci
2012-11-09
1
-2/+22
*
build metrics: StartEdge and EndEdge
Maxim Kalaev
2012-10-12
1
-0/+2
*
Move DryRunCommandRunner into a unnamed namespace.
Thiago Farina
2012-10-02
1
-24/+39
*
build with msvc2012
Peter Kümmel
2012-09-18
1
-1/+1
*
remove some code duplication
Peter Kümmel
2012-09-18
1
-2/+3
*
Change rate measurement code.
Nico Weber
2012-09-14
1
-15/+9
*
include termios for solaris
Alex Caudill
2012-09-07
1
-0/+4
*
move BuildLog to DependencyScan
Evan Martin
2012-09-04
1
-5/+4
*
remove a redundant arg to RecomputeOutputDirty
Evan Martin
2012-09-02
1
-5/+6
*
split out dirty recomputation logic from Edge class
Evan Martin
2012-09-02
1
-7/+8
*
use DiskInterface to create the build directory
Evan Martin
2012-08-07
1
-3/+3
*
Re-factor elide code and test it.
Nicolas Despres
2012-07-31
1
-13/+2
*
fix a warning and leak in windows-specific console output code
Evan Martin
2012-07-27
1
-2/+2
*
Merge pull request #351 from syntheticpp/rate
Evan Martin
2012-07-27
1
-1/+27
|
\
|
*
print edges per second
Peter Kuemmel
2012-07-15
1
-1/+27
*
|
windows: use WriteConsoleOutput instead of printf to avoid moving cursor
Scott Graham
2012-07-19
1
-6/+20
|
/
*
Efficiently check for emptiness
Pierre Schweitzer
2012-07-14
1
-1/+1
*
Merge pull request #313 from wolfp/restat_missing_input
Evan Martin
2012-07-03
1
-7/+1
|
\
|
*
Do not reset restat_mtime if an input is missing (issue #295)
wolfp
2012-06-27
1
-7/+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
1
-2/+0
|
\
\
|
*
|
Remove unused variable last_update_millis_.
Nico Weber
2012-06-01
1
-2/+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
|
/
*
views: Mark single-argument constructors as explicit.
Thiago Farina
2012-05-06
1
-1/+1
*
Merge pull request #274 from polrop/max_load_average
Evan Martin
2012-04-28
1
-1/+3
|
\
|
*
Add -l N option to limit the load average.
Nicolas Despres
2012-04-19
1
-1/+3
|
*
Remove trailing white spaces.
Nicolas Despres
2012-04-19
1
-6/+6
*
|
reduce custom ninja status patch in minor ways
Evan Martin
2012-04-26
1
-82/+49
*
|
Merge branch 'custom_ninja_status' of git://github.com/polrop/ninja
Evan Martin
2012-04-26
1
-43/+98
|
\
\
|
*
|
Refactor and test progress status formatting.
Nicolas Despres
2012-04-24
1
-68/+46
|
*
|
Introduce NINJA_STATUS env var for customization.
Nicolas Despres
2012-04-24
1
-2/+79
|
*
|
Remove trailing white spaces.
Nicolas Despres
2012-04-24
1
-6/+6
|
|
/
*
|
Merge pull request #269 from sgraham/explain
Evan Martin
2012-04-26
1
-1/+1
|
\
\
|
*
|
add support for -d explain to help debug why rules are running
Scott Graham
2012-04-13
1
-1/+1
|
|
/
*
|
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
*
|
Include unistd.h where needed
Ben Boeckel
2012-03-28
1
-0/+1
*
|
Be more selective about deleting output files when interrupted
Peter Collingbourne
2012-03-01
1
-3/+18
*
|
[win32] Overprint the previous line if we're attached to a console
Scott Graham
2012-02-27
1
-5/+38
|
/
*
Merge pull request #217 from PetrWolf/master
Evan Martin
2012-02-23
1
-2/+13
|
\
|
*
Response files
unknown
2012-02-09
1
-2/+13
[next]