Merge pull request #1118 from nico/posixspawn2
[platform/upstream/ninja.git] / src /
2016-04-05 Nico WeberMerge pull request #1118 from nico/posixspawn2
2016-04-04 Nico WeberMerge pull request #1112 from Lekensteyn/browse-tool...
2016-03-21 Nico WeberUse posix_spawn() instead of fork()/exec().
2016-03-11 Peter Wubrowse: support --port and --no-browser options
2016-03-11 Peter Wubrowse.py: Python 3 compatibility
2016-03-05 Nico WeberMerge pull request #1113 from nico/nosetsid
2016-03-05 Nico WeberRevert #910.
2016-03-05 Nico WeberMerge pull request #1102 from bradking/remove-unnecessa...
2016-02-25 Peter Wubrowse.py: allow port override via environment variable
2016-02-25 Brad KingRemove StatIfNecessary call that is never necessary
2016-02-17 Nico WeberMerge pull request #1110 from G4m4/explicit_std_prefix
2016-02-17 g4m4Fix ambiguous call to set_terminate on Windows platform
2016-02-05 Nico WeberMerge pull request #1106 from nico/winfix
2016-02-03 Nico WeberMerge pull request #1100 from nico/doc
2016-02-03 Nico WeberMerge pull request #1033 from colincross/failed
2016-02-03 Nico WeberMerge pull request #989 from bradking/implicit-outputs
2016-02-03 Nico WeberMerge pull request #1060 from bradking/deduplicate...
2016-02-03 Nico WeberMerge pull request #1099 from bradking/fix-perftest...
2016-02-03 Brad KingReplace ManifestParser::FileReader with general FileReader
2016-02-03 Brad KingExpose more details in FileReader::ReadFile signature
2016-02-03 Brad KingFactor a `FileReader` base class out of `DiskInterface`
2016-02-03 Brad KingAdd support for build statement implicit outputs
2016-02-02 Nico WeberMerge pull request #1076 from colincross/canonicalize
2016-02-02 Brad Kingperftest: fix compilation after dupe_edge_should_err...
2016-01-29 Nico WeberMerge pull request #1096 from sgraham/dupe-edge-action
2016-01-29 Nico WeberMerge pull request #1098 from shinh/keepdep
2016-01-28 Shinichiro HamajiAdd -d keepdepfile to preserve depfiles
2016-01-27 Scott Grahamdupe_edge_should_err from bool to enum
2016-01-27 Nico WeberMerge pull request #1095 from sgraham/dupbuild-err
2016-01-27 Scott GrahamMake dupbuild=err work in subninja
2016-01-27 Nico WeberMerge pull request #1094 from sphawk/master
2016-01-27 Nico WeberMerge pull request #1085 from tetsuok/remove-unnecessar...
2016-01-10 Tetsuo KisoRemove unnecessary `std::`
2015-12-29 Nico WeberMerge pull request #1073 from ninja-build/manual-font
2015-12-29 Nico WeberMerge pull request #1074 from ninja-build/manual-command
2015-12-16 Colin CrossCanonicalize "." to "."
2015-12-09 Evan MartinMerge pull request #1069 from nicolasdespres/dry_manife...
2015-12-09 Nicolas DespresDo not attempt to rebuild infinitely in dry-run mode.
2015-12-06 Evan MartinMerge pull request #1042 from avallee/master
2015-12-06 Evan MartinMerge pull request #1062 from tfarina/bindings-typedef
2015-12-06 Evan MartinMerge pull request #1063 from ptzz/master
2015-12-06 Evan MartinMerge pull request #1064 from NiklasRosenstein/1043...
2015-12-06 Niklas Rosensteinadd "msvc_deps_prefix" to Rule::IsReservedBinding()
2015-12-04 Thiago Farinamake use of Bindings typedef
2015-11-12 Nico WeberMerge pull request #1047 from pykello/master
2015-11-12 Nico WeberMerge pull request #1046 from zed0/master
2015-11-12 Evan MartinMerge pull request #1007 from mikesep/aix
2015-11-12 Nico WeberMerge pull request #999 from colincross/dumbstatus
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 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-10-05 Colin CrossPrint output file on failure
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-08-19 Mike SeplowitzFix getopt for AIX
2015-08-19 Mike SeplowitzImplement GetLoadAverage on AIX using libperfstat
2015-08-19 Mike SeplowitzFix AIX compilation error related to printf macros
2015-08-19 Mike SeplowitzStrip tabs from od's output
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-31 Colin CrossPrint status when edge finishes on dumb terminals
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
next