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
*
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
|
/
*
Remove a few unused includes.
Nico Weber
2013-05-12
1
-3/+0
*
plumb DepsLog load through Builder
Evan Martin
2013-04-08
1
-2/+3
*
load deps log at startup
Evan Martin
2013-04-08
1
-0/+35
*
factor out creation of build directory
Evan Martin
2013-04-08
1
-16/+21
*
Add spell checking for debug flags.
Nico Weber
2013-03-27
1
-1/+8
*
Merge pull request #512 from pcc/compilation-database
Evan Martin
2013-03-10
1
-0/+45
|
\
|
*
Add compdb tool
Peter Collingbourne
2013-03-10
1
-0/+45
*
|
Bring in declaration of atoi
Dave Abrahams
2013-03-08
1
-0/+1
|
/
*
say where the default value for -j comes from
Evan Martin
2013-02-16
1
-1/+1
[next]