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
*
add support for -d explain to help debug why rules are running
Scott Graham
2012-04-13
7
-10/+73
*
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 #265 from mathstuf/dev/verbose-bootstrap
Evan Martin
2012-04-10
1
-2/+16
|
\
\
|
*
|
Allow the bootstrap to be verbose
Ben Boeckel
2012-03-30
1
-2/+16
*
|
|
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 #260 from sgraham/rspfile_syntax
Evan Martin
2012-04-05
1
-1/+5
|
\
\
\
|
*
|
|
add rspfile and rspfile_content to ninja_syntax
Scott Graham
2012-03-27
1
-1/+5
|
|
/
/
*
|
|
Merge pull request #259 from usovalx/distcc_depfile_fix
Evan Martin
2012-04-05
1
-1/+1
|
\
\
\
|
*
|
|
Explicitly specify target name for gcc depfiles
Oleksandr Usov
2012-03-23
1
-1/+1
|
|
/
/
*
|
|
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
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #257 from PetrWolf/53598255
Evan Martin
2012-04-05
2
-2/+2
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Add NOMINMAX macro to fix a compilation error on Win32
Petr Wolf
2012-03-16
2
-2/+2
|
|
/
*
|
Merge pull request #251 from polrop/depfile-parser-accept-tilde
Evan Martin
2012-03-18
3
-10/+21
|
\
\
|
|
/
|
/
|
|
*
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
|
|
/
*
|
Merge pull request #246 from HeisSpiter/master
Evan Martin
2012-03-13
2
-1/+3
|
\
\
|
|
/
|
/
|
|
*
Fix resources leaks
Pierre Schweitzer
2012-03-13
2
-1/+3
|
/
*
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
|
|
/
[next]