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
*
doc encoding support
Evan Martin
2012-04-26
1
-0/+4
*
allow UTF-8 in rule descriptions
Evan Martin
2012-04-26
3
-5/+12
*
Merge pull request #278 from tychoish/master
Evan Martin
2012-04-26
1
-1/+3
|
\
|
*
docs: clarifying that there can be only one command per rule
tycho garen
2012-04-24
1
-1/+3
*
|
reduce custom ninja status patch in minor ways
Evan Martin
2012-04-26
3
-128/+53
*
|
Merge branch 'custom_ninja_status' of git://github.com/polrop/ninja
Evan Martin
2012-04-26
4
-51/+216
|
\
\
|
*
|
Refactor and test progress status formatting.
Nicolas Despres
2012-04-24
3
-69/+140
|
*
|
Introduce NINJA_STATUS env var for customization.
Nicolas Despres
2012-04-24
2
-2/+96
|
*
|
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
7
-10/+73
|
\
\
|
*
|
add support for -d explain to help debug why rules are running
Scott Graham
2012-04-13
7
-10/+73
|
|
/
*
|
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 #207 from iwadon/fix-configure.py-windows
Evan Martin
2012-04-26
1
-3/+6
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Just add /nologo to gtest_cflags, instead of use cflags + gtest_cflags
Hiroyuki Iwatsuki
2012-01-25
1
-3/+3
|
*
|
Fix configure.py for unpacked gtest on Windows platform.
Hiroyuki Iwatsuki
2012-01-25
1
-5/+8
*
|
|
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
[next]