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
...
|
*
Make sure no stale test file exists before running build log tests.
Nico Weber
2012-09-01
1
-0/+2
*
|
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
*
|
remove unfortunate header dependency
Evan Martin
2012-09-04
1
-1/+0
*
|
clarify setter
Evan Martin
2012-09-04
2
-5/+10
*
|
move BuildLog to DependencyScan
Evan Martin
2012-09-04
9
-22/+32
*
|
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
4
-30/+24
*
|
remove a redundant arg to RecomputeOutputDirty
Evan Martin
2012-09-02
3
-24/+19
*
|
split out dirty recomputation logic from Edge class
Evan Martin
2012-09-02
6
-88/+117
|
/
*
safer build: consider target dirty if depfile is missing
Maxim Kalaev
2012-08-30
2
-3/+34
*
Remove unused macro NINJA_UNUSED_ARG.
Nico Weber
2012-08-28
1
-2/+0
*
drop DepfileParserTest.Tilde, as it's covered by .SpecialChars
Evan Martin
2012-08-24
1
-13/+0
*
update old test to cover newer rule attributes
Evan Martin
2012-08-24
1
-1/+4
*
add test that checks attributes on rules
Evan Martin
2012-08-24
1
-0/+11
*
fix test broken in 697350d
Evan Martin
2012-08-17
1
-2/+10
*
make it more explicit that a bad build log causes us to rebuild
Evan Martin
2012-08-17
3
-4/+12
*
Merge pull request #401 from syntheticpp/win-network-path
Evan Martin
2012-08-17
2
-0/+27
|
\
|
*
on windows a network path starts with two backslashes
Peter Kuemmel
2012-08-17
2
-0/+27
*
|
if a file is missing in the log, count it as dirty
Scott Graham
2012-08-15
2
-6/+63
*
|
add a helper binary for wrapping cl.exe
Evan Martin
2012-08-15
1
-0/+115
*
|
pass env block to cl helper
Evan Martin
2012-08-15
3
-1/+17
*
|
Merge branch 'master' of github.com:martine/ninja
Evan Martin
2012-08-13
9
-9/+542
|
\
\
|
*
|
msvc helper: drop system includes
Evan Martin
2012-08-12
3
-3/+30
|
*
|
includes_normalize: also lowercase cross-drive includes
Evan Martin
2012-08-12
3
-10/+9
|
*
|
add functions for normalizing win32 include paths
Scott Graham
2012-08-12
3
-0/+249
|
*
|
msvc helper: attempt to filter out when it prints the input filename
Evan Martin
2012-08-12
3
-0/+47
|
*
|
add subprocess-spawning to msvc_helper
Evan Martin
2012-08-12
3
-1/+116
|
*
|
move Win32Fatal into util
Evan Martin
2012-08-12
3
-8/+7
|
*
|
add a module for working with MSVC (cl.exe) behavior
Evan Martin
2012-08-12
3
-0/+96
|
*
|
doc that ReadFile reads in text mode on Windows
Evan Martin
2012-08-12
1
-1/+2
*
|
|
rename -V to --version and clean up --help output
Evan Martin
2012-08-13
1
-9/+8
|
/
/
*
|
windows: fix integer truncation issues for helper binaries
Evan Martin
2012-08-10
3
-6/+11
*
|
windows: fix size_t<->int conversions in ninja.exe
Evan Martin
2012-08-10
10
-23/+23
|
/
*
fix windows build
Evan Martin
2012-08-08
1
-1/+1
*
use DiskInterface to create the build directory
Evan Martin
2012-08-07
7
-34/+31
*
Include unistd.h in files that use unlink() on OS X.
Nico Weber
2012-08-05
2
-3/+5
*
reject tabs (and CRs) in input files more aggressively
Evan Martin
2012-08-02
6
-41/+57
*
Merge branch 'master' of github.com:martine/ninja
Evan Martin
2012-08-01
1
-3/+3
|
\
|
*
fix hash_map StringPiece comparator
Scott Graham
2012-07-31
1
-3/+3
*
|
Merge branch 'factor-elide-middle' of git://github.com/polrop/ninja
Evan Martin
2012-08-01
4
-13/+29
|
\
\
|
|
/
|
/
|
|
*
Re-factor elide code and test it.
Nicolas Despres
2012-07-31
4
-13/+30
*
|
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
3
-25/+35
*
|
note that -l doesn't work on windows
Evan Martin
2012-07-28
2
-0/+4
[prev]
[next]