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
*
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
*
move BuildConfig out of globals
Evan Martin
2012-09-04
1
-14/+15
*
remove DiskInterface from globals
Evan Martin
2012-09-04
1
-5/+4
*
move BuildLog to DependencyScan
Evan Martin
2012-09-04
1
-3/+3
*
pass Builder as arg to build-running functions
Evan Martin
2012-09-04
1
-15/+15
*
remove config from BuildLog, rename members
Evan Martin
2012-09-02
1
-4/+5
*
make it more explicit that a bad build log causes us to rebuild
Evan Martin
2012-08-17
1
-0/+5
*
rename -V to --version and clean up --help output
Evan Martin
2012-08-13
1
-9/+8
*
fix windows build
Evan Martin
2012-08-08
1
-1/+1
*
use DiskInterface to create the build directory
Evan Martin
2012-08-07
1
-8/+11
*
use chdir() define from util.h
Evan Martin
2012-07-28
1
-4/+0
*
move processor-count code to util.cc
Evan Martin
2012-07-28
1
-25/+1
*
note that -l doesn't work on windows
Evan Martin
2012-07-28
1
-0/+3
*
also build with msvc
Peter Kümmel
2012-07-27
1
-1/+5
*
rearrange minidump patch to match ninja code style
Evan Martin
2012-07-27
1
-34/+45
*
Merge branch 'set_terminate' of git://github.com/gmoudry/ninja into minidump
Evan Martin
2012-07-27
1
-0/+35
|
\
|
*
Changed #ifdef _WIN32 to #ifdef _MSC_VER to make sure that MinGW compiles hap...
Jiri Moudry
2012-04-26
1
-1/+1
|
*
Improve handling of fatal errors on Windows, support creation of minidumps
Jiri Moudry
2012-03-28
1
-0/+35
*
|
Don't print 'Entering directory' when running tools.
Nico Weber
2012-07-25
1
-1/+4
*
|
Rename parsers.* to manifest_parser.*
Thiago Farina
2012-07-09
1
-1/+1
*
|
include version number
Evan Martin
2012-05-08
1
-2/+10
*
|
No need to convert log_path to c-string. Two places.
Thiago Farina
2012-05-06
1
-4/+3
*
|
Merge pull request #274 from polrop/max_load_average
Evan Martin
2012-04-28
1
-2/+11
|
\
\
|
*
|
Add -l N option to limit the load average.
Nicolas Despres
2012-04-19
1
-2/+11
*
|
|
suggest ninja -h when someone runs 'ninja help'
Evan Martin
2012-04-26
1
-0/+2
*
|
|
add support for -d explain to help debug why rules are running
Scott Graham
2012-04-13
1
-2/+7
|
/
/
*
|
Include unistd.h where needed
Ben Boeckel
2012-03-28
1
-0/+1
|
/
*
make urtle fit on 24-line terminal
Evan Martin
2012-03-06
1
-1/+1
*
Give a useful hint if the user runs "ninja clean" and there is no "clean" target
Peter Collingbourne
2012-03-05
1
-3/+7
*
add an "urtle" tool
Evan Martin
2012-03-01
1
-0/+28
*
Do not reload the manifest if a restat cleans it while being rebuilt
Peter Collingbourne
2012-02-21
1
-1/+6
*
If a command fails, wait for all running commands to terminate before we do
Peter Collingbourne
2012-02-04
1
-3/+5
*
rearrange query/browse output to be more sensible
Evan Martin
2012-01-24
1
-18/+22
*
only msvc needs these workarounds
Peter Kuemmel
2012-01-22
1
-1/+1
*
windows: use _WIN32 define everywhere
Evan Martin
2012-01-22
1
-5/+5
*
windows: hash_map bucket count has different getter
Frances Buontempo
2012-01-11
1
-1/+6
*
include main hash load in -d stats output
Evan Martin
2012-01-09
1
-1/+8
*
add a '-d stats' flag for detailed timings
Evan Martin
2012-01-05
1
-3/+28
*
factor out the main builder call
Evan Martin
2012-01-05
1
-30/+36
*
ninja.cc: Clear the rules/variables/state when reloading build.ninja
Evan Jones
2012-01-05
1
-20/+32
*
make Lexer::Error not emit trailing newline
Evan Martin
2012-01-05
1
-4/+1
[next]