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
*
Add test that proves `node->AddOutEdge(edge);` in `LoadDepFile()` is needed.
Nico Weber
2013-06-04
2
-4/+28
*
Merge pull request #591 from nico/fixrestat
Nico Weber
2013-06-04
2
-0/+65
|
\
|
*
Fix restat builds with edges generating headers depended on through deps files
Nico Weber
2013-06-03
2
-0/+65
|
/
*
Merge pull request #589 from nico/wincase
Nico Weber
2013-05-29
5
-17/+20
|
\
|
*
Stop `-t msvc -o` from lowercasing paths from /showIncludes output.
Nico Weber
2013-05-29
5
-17/+20
|
/
*
Merge pull request #586 from grimmy/master
Evan Martin
2013-05-29
1
-1/+3
|
\
|
*
Fixed the build on Debian/kfreebsd
Gary Kramlich
2013-05-25
1
-1/+3
*
|
Merge pull request #588 from jonforums/mingw-fix
Evan Martin
2013-05-25
1
-2/+2
|
\
\
|
|
/
|
/
|
|
*
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
3
-3/+14
|
\
\
\
\
|
*
|
|
|
Added bootstrap/configure option to force pselect
Tobias Hieta
2013-05-23
3
-3/+14
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge pull request #579 from rui314/master
Evan Martin
2013-05-23
2
-3/+8
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Add error check for -j flag.
Rui Ueyama
2013-05-21
1
-2/+7
|
*
|
|
Fix typo in HACKING.md
Rui Ueyama
2013-05-21
1
-1/+1
|
|
/
/
*
|
|
remind myself to update the website when I make a release
Evan Martin
2013-05-21
1
-0/+2
|
/
/
*
|
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
*
|
|
Merge pull request #574 from sgraham/no-extra-nl
Evan Martin
2013-05-17
1
-1/+1
|
\
\
\
|
*
|
|
don't print output with extra newline
Scott Graham
2013-05-17
1
-1/+1
|
/
/
/
*
|
|
Merge pull request #573 from sgraham/truncate-win
Nico Weber
2013-05-17
1
-1/+2
|
\
\
\
|
*
|
|
fix truncate compile error in ninja_test on windows
Scott Graham
2013-05-17
1
-1/+2
|
/
/
/
*
|
|
require version 1.3 for building ninja itself
Evan Martin
2013-05-17
1
-0/+3
*
|
|
remind myself to push tags
Evan Martin
2013-05-16
1
-1/+1
|
|
/
|
/
|
*
|
call this version 1.3.0
Evan Martin
2013-05-16
1
-5/+1
*
|
delete obsolete todo
Evan Martin
2013-05-14
1
-1/+0
*
|
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
*
|
|
Merge pull request #568 from riannucci/fix_test
Evan Martin
2013-05-08
1
-18/+37
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Fix Pool tests.
Robert Iannucci
2013-05-06
1
-18/+37
|
|
/
*
|
Merge pull request #570 from nico/fixdarwin
Nico Weber
2013-05-08
1
-1/+2
|
\
\
|
|
/
|
/
|
|
*
Fix bootstrap on OS X.
Nico Weber
2013-05-08
1
-1/+2
|
/
*
Merge pull request #565 from mdempsky/master
Evan Martin
2013-05-01
4
-29/+23
|
\
|
*
Don't poll pipes using POLLRDHUP
Matthew Dempsky
2013-05-01
1
-8/+1
|
*
Add support for OpenBSD.
Matthew Dempsky
2013-05-01
4
-21/+22
*
|
Merge pull request #566 from nico/tweak
Nico Weber
2013-05-01
1
-3/+2
|
\
\
|
*
|
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
[next]