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
*
[win32] Overprint the previous line if we're attached to a console
Scott Graham
2012-02-27
1
-5/+38
*
fix some public/private errors in rspfile patch
Evan Martin
2012-02-23
3
-5/+7
*
Merge pull request #217 from PetrWolf/master
Evan Martin
2012-02-23
14
-8/+310
|
\
|
*
Merge branch 'master' of github.com:PetrWolf/ninja
PetrWolf
2012-02-14
2
-1/+11
|
|
\
|
|
*
Add comments, remove unwanted whitespace change
Petr Wolf
2012-02-10
2
-1/+11
|
*
|
Fix tabs, typos
PetrWolf
2012-02-14
2
-5/+5
|
|
/
|
*
Response files
unknown
2012-02-09
14
-9/+301
*
|
Merge pull request #218 from tfarina/fix-graph-todo
Evan Martin
2012-02-22
3
-7/+6
|
\
\
|
*
|
fix depfile_ access
Thiago Farina
2012-02-16
1
-1/+1
|
*
|
Fix the TODO in graph.h.
Thiago Farina
2012-02-16
2
-6/+5
*
|
|
Merge pull request #223 from pcc/restat-clean-manifest
Evan Martin
2012-02-22
1
-1/+6
|
\
\
\
|
*
|
|
Do not reload the manifest if a restat cleans it while being rebuilt
Peter Collingbourne
2012-02-21
1
-1/+6
|
|
/
/
*
|
|
Add a test for empty path in CanonicalizePath().
Nicolas Despres
2012-02-20
1
-0/+3
|
/
/
*
|
Merge pull request #176 from pcc/exit-cleanup
Evan Martin
2012-02-14
9
-111/+360
|
\
\
|
*
|
If a command fails, wait for all running commands to terminate before we do
Peter Collingbourne
2012-02-04
4
-21/+22
|
*
|
Implement cleanup-on-interrupt
Peter Collingbourne
2012-02-04
8
-84/+318
|
*
|
Clean up how the build line is managed at the end of the build
Peter Collingbourne
2012-02-04
1
-6/+20
*
|
|
graphviz: don't draw edges multiple times
Evan Martin
2012-02-14
2
-3/+9
*
|
|
Made graph horizontal (better for filenames)
Ian Godin
2012-02-14
1
-0/+1
|
|
/
|
/
|
*
|
Merge pull request #214 from qhuo/onpipeready-fix
Evan Martin
2012-02-04
2
-2/+4
|
\
\
|
*
|
Avoid using undefined value in Subprocess::OnPipeReady()
Qingning Huo
2012-02-04
2
-2/+4
|
|
/
*
|
Merge pull request #213 from syntheticpp/evaluate-only-once
Evan Martin
2012-02-04
1
-3/+2
|
\
\
|
*
|
compute command twice only in case of an error
Peter Kuemmel
2012-02-04
1
-3/+2
|
|
/
*
|
don't crash when CanonicalizePath removes all path components
Evan Martin
2012-02-04
2
-0/+22
|
/
*
Merge pull request #199 from qhuo/create-process
Evan Martin
2012-01-29
2
-2/+38
|
\
|
*
Add a test, NoSuchCommand.
Qingning Huo
2012-01-25
1
-0/+18
|
*
Mark CreateProcess "program not found" failure as non-fatal
Qingning Huo
2012-01-20
1
-2/+20
*
|
parse $:
Peter Kuemmel
2012-01-29
5
-4/+78
*
|
add colon escaping
Peter Kuemmel
2012-01-29
3
-23/+37
*
|
Fix cygwin build by including stdio.h here
okuoku
2012-01-25
2
-1/+1
*
|
rearrange query/browse output to be more sensible
Evan Martin
2012-01-24
2
-71/+100
*
|
Merge pull request #204 from syntheticpp/parser-crash
Evan Martin
2012-01-23
1
-1/+4
|
\
\
|
*
|
check access to first element of string: string could be empty
Peter Kuemmel
2012-01-23
1
-1/+4
*
|
|
fix search&replace error on struct name
Peter Kuemmel
2012-01-23
1
-1/+1
*
|
|
no error code about too long file names on Windows
Peter Kuemmel
2012-01-23
1
-0/+6
|
/
/
*
|
only msvc needs these workarounds
Peter Kuemmel
2012-01-22
2
-2/+4
*
|
windows: use _WIN32 define everywhere
Evan Martin
2012-01-22
9
-21/+21
|
/
*
Strip ansi escape sequences from subcommand output when not writing to a smar...
Nico Weber
2012-01-19
4
-2/+68
*
Add a test that dry run shows all commands that could be run (none
Frances Buontempo
2012-01-16
2
-1/+37
*
Stop warning about chdir etc which are treated as errors on MSVC with the
Frances Buontempo
2012-01-16
2
-0/+2
*
BuildLog: Use Log::insert(Log::value_type()) to avoid invalid strings.
Evan Jones
2012-01-13
1
-2/+2
*
Merge branch 'stringpiece-hash'
Evan Martin
2012-01-12
7
-49/+94
|
\
|
*
decide on murmur hash, delete stl hash
Evan Martin
2012-01-12
1
-18/+4
|
*
make new hash work on windows
Evan Martin
2012-01-11
1
-4/+14
|
*
back to murmur hash
Evan Martin
2012-01-09
1
-7/+7
|
*
remove string copy while loading depfiles
Evan Martin
2012-01-09
2
-3/+3
|
*
split canonicalize
Evan Martin
2012-01-09
2
-5/+14
|
*
more stringpiece
Evan Martin
2012-01-09
3
-9/+12
|
*
murmur -> stl hash
Evan Martin
2012-01-09
1
-1/+10
|
*
switch node lookup to StringPiece
Evan Martin
2012-01-09
2
-5/+5
[next]