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
*
don't print output with extra newline
Scott Graham
2013-05-17
1
-1/+1
*
fix truncate compile error in ninja_test on windows
Scott Graham
2013-05-17
1
-1/+2
*
call this version 1.3.0
Evan Martin
2013-05-16
1
-5/+1
*
Merge pull request #572 from nico/incless
Evan Martin
2013-05-14
8
-16/+4
|
\
|
*
Remove a few unused includes.
Nico Weber
2013-05-12
8
-16/+4
*
|
Fix Pool tests.
Robert Iannucci
2013-05-06
1
-18/+37
|
/
*
Merge pull request #565 from mdempsky/master
Evan Martin
2013-05-01
2
-27/+16
|
\
|
*
Don't poll pipes using POLLRDHUP
Matthew Dempsky
2013-05-01
1
-8/+1
|
*
Add support for OpenBSD.
Matthew Dempsky
2013-05-01
2
-19/+15
*
|
minor formatting change
Nico Weber
2013-05-01
1
-3/+2
*
|
Merge pull request #563 from nico/recompact-deps
Nico Weber
2013-05-01
3
-32/+95
|
\
\
|
|
/
|
/
|
|
*
Recompact the deps log when it gets too big.
Nico Weber
2013-05-01
2
-7/+22
|
*
Keep a DepsLog's data valid after a call to DepsLog::Recompact().
Nico Weber
2013-05-01
2
-7/+35
|
*
Let DepsLog::RecordDeps() update its in-memory representation.
Nico Weber
2013-04-30
2
-8/+21
|
*
Move updating DepsLog's deps_ array into its own function.
Nico Weber
2013-04-30
2
-6/+15
|
*
Move some DepsLog::Deps initialization code into its constructor.
Nico Weber
2013-04-30
2
-5/+3
*
|
added missing windows include
Patrick von Reth
2013-04-30
1
-0/+1
|
/
*
Fix Windows build more.
Nico Weber
2013-04-29
1
-1/+1
*
Merge pull request #558 from nico/buildfix
Evan Martin
2013-04-29
5
-14/+27
|
\
|
*
Introduce a Truncate() function that works on POSIX and Windows.
Nico Weber
2013-04-29
5
-14/+27
*
|
Merge pull request #556 from nico/unlink
Evan Martin
2013-04-29
1
-0/+5
|
\
\
|
*
|
Make sure that recompaction writes a pristine new depslog.
Nico Weber
2013-04-29
1
-0/+5
|
|
/
*
|
Don't crash during deps log recompaction if there's more than one deps entry.
Nico Weber
2013-04-29
2
-0/+8
|
/
*
don't count eof as truncated
Evan Martin
2013-04-27
1
-1/+2
*
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
[next]