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
*
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
*
|
Exclude Windows as well
David Hill
2013-07-01
1
-2/+2
*
|
ugh, missing #
David Hill
2013-06-29
1
-1/+1
*
|
cleanup based on comments from martine
David Hill
2013-06-29
2
-2/+2
*
|
support Bitrig
David Hill
2013-06-29
2
-5/+5
|
/
*
Merge pull request #601 from nico/109fix
Nico Weber
2013-06-22
1
-0/+1
|
\
|
*
Add stdlib.h include for atol().
Nico Weber
2013-06-22
1
-0/+1
*
|
Make sure to not write partial deps entries.
Nico Weber
2013-06-14
1
-0/+9
|
/
*
Add a test for CreatePhonyInEdge() in depsmode path.
Nico Weber
2013-06-06
1
-0/+61
*
Add test that proves `node->AddOutEdge(edge);` in `LoadDepFile()` is needed.
Nico Weber
2013-06-04
2
-4/+28
*
Fix restat builds with edges generating headers depended on through deps files
Nico Weber
2013-06-03
2
-0/+65
*
Stop `-t msvc -o` from lowercasing paths from /showIncludes output.
Nico Weber
2013-05-29
5
-17/+20
*
Fix mingw based builds. Fixes #587
Jon
2013-05-25
1
-2/+2
*
refactor ninja main() into a struct with methods
Evan Martin
2013-05-24
1
-159/+203
*
simplify some ifdefs
Evan Martin
2013-05-24
1
-7/+5
*
factor out flag parsing from enormous NinjaMain()
Evan Martin
2013-05-24
1
-44/+64
*
Merge pull request #585 from nico/fixcrash
Nico Weber
2013-05-24
3
-4/+7
|
\
|
*
Don't use va_start() with reference parameters, it's undefined behavior.
Nico Weber
2013-05-24
3
-4/+7
*
|
Merge pull request #470 from rgeary1/remotebrowser
Evan Martin
2013-05-23
1
-2/+6
|
\
\
|
*
|
Browse tool uses real hostname not localhost, to allow -t browse when using ssh
Richard Geary
2013-05-22
1
-2/+6
*
|
|
Merge pull request #578 from pinotree/remove-path-max
Evan Martin
2013-05-23
1
-3/+7
|
\
\
\
|
*
|
|
do not unconditionally use PATH_MAX with getcwd
Pino Toscano
2013-05-21
1
-3/+7
|
|
/
/
*
|
|
Merge pull request #583 from tru/add_force_pselect
Evan Martin
2013-05-23
1
-3/+3
|
\
\
\
|
*
|
|
Added bootstrap/configure option to force pselect
Tobias Hieta
2013-05-23
1
-3/+3
|
|
/
/
*
|
|
Add error check for -j flag.
Rui Ueyama
2013-05-21
1
-2/+7
|
/
/
*
|
Merge pull request #576 from nico/newlines
Evan Martin
2013-05-20
1
-0/+6
|
\
\
|
*
|
Set stdout to binary mode in -t msvc.
Nico Weber
2013-05-17
1
-0/+6
*
|
|
Merge pull request #577 from tfarina/structs
Evan Martin
2013-05-19
2
-4/+2
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
structs not classes.
Thiago Farina
2013-05-19
2
-4/+2
[next]