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
*
Make "depfile=$out.d" work if $out contains escaped characters, rspfile too.
Nico Weber
2014-05-21
1
-5/+5
*
Introduce the "console" pool
Peter Collingbourne
2014-02-03
1
-2/+12
*
Minor style fixes. No functionality change.
Nico Weber
2013-10-19
1
-1/+2
*
add deps_prefix for localized /showIncludes' output parsing
Peter Kümmel
2013-10-18
1
-2/+4
*
add -d keeprsp to preserve @rsp files on success on windows
Scott Graham
2013-09-10
1
-1/+2
*
Fix restat rebuild if deps are missing.
Maxim Kalaev
2013-09-02
1
-0/+4
*
Share more code between CleanNode() and RecomputeDirty().
Maxim Kalaev
2013-09-02
1
-10/+2
*
Check depslog timestamp in LoadDepsFromLog(), not in RecomputeOutputDirty().
Maxim Kalaev
2013-09-02
1
-1/+1
*
Fix for incorrect number of total edges in the status message
Richard Geary
2013-08-22
1
-4/+1
*
Fix for missing "no work to do." message if all build edges are phony rules.
Richard Geary
2013-08-11
1
-1/+4
*
Build log write error checking.
Nico Weber
2013-07-24
1
-2/+5
*
Merge pull request #612 from maximuska/proposed/deps_log_write_errors_checking
Nico Weber
2013-07-24
1
-5/+11
|
\
|
*
Adding error checking on fwrite/fflush in deps_log
Maxim Kalaev
2013-07-01
1
-5/+11
*
|
Fix restat dirty check logic for edges with multiple outputs
Chris Hopman
2013-07-20
1
-12/+11
*
|
minor: removing noop call to MarkDirty(), fixing comment
Maxim Kalaev
2013-07-20
1
-2/+1
*
|
Removing a redundant stat() call with 'deps' and 'restat = 1'
Maxim Kalaev
2013-07-20
1
-1/+1
|
/
*
keep dry run more similar to normal run
Nico Weber
2013-04-22
1
-4/+2
*
Don't record deps in dry runs.
Nico Weber
2013-04-22
1
-1/+3
*
windows: always extract dependencies, even on compile failure
Evan Martin
2013-04-11
1
-5/+7
*
always use output timestamp for deps
Evan Martin
2013-04-10
1
-15/+2
*
fix windows build after depslog
Scott Graham
2013-04-09
1
-1/+1
*
Merge branch 'dep-pipeless'
Evan Martin
2013-04-09
1
-98/+181
|
\
|
*
add a straightforward deps log test, fix the other one
Evan Martin
2013-04-09
1
-6/+17
|
*
Make deps=gcc without depfile an error.
Nico Weber
2013-04-09
1
-4/+6
|
*
add a test for the "deps out of date" case
Evan Martin
2013-04-09
1
-3/+5
|
*
make it an error for now to have multiple outputs with depslog
Evan Martin
2013-04-08
1
-1/+1
|
*
only write deps log if edge is in deps log mode
Evan Martin
2013-04-08
1
-11/+9
|
*
use logged deps mtime in dirty calculation
Evan Martin
2013-04-08
1
-1/+1
|
*
hook up depslog writing into build process
Evan Martin
2013-04-08
1
-94/+122
|
*
remove depfiles files as they're parsed
Evan Martin
2013-04-08
1
-4/+4
|
*
windows: use CLParser to extract deps during build
Evan Martin
2013-04-08
1
-1/+8
|
*
refactor build-time deps-extraction
Evan Martin
2013-04-08
1
-0/+50
|
*
plumb DepsLog load through Builder
Evan Martin
2013-04-08
1
-2/+3
|
*
pass command results via a struct
Evan Martin
2013-04-08
1
-45/+29
*
|
Make LinePrinter members private, add comments.
Nico Weber
2013-04-09
1
-3/+3
*
|
move printing of new lines into LinePrinter.
Nico Weber
2013-04-09
1
-19/+5
*
|
refactor; no intended functionality change
Nico Weber
2013-04-09
1
-7/+13
*
|
move single-line printing to new class
Nico Weber
2013-04-09
1
-88/+9
|
/
*
Merge pull request #521 from riannucci/ignore_duplicate_edges_in_shcedule_work
Evan Martin
2013-03-26
1
-0/+6
|
\
|
*
Fix duplicate edge Pool crash in the minimally invasive way
Robert Iannucci
2013-03-18
1
-0/+6
*
|
Added %e to manual.asciidoc, fixed brace style.
Avinash Baliga
2013-03-11
1
-2/+1
*
|
Made %e purely a number.
Avinash Baliga
2013-03-04
1
-1/+1
*
|
NINJA_STATUS now takes %e for elapsed time.
Avinash Baliga
2013-03-04
1
-0/+8
|
/
*
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
[next]