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
*
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
*
use DiskInterface to create the build directory
Evan Martin
2012-08-07
7
-34/+31
*
Merge pull request #397 from nico/mac105
Evan Martin
2012-08-05
2
-3/+5
|
\
|
*
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
|
\
|
*
Merge pull request #388 from sgraham/fix-hash-map-string-piece
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
*
|
Merge pull request #385 from nico/nolotsonosx
Evan Martin
2012-07-28
1
-2/+4
|
\
\
|
*
|
Disable SubprocessTest.TestWithLots on OS X.
Nico Weber
2012-07-28
1
-2/+4
|
/
/
*
|
Merge pull request #383 from nico/fix380
Evan Martin
2012-07-28
9
-19/+33
|
\
\
|
|
/
|
/
|
|
*
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
|
/
*
Merge pull request #378 from syntheticpp/msvc-fixes
Evan Martin
2012-07-27
3
-5/+10
|
\
|
*
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
*
|
|
rename subprocess.cc to reflex its posixness
Evan Martin
2012-07-27
3
-2/+2
*
|
|
rearrange minidump patch to match ninja code style
Evan Martin
2012-07-27
4
-114/+135
*
|
|
Merge branch 'set_terminate' of git://github.com/gmoudry/ninja into minidump
Evan Martin
2012-07-27
3
-0/+121
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Changed #ifdef _WIN32 to #ifdef _MSC_VER to make sure that MinGW compiles hap...
Jiri Moudry
2012-04-26
2
-3/+3
|
*
|
Improve handling of fatal errors on Windows, support creation of minidumps
Jiri Moudry
2012-03-28
3
-0/+120
*
|
|
Merge pull request #351 from syntheticpp/rate
Evan Martin
2012-07-27
10
-17/+103
|
\
\
\
|
*
|
|
GCC 4.7 needs cstdio
Peter Kümmel
2012-07-15
1
-1/+1
|
*
|
|
print edges per second
Peter Kuemmel
2012-07-15
10
-16/+102
*
|
|
|
make the build log test match the indended build log logic
Evan Martin
2012-07-27
1
-3/+3
*
|
|
|
Minor: zero log buffer before reading data/parsing it
Maxim Kalaev
2012-07-27
1
-1/+3
*
|
|
|
mingw: specify _WIN32_WINNT also in configure.py
Evan Martin
2012-07-27
1
-0/+2
*
|
|
|
fix some mingw warnings in getopt.c
Evan Martin
2012-07-27
1
-6/+2
*
|
|
|
windows: fix printf format for process id
Evan Martin
2012-07-27
1
-1/+1
*
|
|
|
mingw: fix quoting of -DNINJA_PYTHON
Evan Martin
2012-07-27
1
-3/+3
*
|
|
|
bootstrap: set _WIN32_WINNT to WinXP for mingw
Evan Martin
2012-07-27
1
-3/+5
*
|
|
|
wrap at 80 columns
Evan Martin
2012-07-27
2
-3/+7
*
|
|
|
Merge pull request #369 from maximuska/proposed/packaging-rpm
Evan Martin
2012-07-27
2
-0/+53
|
\
\
\
\
[next]