projects
/
platform
/
upstream
/
ninja.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Describe why to use relative paths
[platform/upstream/ninja.git]
/
src
/
2015-08-10
Nico Weber
Merge pull request #1003 from sgraham/2015-compile
tree
|
commitdiff
2015-08-10
Scott Graham
Remove accidental changes
tree
|
commitdiff
2015-08-10
Scott Graham
Some mucking with std:: for set_terminate and terminate...
tree
|
commitdiff
2015-08-03
Nico Weber
Merge pull request #998 from LindleyF/stdc-format-macros
tree
|
commitdiff
2015-07-31
Lindley French
Make sure not to re-define __STDC_FORMAT_MACROS.
tree
|
commitdiff
2015-07-30
Nico Weber
Merge pull request #997 from mikesep/assert-arg-order
tree
|
commitdiff
2015-07-30
Mike Seplowitz
Correct order of ASSERT_EQ arguments
tree
|
commitdiff
2015-07-10
Nico Weber
Merge pull request #988 from nico/slashes
tree
|
commitdiff
2015-07-10
Nico Weber
win: print right slashes in 'unknown target' message
tree
|
commitdiff
2015-07-05
Nico Weber
Merge pull request #973 from sgraham/canonicalize-fix
tree
|
commitdiff
2015-07-05
Nico Weber
Merge pull request #979 from stinb/bootstrap-out-of...
tree
|
commitdiff
2015-06-29
Nico Weber
mark this 1.6.0.git
tree
|
commitdiff
2015-06-22
Jason Haslam
Search for generated headers relative to build dir.
tree
|
commitdiff
2015-06-22
Nico Weber
Merge pull request #978 from martine/revert-971-bootstr...
tree
|
commitdiff
2015-06-22
Nico Weber
Revert "Bootstrap out of source"
tree
|
commitdiff
2015-06-18
Nico Weber
Merge pull request #971 from stinb/bootstrap-out-of...
tree
|
commitdiff
2015-06-18
Nico Weber
Merge pull request #970 from nico/explain
tree
|
commitdiff
2015-06-18
Scott Graham
don't alias input/output in ExtractDeps (i.e. actually...
tree
|
commitdiff
2015-06-18
Scott Graham
propagate include normalization failure to caller instead
tree
|
commitdiff
2015-06-18
Scott Graham
Error+exit -> Fatal
tree
|
commitdiff
2015-06-18
Nico Weber
Merge pull request #974 from bradking/add-missing-initi...
tree
|
commitdiff
2015-06-16
Brad King
Add missing member initializer in Edge constructor
tree
|
commitdiff
2015-06-09
Scott Graham
don't abort()
tree
|
commitdiff
2015-06-09
Scott Graham
push error to caller and abort on failure
tree
|
commitdiff
2015-06-08
Scott Graham
Fix crash in attempting to canonicalize paths longer...
tree
|
commitdiff
2015-05-26
Jason Haslam
Search for generated headers relative to build dir.
tree
|
commitdiff
2015-05-15
Nico Weber
Add a missing EXPLAIN() call.
tree
|
commitdiff
2015-05-02
Nico Weber
Fix typo in comment.
tree
|
commitdiff
2015-04-29
Nico Weber
Merge pull request #962 from sgraham/pool-use-fix
tree
|
commitdiff
2015-04-27
Nico Weber
Merge pull request #743 from nicolasdespres/sigterm
tree
|
commitdiff
2015-04-27
Scott Graham
simplify & inline
tree
|
commitdiff
2015-04-24
Scott Graham
avoid calling ResumeDelayedJobs instead
tree
|
commitdiff
2015-04-24
Scott Graham
add comment
tree
|
commitdiff
2015-04-24
Nicolas Despres
Forward interruption signal to child processes.
tree
|
commitdiff
2015-04-24
Nicolas Despres
Allow SIGTERM for interruption.
tree
|
commitdiff
2015-04-23
Scott Graham
Fix pool use count going unbalanced
tree
|
commitdiff
2015-04-19
Nico Weber
Merge pull request #958 from rui314/master
tree
|
commitdiff
2015-04-17
Rui Ueyama
Run more than 34 processes on Win32 if we have 32+...
tree
|
commitdiff
2015-04-09
Nico Weber
Merge pull request #954 from nico/fix
tree
|
commitdiff
2015-04-09
Nico Weber
Fix an assert (and tests in --debug mode) after #921.
tree
|
commitdiff
2015-04-08
Nico Weber
Merge pull request #953 from Sushisource/graphivz_fix
tree
|
commitdiff
2015-04-08
Spencer Judge
Fix backslashes in graphviz causing incorrect rendering...
tree
|
commitdiff
2015-04-01
Nico Weber
Merge pull request #951 from nico/cyclefix2
tree
|
commitdiff
2015-04-01
Nico Weber
Don't get stuck on cyclic graphs where one edge has...
tree
|
commitdiff
2015-04-01
Nico Weber
Merge pull request #950 from nico/cleanup
tree
|
commitdiff
2015-04-01
Nico Weber
Cleanup: Don't search stack for cycle elements twice.
tree
|
commitdiff
2015-04-01
Nico Weber
Cleanup: Make stack a const ref now that it's no longer...
tree
|
commitdiff
2015-04-01
Nico Weber
Cleanup: Don't modify during cycle checking.
tree
|
commitdiff
2015-03-31
Nico Weber
Merge pull request #949 from nico/staterr
tree
|
commitdiff
2015-03-31
Nico Weber
Let Stat() have an err outparam instead of writing...
tree
|
commitdiff
2015-03-25
Nico Weber
Merge pull request #944 from nico/flags
tree
|
commitdiff
2015-03-24
Nico Weber
Add an opt-in flag to make duplicate edges an error...
tree
|
commitdiff
2015-03-24
Nico Weber
Swap order of -k and -l in help output, to keep the...
tree
|
commitdiff
2015-03-24
Nico Weber
Merge pull request #943 from nico/ssshh
tree
|
commitdiff
2015-03-24
Nico Weber
Make tests quiet again.
tree
|
commitdiff
2015-03-24
Nico Weber
Move warning emission on dupe edges from State to Manif...
tree
|
commitdiff
2015-03-21
Nico Weber
Merge pull request #942 from nico/cyclefix2
tree
|
commitdiff
2015-03-21
Nico Weber
Preallocate edge node vectors. ~1% faster.
tree
|
commitdiff
2015-03-21
Nico Weber
Recover slowdown for cyclic rule bindings fix.
tree
|
commitdiff
2015-03-21
Nico Weber
Don't crash on cyclic references between rule bindings.
tree
|
commitdiff
2015-03-19
Nico Weber
Merge pull request #940 from nico/moredupes
tree
|
commitdiff
2015-03-19
Nico Weber
Another crash fix for duplicate edges. Fixes #939.
tree
|
commitdiff
2015-03-19
Nico Weber
Merge pull request #937 from nico/statfix
tree
|
commitdiff
2015-03-19
Nico Weber
Make failing stat() calls abort the build.
tree
|
commitdiff
2015-03-19
Nico Weber
Merge pull request #936 from nico/cleanup
tree
|
commitdiff
2015-03-18
Nico Weber
Add a missing &. (No behavior change, only used in...
tree
|
commitdiff
2015-03-18
Nico Weber
Env should only be about variables. No behavior change.
tree
|
commitdiff
2015-03-17
Nico Weber
Merge pull request #930 from nico/depcolon
tree
|
commitdiff
2015-03-15
Nico Weber
Merge pull request #933 from nico/dupeedgefix
tree
|
commitdiff
2015-03-15
Nico Weber
Build self-consistent graphs for dupe edges with multip...
tree
|
commitdiff
2015-03-12
Nico Weber
On unexpected output in a .d file, rebuild instead...
tree
|
commitdiff
2015-03-12
Nico Weber
Reject depfiles that don't contain a : after the target...
tree
|
commitdiff
2015-03-09
Nico Weber
Merge pull request #917 from pinotree/rlimit
tree
|
commitdiff
2015-03-09
Nico Weber
Merge pull request #910 from jlnt/master
tree
|
commitdiff
2015-03-09
Nico Weber
Merge pull request #927 from nico/colorgcc
tree
|
commitdiff
2015-03-09
Nico Weber
Merge pull request #926 from nico/fixlibcpp
tree
|
commitdiff
2015-03-09
Nico Weber
Fix build with libc++ after #921.
tree
|
commitdiff
2015-03-09
Nico Weber
Merge pull request #921 from mohamed/master
tree
|
commitdiff
2015-03-08
Nico Weber
Merge pull request #923 from HeisSpiter/master
tree
|
commitdiff
2015-03-08
Mohamed Bamakhrama
Added a new test to illustrate scoped rules
tree
|
commitdiff
2015-03-07
Pierre Schweitzer
Directly pass the string instead of char * to Truncate...
tree
|
commitdiff
2015-03-01
Mohamed Bamakhrama
Allow scoping rules through subninja
tree
|
commitdiff
2015-02-28
Pino Toscano
subprocess_test: gracefully handle rlim.rlim_cur <...
tree
|
commitdiff
2015-02-07
Nico Weber
Merge pull request #914 from tzik/typo_fix
tree
|
commitdiff
2015-02-06
tzik
Typo fix in graph.cc
tree
|
commitdiff
2015-02-03
Nico Weber
Merge pull request #908 from colincross/multipass
tree
|
commitdiff
2015-02-03
Colin Cross
Allow manifest rebuild to loop up to 100 times
tree
|
commitdiff
2015-01-29
Julien Tinnes
POSIX: detach background subprocesses from terminal.
tree
|
commitdiff
2015-01-24
Nico Weber
Merge pull request #897 from tzik/pending
tree
|
commitdiff
2015-01-20
Nico Weber
Merge pull request #901 from nico/assertless
tree
|
commitdiff
2015-01-20
Nico Weber
Remove an incorrect assert.
tree
|
commitdiff
2015-01-19
Taiju Tsuiki
Check pending SIGINT after ppoll/pselect
tree
|
commitdiff
2015-01-14
Nico Weber
Merge pull request #894 from tfarina/has-indent
tree
|
commitdiff
2015-01-10
Thiago Farina
Cleanup: Fix 'hasIdent' variable name/style.
tree
|
commitdiff
2015-01-04
Nico Weber
Merge pull request #889 from nico/del2
tree
|
commitdiff
2015-01-04
Nico Weber
Try to simplify d1e6a29 a bit.
tree
|
commitdiff
2015-01-04
Nico Weber
Merge pull request #888 from nico/del
tree
|
commitdiff
2015-01-04
Nico Weber
Remove unused hash<std::string>.
tree
|
commitdiff
2015-01-04
Nico Weber
Merge pull request #887 from berenm/master
tree
|
commitdiff
2014-12-31
Beren Minor
Fix compilation errors on Visual Studio 2015 (_MSC_VER...
tree
|
commitdiff
next