index
:
Ninja.git
master
release
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
7
-8/+39
|
|
\
|
*
|
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
*
|
|
Merge pull request #640 from nico/edgetest
Nico Weber
2013-08-22
1
-0/+1
|
\
\
\
|
*
|
|
Add a test for issue #638.
Nico Weber
2013-08-22
1
-0/+1
|
/
/
/
*
|
|
Merge pull request #639 from rgeary1/StatusMessageFix
Nico Weber
2013-08-22
2
-5/+2
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Fix for incorrect number of total edges in the status message
Richard Geary
2013-08-22
2
-5/+2
|
/
/
*
|
Merge pull request #635 from johan/patch-1
Nico Weber
2013-08-13
1
-1/+1
|
\
\
|
*
|
Proof reading
Johan Sundström
2013-08-13
1
-1/+1
|
/
/
*
|
Merge pull request #633 from rgeary1/NestedPhonyPrintsDone
Evan Martin
2013-08-11
4
-2/+33
|
\
\
|
*
|
Fix for missing "no work to do." message if all build edges are phony rules.
Richard Geary
2013-08-11
3
-2/+25
|
*
|
Add to .gitignore : SublimeText project files, *.patch files, ..ninja_deps, ....
Richard Geary
2013-08-11
1
-0/+8
*
|
|
Merge pull request #631 from kimgr/master
Evan Martin
2013-08-07
1
-3/+2
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Fix tabs/spaces inconsistency.
Kim Grasman
2013-08-05
1
-3/+2
|
/
/
*
|
Merge pull request #627 from idealisms/master
Evan Martin
2013-07-26
1
-2/+3
|
\
\
|
|
/
|
/
|
|
*
Fix the browse tool.
Tony Chang
2013-07-26
1
-2/+3
|
/
*
Merge pull request #626 from nico/logwrite
Evan Martin
2013-07-24
3
-11/+21
|
\
|
*
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
*
|
Merge pull request #625 from nico/land
Nico Weber
2013-07-20
2
-12/+51
|
\
\
|
*
|
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
|
/
/
*
|
Merge pull request #624 from nico/landmaxim
Nico Weber
2013-07-20
1
-3/+2
|
\
\
|
*
|
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
*
|
|
Merge pull request #622 from nico/test
Nico Weber
2013-07-18
1
-0/+11
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Add test for a manifest ending in the middle of a keyword.
Nico Weber
2013-07-18
1
-0/+11
|
/
/
*
|
Merge pull request #621 from nico/ninjaload
Evan Martin
2013-07-18
1
-10/+12
|
\
\
|
*
|
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 #614 from nico/pooldoc
Evan Martin
2013-07-08
1
-0/+4
|
\
\
\
|
*
|
|
Mention pools in the discussion of ninja's toplevel declarations.
Nico Weber
2013-07-07
1
-0/+4
*
|
|
|
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
*
|
|
|
Merge pull request #615 from mdempsky/strict-murmur
Nico Weber
2013-07-08
2
-13/+16
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Fix murmur hash implementations to work on strict alignment
Matthew Dempsky
2013-07-08
2
-13/+16
|
/
/
/
*
|
|
Merge pull request #610 from rnk/wstr
Nico Weber
2013-07-02
1
-1/+5
|
\
\
\
|
*
|
|
Use fwrite to print whatever the subcommand wrote
Reid Kleckner
2013-07-02
1
-1/+5
|
/
/
/
*
|
|
Merge pull request #607 from dajohi/master
Nico Weber
2013-07-01
5
-11/+16
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
use !defined(NOT_PPOLL)
David Hill
2013-07-01
1
-2/+2
[next]