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 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
|
\
\
|
|
/
|
/
|
|
*
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
|
*
Let DepsLog::RecordDeps() update its in-memory representation.
Nico Weber
2013-04-30
2
-8/+21
|
*
Move updating DepsLog's deps_ array into its own function.
Nico Weber
2013-04-30
2
-6/+15
|
*
Move some DepsLog::Deps initialization code into its constructor.
Nico Weber
2013-04-30
2
-5/+3
*
|
added missing windows include
Patrick von Reth
2013-04-30
1
-0/+1
|
/
*
Fix Windows build more.
Nico Weber
2013-04-29
1
-1/+1
*
Merge pull request #558 from nico/buildfix
Evan Martin
2013-04-29
5
-14/+27
|
\
|
*
Introduce a Truncate() function that works on POSIX and Windows.
Nico Weber
2013-04-29
5
-14/+27
*
|
Merge pull request #556 from nico/unlink
Evan Martin
2013-04-29
1
-0/+5
|
\
\
|
*
|
Make sure that recompaction writes a pristine new depslog.
Nico Weber
2013-04-29
1
-0/+5
|
|
/
*
|
Don't crash during deps log recompaction if there's more than one deps entry.
Nico Weber
2013-04-29
2
-0/+8
|
/
*
don't count eof as truncated
Evan Martin
2013-04-27
1
-1/+2
*
fix warning
Evan Martin
2013-04-27
1
-1/+1
*
deps log: recover on truncated entry
Evan Martin
2013-04-27
2
-9/+103
*
add a test for truncated deps
Evan Martin
2013-04-26
2
-0/+61
[prev]
[next]