index
:
Ninja.git
master
release
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
ninja.cc
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Do not attempt to rebuild infinitely in dry-run mode.
Nicolas Despres
2015-12-09
1
-0/+4
*
Merge pull request #1007 from mikesep/aix
Evan Martin
2015-11-12
1
-0/+3
|
\
|
*
Fix getopt for AIX
Mike Seplowitz
2015-08-19
1
-0/+3
*
|
Make links point to org page
Nico Weber
2015-11-11
1
-1/+1
|
/
*
Some mucking with std:: for set_terminate and terminate_handler
Scott Graham
2015-08-10
1
-1/+1
*
win: print right slashes in 'unknown target' message
Nico Weber
2015-07-10
1
-3/+3
*
Let Stat() have an err outparam instead of writing to stderr.
Nico Weber
2015-03-31
1
-2/+11
*
Add an opt-in flag to make duplicate edges an error (`-w dupbuild=err`).
Nico Weber
2015-03-24
1
-3/+38
*
Swap order of -k and -l in help output, to keep the list alphabetized.
Nico Weber
2015-03-24
1
-1/+1
*
Allow manifest rebuild to loop up to 100 times
Colin Cross
2015-02-03
1
-14/+13
*
Revert #223, fixes #874.
Nico Weber
2014-12-04
1
-5/+4
*
drop NINJA_BOOTSTRAP define
Evan Martin
2014-11-18
1
-1/+1
*
Make sure configure.py and ninja.cc always agree on if -t browse is included.
Nico Weber
2014-11-14
1
-2/+2
*
fix order of args to CanonicalizePath
Scott Graham
2014-11-09
1
-2/+2
*
remove CanonicalizePath overloads, test for toplevel behaviour
Scott Graham
2014-11-09
1
-2/+4
*
Remove extra info from Usage()
kwesolowski
2014-07-26
1
-3/+0
*
Small usage info fix for windows
kwesolowski
2014-07-25
1
-1/+1
*
Fixed/improved -l N documentation For windows
kwesolowski
2014-07-25
1
-1/+1
*
Merge pull request #755 from zmodem/working_dir_vs_msvc_tool
Nico Weber
2014-06-29
1
-8/+9
|
\
|
*
Process the -C option before running RUN_AFTER_FLAGS tools.
Hans Wennborg
2014-05-03
1
-8/+9
*
|
Rename -d nowinstatcache to -d nostatcache; might become useful elsewhere (#787)
Nico Weber
2014-06-27
1
-5/+5
*
|
do not delete files from the logs that still exist on disk
Nico Weber
2014-06-20
1
-1/+3
*
|
add some statcache tests
Nico Weber
2014-06-15
1
-2/+2
*
|
Free cache memory once it's no longer used.
Nico Weber
2014-06-15
1
-7/+2
*
|
on by default
Nico Weber
2014-06-15
1
-4/+4
*
|
make win-only
Nico Weber
2014-06-15
1
-0/+4
*
|
simplify more, move behind flag
Nico Weber
2014-06-15
1
-4/+11
*
|
Turn on stat cache. Empty builds of chrome on my laptop 4s -> 1.3s (!)
Nico Weber
2014-06-15
1
-1/+1
*
|
Add a stat cache. Demo-quality, and disabled atm.
Nico Weber
2014-06-15
1
-0/+6
*
|
spellcheck "keeprsp" in -d options
Nico Weber
2014-06-15
1
-1/+1
*
|
compdb: check that inputs is not empty
Ben Boeckel
2014-05-05
1
-0/+2
|
/
*
Make BuildLogUser reference constant.
Nico Weber
2014-01-07
1
-1/+1
*
Add a comment.
Nico Weber
2014-01-04
1
-0/+7
*
Rename "IsDead" to "BuildLogUser".
Nico Weber
2014-01-04
1
-3/+3
*
Move duplicated code into a helper function.
Nico Weber
2014-01-04
1
-3/+1
*
Remove dead entries in .ninja_log and .ninja_deps while recompacting.
Nico Weber
2014-01-02
1
-3/+8
*
add -d keeprsp to preserve @rsp files on success on windows
Scott Graham
2013-09-10
1
-1/+5
*
Fix the browse tool.
Tony Chang
2013-07-26
1
-2/+3
*
Merge pull request #616 from nico/recompact
Evan Martin
2013-07-08
1
-4/+32
|
\
|
*
Add a 'recompact' tool, which forces recompaction of the build and deps logs.
Nico Weber
2013-07-08
1
-4/+32
*
|
Introducing tool 'deps' dumping ninja deps log entries
Maxim Kalaev
2013-07-08
1
-0/+42
|
/
*
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
1
-2/+2
|
\
|
*
Don't use va_start() with reference parameters, it's undefined behavior.
Nico Weber
2013-05-24
1
-2/+2
*
|
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
|
|
/
*
|
Add error check for -j flag.
Rui Ueyama
2013-05-21
1
-2/+7
|
/
[prev]
[next]