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
*
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
*
add syntax for checking versions
Evan Martin
2013-02-16
1
-6/+3
*
drop the "rules" tool completely
Evan Martin
2012-12-29
1
-19/+0
*
Fix clang warning.
Thiago Farina
2012-11-27
1
-1/+1
*
Merge pull request #459 from maximuska/proposed/refactor-collect-targets
Evan Martin
2012-11-12
1
-49/+51
|
\
|
*
refactoring: decompose CollectTargetsFromArgs
Maxim Kalaev
2012-11-09
1
-49/+51
*
|
Merge pull request #443 from tfarina/disk-interface-alloc
Evan Martin
2012-11-12
1
-1/+1
|
\
\
|
*
|
Allocate disk_interface near where it's needed.
Thiago Farina
2012-10-10
1
-1/+1
*
|
|
Merge pull request #458 from rgeary1/minor
Evan Martin
2012-11-09
1
-0/+3
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Exit status = 2 if user presses ctrl-c
Richard Geary
2012-11-09
1
-0/+3
*
|
|
Add missing 'virtual' annotation to ReadFile() override.
Thiago Farina
2012-10-17
1
-1/+1
|
|
/
|
/
|
*
|
Don't say -h is invalid whereas it is supported.
Nicolas Despres
2012-09-27
1
-1/+1
*
|
Give MinGW builds MSVC build helper superpowers
Jon
2012-09-20
1
-2/+2
*
|
Clean up getopt_long call.
Nico Weber
2012-09-14
1
-12/+12
|
/
*
mark msvc-helper as experimental
Evan Martin
2012-09-13
1
-1/+1
*
windows: merge msvc-helper into ninja.exe itself
Evan Martin
2012-09-13
1
-0/+17
*
drop special case for msvc bucket count
Evan Martin
2012-09-07
1
-6/+1
*
allow tools to specify when they run (before/after build.ninja load)
Evan Martin
2012-09-06
1
-34/+52
*
factor out metrics dump from ninja main
Evan Martin
2012-09-05
1
-14/+18
*
factor out build log load from main
Evan Martin
2012-09-05
1
-28/+37
*
rearrange tool-picking logic
Evan Martin
2012-09-05
1
-18/+37
*
reduce indent
Evan Martin
2012-09-04
1
-39/+38
[next]