platform/upstream/ninja.git
2013-04-09 Nico WeberWrite the depslog version in binary instead of text.
2013-04-09 Nico WeberMake deps=gcc without depfile an error.
2013-04-09 Evan Martinadd a test for the "deps out of date" case
2013-04-08 Evan Martinadd a test verifying build failure on bad deps
2013-04-08 Evan Martinmake it an error for now to have multiple outputs with...
2013-04-08 Evan Martinonly write deps log if edge is in deps log mode
2013-04-08 Evan Martinuse logged deps mtime in dirty calculation
2013-04-08 Evan Martindon't call .front() on an empty vector
2013-04-08 Evan Martinhook up depslog writing into build process
2013-04-08 Evan Martinrename "special" to "deps"
2013-04-08 Evan Martinmissing header
2013-04-08 Evan Martinremove depfiles files as they're parsed
2013-04-08 Evan Martindepslog: track dead record count
2013-04-08 Evan Martinadd recompaction to depslog
2013-04-08 Evan Martinclarify depslog overview
2013-04-08 Evan Martinmake old deps format migration actually work
2013-04-08 Evan Martinrecord and check depslog file version
2013-04-08 Evan Martindon't write out deps entries if nothing changed
2013-04-08 Evan Martinwindows: drop use of msvc helper in build
2013-04-08 Evan Martinuse special=anything to trigger loading from depslog
2013-04-08 Evan Martinwindows: use CLParser to extract deps during build
2013-04-08 Evan Martinrefactor build-time deps-extraction
2013-04-08 Evan Martinfactor MSVC parsing out of CLWrapper into CLParser
2013-04-08 Evan Martinwindows: add uint16 casts in depslog
2013-04-08 Evan Martinadd "special=gcc" attribute, use to load depslog
2013-04-08 Evan Martintrack deps log load time in metrics
2013-04-08 Evan Martinexpand DepsLog test, fix two bugs it revealed
2013-04-08 Evan Martinplumb DepsLog load through Builder
2013-04-08 Evan Martinno error if deps log doesn't exist
2013-04-08 Evan Martinload deps log at startup
2013-04-08 Evan Martinfactor out creation of build directory
2013-04-08 Evan Martinuse DepsLog in loading dependencies
2013-04-08 Evan Martinfactor out implicit dep loading
2013-04-08 Evan Martinpass command results via a struct
2013-04-08 Evan Martinadd DepsLog, a new data structure for dependency inform...
2013-04-08 Evan Martinsync version number in master with release
2013-04-08 Evan Martinsplit FakeCommandRunner out of BuildTest
2013-04-08 Evan Martinmove test virtual time "now_" into VirtualFileSystem
2013-04-08 Evan MartinMerge pull request #527 from wang-bin/compile_fix
2013-04-07 wang-binfix compile error about noreturn on windows
2013-04-06 Evan MartinMerge pull request #526 from RedX2501/improved_bash_com...
2013-04-06 Guilherme BufoloImproved bash completion when using tools like '-t...
2013-04-05 Evan Martinrefactor some of the output mtime-handling code
2013-04-05 Evan Martinadd noreturn attr on Fatal()
2013-04-05 Evan Martindecided against using XXX in the manual for unknown...
2013-04-05 Evan Martintag a feature with the right version number
2013-04-02 Evan MartinMerge pull request #525 from nico/escapedollar
2013-04-02 Nico WeberDollar signs in depfiles are escaped as "$$", not ...
2013-03-30 Evan Martinallow paths with '!' in depfiles
2013-03-28 Evan MartinMerge pull request #522 from nico/spelldebug
2013-03-27 Nico WeberAdd spell checking for debug flags.
2013-03-26 Evan MartinMerge pull request #521 from riannucci/ignore_duplicate...
2013-03-23 Robert IannucciAdd regression test
2013-03-23 Robert IannucciFix debug build on linux (type strictness).
2013-03-18 Robert IannucciFix Pool to use a set internally
2013-03-18 Robert IannucciFix duplicate edge Pool crash in the minimally invasive way
2013-03-14 Evan MartinMerge pull request #518 from syntheticpp/max-patch
2013-03-14 Peter KümmelPosix symbols are not enabled by default for MSVC
2013-03-11 Evan MartinMerge pull request #513 from fifoforlifo/master
2013-03-11 Avinash BaligaAdded %e to manual.asciidoc, fixed brace style.
2013-03-10 Evan MartinMerge pull request #512 from pcc/compilation-database
2013-03-10 Peter CollingbourneAdd compdb tool
2013-03-10 Evan MartinMerge pull request #499 from lht/patch-1
2013-03-10 Evan MartinMerge pull request #503 from mo/fix_typo_20130219
2013-03-10 Evan MartinMerge pull request #504 from benvanik/master
2013-03-10 Evan MartinMerge pull request #514 from dabrahams/patch-1
2013-03-08 Dave AbrahamsBring in declaration of atoi
2013-03-04 Avinash BaligaMade %e purely a number.
2013-03-04 Avinash BaligaNINJA_STATUS now takes %e for elapsed time.
2013-02-24 Evan MartinMerge pull request #507 from ikarienator/master
2013-02-24 Evan MartinMerge pull request #502 from tfarina/rm-unused-fun
2013-02-24 Bei ZhangBrowse command does not parse URL correctly
2013-02-21 Evan MartinMerge pull request #506 from syntheticpp/string-find
2013-02-21 Peter KümmelFix wrong usage of std::string::find
2013-02-20 Ben VanikAdd a check for the VC++ 2012-style 64-bit path.
2013-02-19 Martin OlssonFix typo, s/verison/version/
2013-02-19 Thiago FarinaRemoved unused UnitsWaiting() function from State class.
2013-02-19 Evan Martinmanual: move in_newline to the reference
2013-02-17 Evan Martinadd versioning notes to features in the manual
2013-02-17 Evan Martinmake doc xrefs link to section headers
2013-02-17 Haitao Li 李海涛Fix typo in manual
2013-02-17 Evan Martinrearrange env variable section layout
2013-02-17 Evan Martinmove from asciidoc html to asciidoc -> docbook -> html
2013-02-16 Evan Martinsay where the default value for -j comes from
2013-02-16 Scott Grahamdepfile helper: check errors on writing .d files
2013-02-16 Evan Martindocs for ninja_required_version
2013-02-16 Evan Martinadd syntax for checking versions
2013-02-09 Evan MartinMerge pull request #498 from pck/cygwin
2013-02-09 Paul Kunyschutil.cc: Reusing windows workaround for cygwin.
2013-02-01 Evan Martinmark pools as experimental in the docs
2013-02-01 Evan Martinadd a release checklist so I won't forget steps in...
2013-01-27 Evan MartinMerge pull request #485 from petrh/fedora-rpmbuild
2013-01-24 Evan MartinMerge pull request #489 from sgraham/err-message-depfile
2013-01-24 Scott Grahammore verbose error (including path) when depfile fails...
2013-01-21 Petr HosekRemoved re2c build dependency from RPM spec file
2013-01-17 Evan MartinMerge pull request #484 from TheOneRing/fix_mingw
2013-01-15 Petr HosekUse correct Fedora versioning scheme
2013-01-14 Petr HosekRPM spec file should use correct versioning scheme...
2013-01-12 Patrick von... if windows and not msvc, set platform to mingw
2013-01-03 Evan MartinMerge pull request #479 from nico/testfix
next