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
...
|
*
|
|
Introduce NINJA_STATUS env var for customization.
Nicolas Despres
2012-04-24
1
-2/+79
|
*
|
|
Remove trailing white spaces.
Nicolas Despres
2012-04-24
2
-13/+13
|
|
/
/
*
|
|
Merge pull request #272 from nico/statstweak
Evan Martin
2012-04-26
1
-3/+3
|
\
\
\
|
*
|
|
Switch the order of total and avg columns in -d stats output.
Nico Weber
2012-04-17
1
-3/+3
|
|
/
/
*
|
|
Merge pull request #269 from sgraham/explain
Evan Martin
2012-04-26
6
-10/+72
|
\
\
\
|
*
|
|
add support for -d explain to help debug why rules are running
Scott Graham
2012-04-13
6
-10/+72
|
|
/
/
*
|
|
Merge pull request #228 from pcc/lazily-create-commandrunner
Evan Martin
2012-04-26
1
-4/+8
|
\
\
\
|
*
|
|
Lazily create the CommandRunner in Builder::Build
Peter Collingbourne
2012-02-27
1
-4/+8
*
|
|
|
Merge branch 'dont-clean-phony' of git://github.com/pcc/ninja
Evan Martin
2012-04-26
2
-9/+36
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Don't delete phony targets when cleaning a specified target
Peter Collingbourne
2012-02-28
2
-7/+34
|
|
/
/
*
|
|
Merge pull request #252 from qhuo/remove-depfile-when-cleaning
Evan Martin
2012-04-11
2
-0/+34
|
\
\
\
|
*
|
|
Remove depfiles when running when running "ninja -t clean <target>"
Qingning Huo
2012-03-14
2
-0/+34
*
|
|
|
Merge pull request #253 from qhuo/include-io.h
Evan Martin
2012-04-10
1
-0/+1
|
\
\
\
\
|
*
|
|
|
Fix windows build (add #include <io.h>)
Qingning Huo
2012-03-15
1
-0/+1
|
|
/
/
/
*
|
|
|
Make |log_| variable private to BuildLog.
Evan Martin
2012-04-05
2
-4/+5
*
|
|
|
Merge pull request #263 from mathstuf/dev/gcc-470-build-fixes
Evan Martin
2012-04-05
3
-0/+3
|
\
\
\
\
|
*
|
|
|
Include unistd.h where needed
Ben Boeckel
2012-03-28
3
-0/+3
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge pull request #256 from iwadon/fix-sign-compare
Evan Martin
2012-04-05
3
-10/+10
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
fix warning: "comparison between signed and unsigned integer expressions"
Hiroyuki Iwatsuki
2012-03-16
3
-10/+10
|
|
/
/
*
|
|
Depfile parser accept tilde.
Nicolas Despres
2012-03-14
3
-10/+21
|
/
/
*
|
Merge pull request #250 from qhuo/SetCloseOnExec-for-Windows
Evan Martin
2012-03-13
1
-3/+4
|
\
\
|
*
|
Add a Windows version of SetCloseOnExec()
Qingning Huo
2012-03-13
1
-3/+4
*
|
|
Merge pull request #249 from qhuo/StatBadPath-Win7
Evan Martin
2012-03-13
1
-2/+5
|
\
\
\
|
*
|
|
Fix StatBadPath for Windows 7
Qingning Huo
2012-03-13
1
-2/+5
|
|
/
/
*
|
|
Fix resources leaks
Pierre Schweitzer
2012-03-13
2
-1/+3
|
/
/
*
|
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
2
-12/+19
|
*
|
pselect->ppoll on linux to raise the process limit roof
Ami Fischman
2012-03-04
3
-7/+79
*
|
|
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
|
|
/
/
*
|
|
make urtle fit on 24-line terminal
Evan Martin
2012-03-06
1
-1/+1
*
|
|
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
|
|
/
/
*
|
|
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
|
/
/
*
|
[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
|
|
/
/
[prev]
[next]