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
...
*
|
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
*
|
simplify load-average code
Evan Martin
2012-07-28
1
-15/+3
*
|
delete vestigal declarations
Evan Martin
2012-07-28
1
-7/+0
*
|
Disable SubprocessTest.TestWithLots on OS X.
Nico Weber
2012-07-28
1
-2/+4
*
|
Revert "Make StringPiece data members private."
Nico Weber
2012-07-28
8
-19/+14
*
|
Add a regression test for issue #380 (which fails at the moment)
Nico Weber
2012-07-28
1
-0/+19
|
/
*
also build with msvc
Peter Kümmel
2012-07-27
3
-5/+10
*
fix a warning and leak in windows-specific console output code
Evan Martin
2012-07-27
1
-2/+2
*
fix error and prevent warning in GetTimeMillis()
Claus Klein
2012-07-27
2
-2/+2
*
Merge branch 'master' of github.com:martine/ninja
Evan Martin
2012-07-27
8
-14/+19
|
\
|
*
Merge pull request #352 from tfarina/string-piece-private
Evan Martin
2012-07-27
8
-14/+19
|
|
\
|
|
*
Make StringPiece data members private.
Thiago Farina
2012-06-30
8
-14/+19
[prev]
[next]