platform/upstream/ninja.git
2015-11-12 Nico WeberMerge pull request #964 from nicolasdespres/sighup
2015-11-12 Nico WeberMerge pull request #763 from drbo/master
2015-11-11 Nico WeberTry to fix #685
2015-11-11 Evan Martindrop more references to github/martine
2015-11-11 Nico WeberUpdate link to point to ninja-build.org
2015-11-11 Nico WeberMerge pull request #1049 from nico/update-links
2015-11-11 Nico WeberMake links point to org page
2015-11-11 Nico Webertest commit
2015-10-22 Nico WeberMerge pull request #1015 from moroten/docs-relpath
2015-10-22 Nico WeberMerge pull request #1040 from peter1000/patch-1
2015-10-21 Nico WeberMerge pull request #1029 from nicolasdespres/fix-doc...
2015-10-19 peter1000Fixes typo
2015-09-24 Nicolas DespresFix typo.
2015-09-20 Nicolas DespresCleanup build on SIGHUP.
2015-09-07 Nico WeberMerge pull request #1014 from moroten/optimize-stringpiece
2015-09-07 Nico WeberMerge pull request #1018 from nico/spell
2015-09-07 Nico WeberMerge LLVM r242069, make spell checking allocate less...
2015-09-03 Fredrik MedleyOptimize StringPiece hash map
2015-09-03 Fredrik MedleyDescribe why to use relative paths
2015-08-27 Nico WeberMerge pull request #1009 from sgraham/fix-null.o
2015-08-27 Scott GrahamDon't output null.o during configure
2015-08-10 Nico WeberMerge pull request #1003 from sgraham/2015-compile
2015-08-10 Scott GrahamRemove accidental changes
2015-08-10 Scott GrahamSome mucking with std:: for set_terminate and terminate...
2015-08-10 Scott GrahamSet _HAS_EXCEPTIONS=0 on MSVC
2015-08-03 Nico WeberMerge pull request #998 from LindleyF/stdc-format-macros
2015-07-31 Lindley FrenchMake sure not to re-define __STDC_FORMAT_MACROS.
2015-07-30 Nico WeberMerge pull request #997 from mikesep/assert-arg-order
2015-07-30 Mike SeplowitzCorrect order of ASSERT_EQ arguments
2015-07-10 Nico WeberMerge pull request #988 from nico/slashes
2015-07-10 Nico Weberwin: print right slashes in 'unknown target' message
2015-07-05 Nico WeberMerge pull request #973 from sgraham/canonicalize-fix
2015-07-05 Nico WeberMerge pull request #979 from stinb/bootstrap-out-of...
2015-07-02 Nico Weberfix typos, punctuation, redundant words in HACKING.md
2015-07-01 Nico WeberMerge pull request #984 from martine/vcvars
2015-06-30 Evan Martinpoint people at more detailed build docs if they're...
2015-06-29 Nico Webermark this 1.6.0.git
2015-06-22 Jason HaslamFix bootstrap from a source path containing spaces.
2015-06-22 Jason HaslamSearch for generated headers relative to build dir.
2015-06-22 Jason HaslamAllow configure script to bootstrap out of source.
2015-06-22 Nico WeberMerge pull request #978 from martine/revert-971-bootstr...
2015-06-22 Nico WeberRevert "Bootstrap out of source"
2015-06-19 Nico WeberMerge pull request #975 from nico/docs
2015-06-19 Nico WeberDocument the change from #921 in the manual.
2015-06-18 Nico WeberMerge pull request #971 from stinb/bootstrap-out-of...
2015-06-18 Nico WeberMerge pull request #970 from nico/explain
2015-06-18 Scott Grahamdon't alias input/output in ExtractDeps (i.e. actually...
2015-06-18 Scott Grahampropagate include normalization failure to caller instead
2015-06-18 Scott GrahamError+exit -> Fatal
2015-06-18 Nico WeberMerge pull request #974 from bradking/add-missing-initi...
2015-06-16 Brad KingAdd missing member initializer in Edge constructor
2015-06-09 Scott Grahamdon't abort()
2015-06-09 Scott Grahampush error to caller and abort on failure
2015-06-08 Scott GrahamFix crash in attempting to canonicalize paths longer...
2015-05-26 Jason HaslamSearch for generated headers relative to build dir.
2015-05-26 Jason HaslamAllow configure script to bootstrap out of source.
2015-05-15 Nico WeberAdd a missing EXPLAIN() call.
2015-05-02 Nico WeberFix typo in comment.
2015-04-29 Nico WeberMerge pull request #962 from sgraham/pool-use-fix
2015-04-27 Nico WeberMerge pull request #743 from nicolasdespres/sigterm
2015-04-27 Scott Grahamsimplify & inline
2015-04-24 Scott Grahamavoid calling ResumeDelayedJobs instead
2015-04-24 Scott Grahamadd comment
2015-04-24 Nicolas DespresForward interruption signal to child processes.
2015-04-24 Nicolas DespresAllow SIGTERM for interruption.
2015-04-23 Scott GrahamFix pool use count going unbalanced
2015-04-19 Nico WeberMerge pull request #958 from rui314/master
2015-04-17 Rui UeyamaRun more than 34 processes on Win32 if we have 32+...
2015-04-09 Nico WeberMerge pull request #954 from nico/fix
2015-04-09 Nico WeberFix an assert (and tests in --debug mode) after #921.
2015-04-08 Nico WeberMerge pull request #953 from Sushisource/graphivz_fix
2015-04-08 Spencer JudgeFix backslashes in graphviz causing incorrect rendering...
2015-04-01 Nico WeberMerge pull request #951 from nico/cyclefix2
2015-04-01 Nico WeberDon't get stuck on cyclic graphs where one edge has...
2015-04-01 Nico WeberMerge pull request #950 from nico/cleanup
2015-04-01 Nico WeberCleanup: Don't search stack for cycle elements twice.
2015-04-01 Nico WeberCleanup: Make stack a const ref now that it's no longer...
2015-04-01 Nico WeberCleanup: Don't modify during cycle checking.
2015-03-31 Nico WeberMerge pull request #949 from nico/staterr
2015-03-31 Nico WeberLet Stat() have an err outparam instead of writing...
2015-03-25 Nico WeberMerge pull request #945 from nico/reldocs
2015-03-25 Nico Webermake notes on how to update docs more detailed
2015-03-25 Nico WeberMerge pull request #944 from nico/flags
2015-03-24 Nico WeberAdd an opt-in flag to make duplicate edges an error...
2015-03-24 Nico WeberSwap order of -k and -l in help output, to keep the...
2015-03-24 Nico WeberMerge pull request #943 from nico/ssshh
2015-03-24 Nico WeberMake tests quiet again.
2015-03-24 Nico WeberMove warning emission on dupe edges from State to Manif...
2015-03-21 Nico WeberMerge pull request #942 from nico/cyclefix2
2015-03-21 Nico WeberPreallocate edge node vectors. ~1% faster.
2015-03-21 Nico WeberRecover slowdown for cyclic rule bindings fix.
2015-03-21 Nico WeberDon't crash on cyclic references between rule bindings.
2015-03-19 Nico WeberMerge pull request #940 from nico/moredupes
2015-03-19 Nico WeberAnother crash fix for duplicate edges. Fixes #939.
2015-03-19 Nico WeberMerge pull request #938 from nico/aflclang
2015-03-19 Nico WeberAdd notes on using afl-fuzz to HACKING.
2015-03-19 Nico WeberMerge pull request #937 from nico/statfix
2015-03-19 Nico WeberMake failing stat() calls abort the build.
2015-03-19 Nico WeberMerge pull request #936 from nico/cleanup
2015-03-18 Nico WeberAdd a missing &. (No behavior change, only used in...
next