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
*
Add a test that fails if a rule updates it output file but fails
Colin Cross
2017-05-22
1
-0/+3
*
Tidy up rate snprintf'ing helper
Scott Graham
2016-10-07
1
-5/+7
*
Fixed not initialized elapsed time.
gkistanova
2016-07-14
1
-0/+1
*
Fix NINJA_STATUS %r on dumb terminals
Colin Cross
2016-04-29
1
-2/+9
*
Improve Plan::EdgeFinished signature
Brad King
2016-04-19
1
-1/+6
*
Release the pool slot held by an edge whether it succeeds or fails
Fredrik Medley
2016-04-06
1
-3/+2
*
simplify & inline
Scott Graham
2015-04-27
1
-6/+1
*
avoid calling ResumeDelayedJobs instead
Scott Graham
2015-04-24
1
-1/+1
*
Cleanup: Make stack a const ref now that it's no longer modified.
Nico Weber
2015-04-01
1
-1/+2
*
Make failing stat() calls abort the build.
Nico Weber
2015-03-19
1
-1/+2
*
Minor style fixes. No functionality change.
Nico Weber
2013-10-19
1
-2/+3
*
add deps_prefix for localized /showIncludes' output parsing
Peter Kümmel
2013-10-18
1
-1/+1
*
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
[next]