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
*
Merge pull request #245 from usovalx/unify_depfile_targets
Evan Martin
2012-03-13
3
-8/+41
|
\
|
*
Issue #241 - handle depfiles generated by older versions of GCC
Oleksandr Usov
2012-03-12
3
-8/+41
|
/
*
Merge pull request #235 from fischman/ppoll
Evan Martin
2012-03-08
3
-7/+86
|
\
|
*
addressed pcc comments
Ami Fischman
2012-03-04
3
-15/+20
|
*
pselect->ppoll on linux to raise the process limit roof
Ami Fischman
2012-03-04
4
-8/+82
*
|
Merge pull request #239 from pcc/enotdir
Evan Martin
2012-03-08
2
-13/+15
|
\
\
|
*
|
Treat paths of the form "existing-file/something" as non-existent
Peter Collingbourne
2012-03-07
2
-13/+15
|
|
/
*
|
drop rtti via -fno-rtti; we don't use it
Evan Martin
2012-03-06
1
-0/+1
*
|
make urtle fit on 24-line terminal
Evan Martin
2012-03-06
1
-1/+1
*
|
adjust rspfile docs to properly render
Evan Martin
2012-03-06
1
-16/+16
*
|
Merge pull request #238 from pcc/outputs-ready-no-inputs
Evan Martin
2012-03-05
2
-4/+30
|
\
\
|
*
|
Mark a phony target with no inputs as outputs-ready
Peter Collingbourne
2012-03-05
2
-4/+30
|
|
/
*
|
Merge pull request #237 from pcc/ninja-clean-hint
Evan Martin
2012-03-05
1
-3/+7
|
\
\
|
|
/
|
/
|
|
*
Give a useful hint if the user runs "ninja clean" and there is no "clean" target
Peter Collingbourne
2012-03-05
1
-3/+7
|
/
*
Merge pull request #231 from pcc/exit-cleanup-modified
Evan Martin
2012-03-02
3
-5/+78
|
\
|
*
Be more selective about deleting output files when interrupted
Peter Collingbourne
2012-03-01
3
-5/+78
*
|
add an "urtle" tool
Evan Martin
2012-03-01
1
-0/+28
|
/
*
Merge pull request #229 from sgraham/overprint
Evan Martin
2012-02-28
1
-5/+38
|
\
|
*
[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
15
-8/+330
|
\
|
*
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
15
-9/+321
*
|
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
|
|
/
/
*
|
|
Merge pull request #222 from polrop/test-bug-fix-62e9139740
Evan Martin
2012-02-20
1
-0/+3
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
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
|
|
/
|
/
|
*
|
Fixes the build on OpenIndiana
Clint Moore
2012-02-07
1
-0/+2
*
|
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 #211 from okuoku/msvc-build-c4819
Evan Martin
2012-02-04
1
-1/+1
|
\
|
*
windows: Disable warning C4819
okuoku
2012-02-03
1
-1/+1
|
/
*
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
*
|
Merge pull request #210 from syntheticpp/colon-escape
Evan Martin
2012-01-29
6
-27/+115
|
\
\
[next]