platform/upstream/ninja.git
2013-04-19 Evan Martinmake DiskInterfaceTest.StatBadPath quiet
2013-04-18 Evan Martindrop std:: qualifiers on more stl datatypes
2013-04-18 Nico WeberMerge pull request #548 from sgraham/laconic-with-repeat
2013-04-18 Scott Grahamalso print iteration for gtest_repeat=-1
2013-04-18 Evan Martinfix --profile=pprof on newer ubuntus
2013-04-17 Scott Grahamreset count in LaconicPrinter for when using --gtest_repeat
2013-04-16 Nico WeberMerge pull request #547 from nico/vim_cpo
2013-04-16 Nico WeberNote that version 1.3 of the vim syntax file has been...
2013-04-13 Evan MartinMerge pull request #541 from sgraham/fix-vs2012
2013-04-11 Evan Martinbootstrap: make --windows usable for cl.exe-on-wine
2013-04-11 Evan Martinadd HACKING note on cl.exe-via-wine
2013-04-11 Evan Martinwindows: always extract dependencies, even on compile...
2013-04-11 Evan Martinfix test
2013-04-11 Evan Martinwindows build fix
2013-04-11 Scott Grahamtry again on vs2012 build fixes
2013-04-10 Evan Martinbuild ninja itself in deps mode
2013-04-10 Evan Martinalways use output timestamp for deps
2013-04-10 Evan Martininclude mtimes in deplog explain
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
next