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
...
|
|
*
|
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
|
*
|
|
rename subprocess.cc to reflex its posixness
Evan Martin
2012-07-27
1
-0/+0
|
*
|
|
rearrange minidump patch to match ninja code style
Evan Martin
2012-07-27
3
-113/+132
|
*
|
|
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
9
-17/+101
|
|
\
\
\
|
|
*
|
|
GCC 4.7 needs cstdio
Peter Kümmel
2012-07-15
1
-1/+1
|
|
*
|
|
print edges per second
Peter Kuemmel
2012-07-15
9
-16/+100
|
*
|
|
|
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
|
*
|
|
|
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
|
*
|
|
|
wrap at 80 columns
Evan Martin
2012-07-27
1
-2/+5
|
*
|
|
|
Don't print 'Entering directory' when running tools.
Nico Weber
2012-07-25
1
-1/+4
|
*
|
|
|
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
|
*
|
|
|
|
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
[prev]
[next]