Merge pull request #1049 from nico/update-links
[platform/upstream/ninja.git] / src /
2015-11-11 Nico WeberMerge pull request #1049 from nico/update-links
2015-11-11 Nico WeberMake links point to org page
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-09-24 Nicolas DespresFix typo.
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-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-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-06-29 Nico Webermark this 1.6.0.git
2015-06-22 Jason HaslamSearch for generated headers relative to build dir.
2015-06-22 Nico WeberMerge pull request #978 from martine/revert-971-bootstr...
2015-06-22 Nico WeberRevert "Bootstrap out of source"
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-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 #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 #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...
2015-03-18 Nico WeberEnv should only be about variables. No behavior change.
2015-03-17 Nico WeberMerge pull request #930 from nico/depcolon
2015-03-15 Nico WeberMerge pull request #933 from nico/dupeedgefix
2015-03-15 Nico WeberBuild self-consistent graphs for dupe edges with multip...
2015-03-12 Nico WeberOn unexpected output in a .d file, rebuild instead...
2015-03-12 Nico WeberReject depfiles that don't contain a : after the target...
2015-03-09 Nico WeberMerge pull request #917 from pinotree/rlimit
2015-03-09 Nico WeberMerge pull request #910 from jlnt/master
2015-03-09 Nico WeberMerge pull request #927 from nico/colorgcc
2015-03-09 Nico WeberMerge pull request #926 from nico/fixlibcpp
2015-03-09 Nico WeberFix build with libc++ after #921.
2015-03-09 Nico WeberMerge pull request #921 from mohamed/master
2015-03-08 Nico WeberMerge pull request #923 from HeisSpiter/master
2015-03-08 Mohamed BamakhramaAdded a new test to illustrate scoped rules
2015-03-07 Pierre SchweitzerDirectly pass the string instead of char * to Truncate...
2015-03-01 Mohamed BamakhramaAllow scoping rules through subninja
2015-02-28 Pino Toscanosubprocess_test: gracefully handle rlim.rlim_cur <...
2015-02-07 Nico WeberMerge pull request #914 from tzik/typo_fix
2015-02-06 tzikTypo fix in graph.cc
2015-02-03 Nico WeberMerge pull request #908 from colincross/multipass
2015-02-03 Colin CrossAllow manifest rebuild to loop up to 100 times
2015-01-29 Julien TinnesPOSIX: detach background subprocesses from terminal.
2015-01-24 Nico WeberMerge pull request #897 from tzik/pending
2015-01-20 Nico WeberMerge pull request #901 from nico/assertless
next