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
*
Minor style fixes. No functionality change.
Nico Weber
2013-10-19
4
-8/+13
*
Merge pull request #665 from syntheticpp/localized-showinclude
Nico Weber
2013-10-18
7
-26/+41
|
\
|
*
add deps_prefix for localized /showIncludes' output parsing
Peter Kümmel
2013-10-18
7
-26/+41
*
|
Fix compilation on VS2013
Scott Graham
2013-10-18
3
-0/+4
|
/
*
mark this 1.4.0.git, update RELEASING
Evan Martin
2013-09-12
1
-1/+1
*
add -d keeprsp to preserve @rsp files on success on windows
Scott Graham
2013-09-10
5
-3/+12
*
Simplify.
Nico Weber
2013-09-08
1
-3/+2
*
Fix for build test for BuildWithDepsLogTest.RestatMissingDepfileDepslog
Richard Geary
2013-09-07
1
-1/+4
*
Make depslog v1->v3 message less scary.
Nico Weber
2013-09-06
1
-1/+1
*
Simplify.
Nico Weber
2013-09-02
1
-18/+7
*
Delete a line I failed to delete in d7a46654a7be1.
Nico Weber
2013-09-02
1
-1/+0
*
Fix restat rebuild if deps are missing.
Maxim Kalaev
2013-09-02
4
-4/+126
*
Share more code between CleanNode() and RecomputeDirty().
Maxim Kalaev
2013-09-02
3
-25/+23
*
Check depslog timestamp in LoadDepsFromLog(), not in RecomputeOutputDirty().
Maxim Kalaev
2013-09-02
3
-26/+23
*
Simplify implementation of GetProcessorCount().
Benedikt Meurer
2013-09-01
1
-22/+2
*
Fix an issue with more than 64k deps, spotted by maximuska.
Nico Weber
2013-08-28
2
-1/+34
*
document an assumption
Nico Weber
2013-08-28
1
-0/+1
*
Deps log format v3
Nico Weber
2013-08-28
2
-30/+36
*
Suffix depslog path records with their expected index.
Nico Weber
2013-08-26
2
-7/+34
*
Minor style fixes, no behavior change.
Nico Weber
2013-08-23
5
-6/+6
*
Merge pull request #628 from rnk/wstr
Nico Weber
2013-08-23
1
-1/+6
|
\
|
*
Merge branch 'master' into wstr
Reid Kleckner
2013-08-19
4
-4/+28
|
|
\
|
*
|
Avoid indexing into an empty string.
Reid Kleckner
2013-08-19
1
-1/+4
|
*
|
Use fwrite in the msvc tool instead of printf
Reid Kleckner
2013-07-26
1
-1/+3
*
|
|
Add a test for issue #638.
Nico Weber
2013-08-22
1
-0/+1
*
|
|
Fix for incorrect number of total edges in the status message
Richard Geary
2013-08-22
2
-5/+2
|
|
/
|
/
|
*
|
Fix for missing "no work to do." message if all build edges are phony rules.
Richard Geary
2013-08-11
3
-2/+25
*
|
Fix the browse tool.
Tony Chang
2013-07-26
1
-2/+3
|
/
*
Build log write error checking.
Nico Weber
2013-07-24
3
-11/+21
*
Merge pull request #612 from maximuska/proposed/deps_log_write_errors_checking
Nico Weber
2013-07-24
3
-20/+56
|
\
|
*
Adding checks for record overflow in deps_log
Maxim Kalaev
2013-07-01
1
-6/+21
|
*
Adding error checking on fwrite/fflush in deps_log
Maxim Kalaev
2013-07-01
3
-18/+39
*
|
Add test for correct restat logic
Chris Hopman
2013-07-20
1
-0/+40
*
|
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
*
|
Merge pull request #623 from nico/fix
Nico Weber
2013-07-19
3
-4/+17
|
\
\
|
*
|
Fix diagnostic formatting regression caused by adaa91a33eb2cf23b88.
Nico Weber
2013-07-19
3
-4/+17
*
|
|
Add test for a manifest ending in the middle of a keyword.
Nico Weber
2013-07-18
1
-0/+11
|
/
/
*
|
Add back contents.resize(), but with a comment and just 1 instead of 10.
Nico Weber
2013-07-18
1
-0/+8
*
|
Let the ".ninja parse" metric include the time to read the toplevel ninja file.
Nico Weber
2013-07-11
1
-1/+1
*
|
Reuse ManifestParser::Load() in ManifestParser::ParseFileInclude().
Nico Weber
2013-07-11
1
-9/+3
*
|
Merge pull request #616 from nico/recompact
Evan Martin
2013-07-08
3
-6/+34
|
\
\
|
*
|
Add a 'recompact' tool, which forces recompaction of the build and deps logs.
Nico Weber
2013-07-08
3
-6/+34
*
|
|
Merge pull request #611 from nico/testparse
Evan Martin
2013-07-08
2
-5/+105
|
\
\
\
|
*
|
|
Improve error message for duplicate rules and unknown pools.
Nico Weber
2013-07-02
2
-5/+105
|
|
/
/
*
|
|
Introducing tool 'deps' dumping ninja deps log entries
Maxim Kalaev
2013-07-08
1
-0/+42
*
|
|
Fix murmur hash implementations to work on strict alignment
Matthew Dempsky
2013-07-08
2
-13/+16
|
/
/
*
|
Use fwrite to print whatever the subcommand wrote
Reid Kleckner
2013-07-02
1
-1/+5
*
|
use !defined(NOT_PPOLL)
David Hill
2013-07-01
1
-2/+2
[next]