platform/upstream/ninja.git
2013-04-10 Evan Martinslightly smaller subsections
2013-04-10 Evan Martinmove pool docs down under "more details"
2013-04-10 Evan Martinmore minor manual touchups
2013-04-10 Evan Martinmake unittest match module name
2013-04-10 Evan Martinmention mtimes
2013-04-10 Evan Martinmonospace flags
2013-04-10 Evan Martinmore windows doc updates
2013-04-09 Evan Martinupdate some windows references in the docs
2013-04-09 Evan Martinbigger manual
2013-04-09 Nico WeberMerge pull request #539 from nico/typo
2013-04-09 Nico Weberfix typo in comment
2013-04-09 Evan MartinMerge pull request #537 from yannicklm/master
2013-04-09 yannicklmninja.vim: add deps as keyword
2013-04-09 Evan MartinMerge pull request #535 from sgraham/fix-windows-depslog
2013-04-09 Scott Grahamfix test
2013-04-09 Evan MartinMerge pull request #534 from nico/invalid_log
2013-04-09 Scott Grahamadd ifdef around console_
2013-04-09 Scott Grahamfix windows build after depslog
2013-04-09 Nico WeberOn invalid depslog header, restart build instead of...
2013-04-09 Evan Martindocument deps
2013-04-09 Evan MartinMerge branch 'dep-pipeless'
2013-04-09 Evan MartinMerge pull request #532 from nico/sshhh_gtest
2013-04-09 Nico WeberTry to fix build on Linux more.
2013-04-09 Nico WeberTry to fix build on Linux.
2013-04-09 Evan Martinadd a straightforward deps log test, fix the other one
2013-04-09 Nico WeberMake ninja_test output nicer.
2013-04-09 Nico WeberUse LinePrinter in test runner.
2013-04-09 Nico WeberMake LinePrinter members private, add comments.
2013-04-09 Nico Webermove printing of new lines into LinePrinter.
2013-04-09 Nico WeberWrite the depslog version in binary instead of text.
2013-04-09 Nico Weberrefactor; no intended functionality change
2013-04-09 Nico Webermove single-line printing to new class
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-09 Nico WeberMake gtest output more silent, ninja issue #528.
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.
next