index
:
Ninja.git
master
release
[no description]
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
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
*
Merge pull request #407 from maximuska/proposed/dirty-on-missing-depfile
Evan Martin
2012-08-30
2
-3/+34
|
\
|
*
safer build: consider target dirty if depfile is missing
Maxim Kalaev
2012-08-30
2
-3/+34
|
/
*
Merge pull request #403 from nico/everylineweighsyoudown
Evan Martin
2012-08-28
1
-2/+0
|
\
|
*
Remove unused macro NINJA_UNUSED_ARG.
Nico Weber
2012-08-28
1
-2/+0
|
/
*
point to HACKING.md in README
Evan Martin
2012-08-24
1
-0/+1
*
drop DepfileParserTest.Tilde, as it's covered by .SpecialChars
Evan Martin
2012-08-24
1
-13/+0
*
link directly to gtest zip
Evan Martin
2012-08-24
1
-1/+3
*
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
*
windows: pass /Zi to gtest compile as well
Evan Martin
2012-08-24
1
-1/+1
*
remove crlfs from .gitignore
Evan Martin
2012-08-24
1
-17/+17
*
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
*
|
drop HACKING from doxygen
Evan Martin
2012-08-16
1
-1/+1
*
|
use 4 space tabs in configure.py, warn on re2c missing
Evan Martin
2012-08-16
1
-13/+14
*
|
many updates for HACKING.md
Evan Martin
2012-08-16
1
-26/+78
*
|
Merge pull request #400 from nico/dynre2c
Evan Martin
2012-08-16
1
-6/+16
|
\
\
|
*
|
Only write re2c rules if a re2c binary is found in the PATH.
Nico Weber
2012-08-16
1
-6/+16
*
|
|
Merge pull request #399 from nico/hackless
Evan Martin
2012-08-16
1
-2/+2
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Remove -fcolor-diagnostics reference from HACKING
Nico Weber
2012-08-16
1
-2/+2
|
/
/
*
|
convert HACKING to markdown, add MSVC section
Evan Martin
2012-08-15
2
-76/+113
*
|
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
3
-8/+167
*
|
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
11
-18/+560
|
\
\
|
*
|
create phony rules for all binaries
Evan Martin
2012-08-13
1
-5/+3
|
*
|
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
4
-1/+252
|
*
|
add .ilk (incremental linker) to .gitignore
Evan Martin
2012-08-12
1
-0/+1
|
*
|
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
|
*
|
doc some cl.exe flags in the configure script
Evan Martin
2012-08-12
1
-2/+7
|
*
|
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
4
-0/+99
|
*
|
use correct path separator for --with-gtest source
Evan Martin
2012-08-12
1
-2/+2
|
*
|
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
|
/
/
*
|
fix syntax errors in bootstrap.py
Matthew Woehlke
2012-08-10
1
-2/+2
*
|
windows: fix integer truncation issues for helper binaries
Evan Martin
2012-08-10
4
-6/+14
*
|
windows: fix size_t<->int conversions in ninja.exe
Evan Martin
2012-08-10
10
-23/+23
*
|
refactor
Evan Martin
2012-08-10
1
-4/+3
*
|
add bootstrap option to force 64-bit
Matthew Woehlke
2012-08-10
1
-2/+10
*
|
windows: ignore pdb files
Evan Martin
2012-08-10
1
-15/+16
*
|
windows bootstrap: clean up object files
Evan Martin
2012-08-10
1
-0/+4
*
|
document that \r and \t are disallowed
Evan Martin
2012-08-10
1
-1/+3
|
/
*
fix windows build
Evan Martin
2012-08-08
1
-1/+1
[next]