index
:
Ninja.git
master
release
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
build.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Minor style fixes, no behavior change.
Nico Weber
2013-08-23
1
-1/+1
*
Fix for incorrect number of total edges in the status message
Richard Geary
2013-08-22
1
-1/+1
*
Fix for missing "no work to do." message if all build edges are phony rules.
Richard Geary
2013-08-11
1
-1/+1
*
Adding error checking on fwrite/fflush in deps_log
Maxim Kalaev
2013-07-01
1
-1/+4
*
drop std:: qualifiers on more stl datatypes
Evan Martin
2013-04-18
1
-2/+1
*
always use output timestamp for deps
Evan Martin
2013-04-10
1
-2/+1
*
fix test
Scott Graham
2013-04-09
1
-4/+0
*
Merge branch 'dep-pipeless'
Evan Martin
2013-04-09
1
-4/+19
|
\
|
*
add a straightforward deps log test, fix the other one
Evan Martin
2013-04-09
1
-1/+2
|
*
hook up depslog writing into build process
Evan Martin
2013-04-08
1
-3/+4
|
*
refactor build-time deps-extraction
Evan Martin
2013-04-08
1
-0/+3
|
*
plumb DepsLog load through Builder
Evan Martin
2013-04-08
1
-1/+2
|
*
pass command results via a struct
Evan Martin
2013-04-08
1
-2/+11
*
|
move single-line printing to new class
Nico Weber
2013-04-09
1
-4/+3
|
/
*
NINJA_STATUS now takes %e for elapsed time.
Avinash Baliga
2013-03-04
1
-0/+1
*
Merge pull request #461 from riannucci/global_section
Evan Martin
2012-12-13
1
-3/+13
|
\
|
*
Doc improvements
Robert Iannucci
2012-11-30
1
-0/+8
|
*
stub out an api and de-constify Pool
Robert Iannucci
2012-11-09
1
-3/+5
*
|
Fix a doxygen bug found by clang's -Wdocumentation.
Nico Weber
2012-11-08
1
-1/+1
|
/
*
Fix subtile buffer size error
Peter Kümmel
2012-09-18
1
-4/+4
*
remove some code duplication
Peter Kümmel
2012-09-18
1
-16/+12
*
Change rate measurement code.
Nico Weber
2012-09-14
1
-18/+40
*
move BuildLog to DependencyScan
Evan Martin
2012-09-04
1
-2/+6
*
split out dirty recomputation logic from Edge class
Evan Martin
2012-09-02
1
-1/+3
*
use DiskInterface to create the build directory
Evan Martin
2012-08-07
1
-2/+4
*
GCC 4.7 needs cstdio
Peter Kümmel
2012-07-15
1
-1/+1
*
print edges per second
Peter Kuemmel
2012-07-15
1
-0/+35
*
Merge pull request #316 from tfarina/struct
Evan Martin
2012-06-17
1
-4/+5
|
\
|
*
No need to write 'struct' before type name when declaraing variables in C++.
Thiago Farina
2012-05-23
1
-4/+5
*
|
Remove unused variable last_update_millis_.
Nico Weber
2012-06-01
1
-2/+0
|
/
*
views: Mark single-argument constructors as explicit.
Thiago Farina
2012-05-06
1
-1/+1
*
Fix Windows build.
Nico Weber
2012-04-30
1
-1/+1
*
Merge pull request #274 from polrop/max_load_average
Evan Martin
2012-04-28
1
-1/+4
|
\
|
*
Add -l N option to limit the load average.
Nicolas Despres
2012-04-19
1
-1/+4
*
|
reduce custom ninja status patch in minor ways
Evan Martin
2012-04-26
1
-15/+2
*
|
Refactor and test progress status formatting.
Nicolas Despres
2012-04-24
1
-0/+58
|
/
*
Be more selective about deleting output files when interrupted
Peter Collingbourne
2012-03-01
1
-0/+3
*
If a command fails, wait for all running commands to terminate before we do
Peter Collingbourne
2012-02-04
1
-2/+2
*
Implement cleanup-on-interrupt
Peter Collingbourne
2012-02-04
1
-2/+13
*
Implement restat rules
Peter Collingbourne
2011-10-24
1
-0/+4
*
Split Node::dirty_ into two flags: Node::dirty_ and Edge::outputs_ready_
Peter Collingbourne
2011-10-18
1
-2/+12
*
fix redundant manifest rebuild
Evan Martin
2011-09-08
1
-0/+9
*
simplify CommandRunner, simplifying users too
Evan Martin
2011-05-17
1
-4/+2
*
refactor status printing into BuildStatus
Evan Martin
2011-05-14
1
-2/+2
*
add support for ignoring failures of some subtasks
Evan Martin
2011-05-09
1
-1/+4
*
use refactored function to support implicit "all" target
Evan Martin
2011-05-01
1
-0/+1
*
add doxygen-compatibile comments to most classes
Evan Martin
2011-04-29
1
-16/+18
*
add copyrights
Evan Martin
2011-02-06
1
-0/+14
*
fancier output
Evan Martin
2011-02-05
1
-2/+7
*
parallelism flag, guess based on cpuinfo
Evan Martin
2011-02-01
1
-1/+2
[next]