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
*
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
*
|
|
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
|
\
\
|
|
/
|
/
|
[next]