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 warning
Evan Martin
2013-04-27
1
-1/+1
*
deps log: recover on truncated entry
Evan Martin
2013-04-27
2
-9/+103
*
add a test for truncated deps
Evan Martin
2013-04-26
2
-0/+61
*
make DepsLogTest actually clean up on teardown
Evan Martin
2013-04-26
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
2
-2/+33
*
adjust the wording in "multiple rules generate X" warning
Evan Martin
2013-04-19
1
-1/+2
*
make DiskInterfaceTest.StatBadPath quiet
Evan Martin
2013-04-19
3
-5/+17
*
drop std:: qualifiers on more stl datatypes
Evan Martin
2013-04-18
7
-10/+10
*
also print iteration for gtest_repeat=-1
Scott Graham
2013-04-18
1
-4/+12
*
reset count in LaconicPrinter for when using --gtest_repeat
Scott Graham
2013-04-17
1
-0/+5
*
Merge pull request #541 from sgraham/fix-vs2012
Evan Martin
2013-04-13
1
-2/+2
|
\
|
*
try again on vs2012 build fixes
Scott Graham
2013-04-11
1
-2/+2
*
|
windows: always extract dependencies, even on compile failure
Evan Martin
2013-04-11
1
-5/+7
*
|
fix test
Evan Martin
2013-04-11
1
-14/+14
*
|
windows build fix
Evan Martin
2013-04-11
1
-1/+2
|
/
*
always use output timestamp for deps
Evan Martin
2013-04-10
2
-17/+3
*
include mtimes in deplog explain
Evan Martin
2013-04-10
1
-1/+2
*
fix typo in comment
Nico Weber
2013-04-09
1
-1/+1
*
Merge pull request #535 from sgraham/fix-windows-depslog
Evan Martin
2013-04-09
6
-12/+16
|
\
|
*
fix test
Scott Graham
2013-04-09
2
-5/+1
|
*
add ifdef around console_
Scott Graham
2013-04-09
1
-0/+2
|
*
fix windows build after depslog
Scott Graham
2013-04-09
4
-7/+13
*
|
On invalid depslog header, restart build instead of showing an error.
Nico Weber
2013-04-09
2
-9/+31
|
/
*
Merge branch 'dep-pipeless'
Evan Martin
2013-04-09
20
-368/+1414
|
\
|
*
add a straightforward deps log test, fix the other one
Evan Martin
2013-04-09
3
-17/+100
|
*
Write the depslog version in binary instead of text.
Nico Weber
2013-04-09
1
-5/+12
|
*
Make deps=gcc without depfile an error.
Nico Weber
2013-04-09
2
-4/+24
|
*
add a test for the "deps out of date" case
Evan Martin
2013-04-09
7
-7/+120
|
*
add a test verifying build failure on bad deps
Evan Martin
2013-04-08
1
-0/+17
|
*
make it an error for now to have multiple outputs with depslog
Evan Martin
2013-04-08
3
-1/+21
|
*
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
3
-9/+21
|
*
don't call .front() on an empty vector
Evan Martin
2013-04-08
1
-1/+2
|
*
hook up depslog writing into build process
Evan Martin
2013-04-08
3
-97/+134
|
*
rename "special" to "deps"
Evan Martin
2013-04-08
1
-4/+4
|
*
missing header
Evan Martin
2013-04-08
1
-0/+1
|
*
remove depfiles files as they're parsed
Evan Martin
2013-04-08
2
-4/+10
|
*
depslog: track dead record count
Evan Martin
2013-04-08
2
-1/+8
|
*
add recompaction to depslog
Evan Martin
2013-04-08
3
-10/+127
|
*
clarify depslog overview
Evan Martin
2013-04-08
1
-4/+5
|
*
make old deps format migration actually work
Evan Martin
2013-04-08
1
-5/+4
|
*
record and check depslog file version
Evan Martin
2013-04-08
1
-4/+24
|
*
don't write out deps entries if nothing changed
Evan Martin
2013-04-08
2
-2/+76
|
*
use special=anything to trigger loading from depslog
Evan Martin
2013-04-08
1
-1/+1
|
*
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
2
-0/+53
|
*
factor MSVC parsing out of CLWrapper into CLParser
Evan Martin
2013-04-08
4
-146/+139
|
*
windows: add uint16 casts in depslog
Evan Martin
2013-04-08
1
-2/+2
|
*
add "special=gcc" attribute, use to load depslog
Evan Martin
2013-04-08
2
-11/+44
[next]