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
*
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
|
\
\
\
|
*
|
|
packaging: added basic RPM building
Maxim Kalaev
2012-07-27
2
-0/+53
|
/
/
/
*
|
|
Merge pull request #368 from nico/toolpipe
Evan Martin
2012-07-25
1
-1/+4
|
\
\
\
|
*
|
|
Don't print 'Entering directory' when running tools.
Nico Weber
2012-07-25
1
-1/+4
|
/
/
/
*
|
|
Merge pull request #367 from tfarina/lowercase
Evan Martin
2012-07-24
1
-3/+3
|
\
\
\
|
*
|
|
Use lowercase consistently.
Thiago Farina
2012-07-20
1
-3/+3
|
/
/
/
*
|
|
Merge pull request #366 from sgraham/no-noisy-cursor
Evan Martin
2012-07-20
1
-6/+20
|
\
\
\
|
*
|
|
windows: use WriteConsoleOutput instead of printf to avoid moving cursor
Scott Graham
2012-07-19
1
-6/+20
*
|
|
|
Merge pull request #365 from maximuska/proposed/dep-file-parsing-more-specials
Evan Martin
2012-07-19
3
-17/+30
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
dep file parsing: allow '@' and '=' in paths
Maxim Kalaev
2012-07-19
3
-17/+30
|
/
/
/
*
|
|
disallow crlf in manifest files
Evan Martin
2012-07-18
3
-53/+81
*
|
|
explain mode: show which input is more recent
Evan Martin
2012-07-17
1
-1/+4
*
|
|
windows: get correct path for ninja_syntax
Evan Martin
2012-07-17
1
-1/+1
*
|
|
gitignore unpacked gtest
Evan Martin
2012-07-17
1
-0/+1
*
|
|
subprocess_test: make SetWithLots run on all non-Windows platforms
Evan Martin
2012-07-17
1
-4/+6
*
|
|
ninja_syntax: escape colons in paths
Evan Martin
2012-07-17
1
-6/+6
*
|
|
Merge pull request #340 from sgraham/fix-win-build
Evan Martin
2012-07-17
3
-2/+5
|
\
\
\
|
*
|
|
remove unnecessary manual Close()
Scott Graham
2012-06-19
1
-1/+0
|
*
|
|
don't leak file handle on fail-to-upgrade case
Scott Graham
2012-06-19
1
-0/+1
|
*
|
|
fix win32 compile, fix BuildLogTest.WriteRead on 2nd run
Scott Graham
2012-06-19
3
-2/+5
*
|
|
|
Merge pull request #363 from usovalx/subprocess_test_build_failure
Evan Martin
2012-07-17
1
-0/+5
|
\
\
\
\
|
*
|
|
|
Add missing include of <sys/resouce.h>
Oleksandr Usov
2012-07-16
1
-0/+5
|
|
|
/
/
|
|
/
|
|
*
|
|
|
fix manual to reflect reality of depfile cleaning
Evan Martin
2012-07-17
1
-3/+3
*
|
|
|
Merge pull request #364 from tfarina/pragma-once
Evan Martin
2012-07-17
4
-4/+0
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Remove #pragma once from our header files.
Thiago Farina
2012-07-17
4
-4/+0
|
/
/
/
*
|
|
Merge pull request #361 from HeisSpiter/master
Evan Martin
2012-07-15
1
-1/+1
|
\
\
\
|
*
|
|
Efficiently check for emptiness
Pierre Schweitzer
2012-07-14
1
-1/+1
|
/
/
/
*
|
|
Merge pull request #359 from tedv/old-arch
Evan Martin
2012-07-11
1
-0/+7
|
\
\
\
|
*
|
|
Clarify comment wording.
Ted Vessenes
2012-07-11
1
-3/+3
|
*
|
|
Fix missing POLLRDHUP constant on older systems.
Ted Vessenes
2012-07-11
1
-0/+7
|
/
/
/
*
|
|
Merge pull request #357 from tfarina/manifest-parser
Evan Martin
2012-07-09
9
-14/+14
|
\
\
\
|
*
|
|
Rename parsers.* to manifest_parser.*
Thiago Farina
2012-07-09
9
-14/+14
|
/
/
/
*
|
|
Merge pull request #313 from wolfp/restat_missing_input
Evan Martin
2012-07-03
2
-7/+55
|
\
\
\
|
*
|
|
Add a test for missing input files in restat rules
wolfp
2012-06-27
1
-0/+54
[next]