platform/upstream/ninja.git
2012-10-02 Evan MartinMerge pull request #436 from tfarina/dry-run-unnamed...
2012-10-02 Thiago FarinaMove DryRunCommandRunner into a unnamed namespace.
2012-09-30 Evan MartinMerge pull request #433 from polrop/fix-help-option
2012-09-27 Nicolas DespresDon't say -h is invalid whereas it is supported.
2012-09-23 Evan MartinMerge pull request #428 from maximuska/proposed/rpm...
2012-09-23 Maxim Kalaevpackaging: refactored rpm building
2012-09-21 Evan MartinMerge pull request #427 from jonforums/jf/mingw-n-msvc
2012-09-20 Evan MartinMerge pull request #426 from sgraham/spaces-in-headers-2
2012-09-20 JonAlways include stdio.h
2012-09-20 Scott Grahamless random comment
2012-09-20 Scott Grahamreview fixes
2012-09-20 JonSilence bothersome warning from -Wextra
2012-09-20 JonGive MinGW builds MSVC build helper superpowers
2012-09-20 Scott Grahamfix spaces in headers for -t msvc
2012-09-18 Evan MartinMerge pull request #419 from syntheticpp/rate-buffer...
2012-09-18 Peter KümmelFix subtile buffer size error
2012-09-18 Peter Kümmelbuild with msvc2012
2012-09-18 Peter Kümmelremove some code duplication
2012-09-17 Evan MartinMerge pull request #422 from sgraham/fix-dupe-includes
2012-09-17 Scott Grahamdon't emit duplicate headers for msvc helper
2012-09-14 Evan MartinMerge pull request #416 from nico/slide
2012-09-14 Evan MartinMerge pull request #415 from nico/getopt
2012-09-14 Nico WeberChange rate measurement code.
2012-09-14 Nico WeberClean up getopt_long call.
2012-09-13 Evan Martinmark msvc-helper as experimental
2012-09-13 Evan Martinwindows: merge msvc-helper into ninja.exe itself
2012-09-11 Evan MartinMerge pull request #414 from riannucci/master
2012-09-11 Robert A. Iannucci JrFix re2c detection which breaks win32 w/ gnuwin32
2012-09-07 Evan Martinscoping workaround for gcc on Windows
2012-09-07 Alex Caudillinclude termios for solaris
2012-09-07 Alex Caudilladd solaris platform definitions
2012-09-07 Evan Martindisable a new warning that popped up on Windows
2012-09-07 Alex Caudilladd GetProcessorCount() implementation for Solaris
2012-09-07 Evan Martindrop special case for msvc bucket count
2012-09-06 Evan MartinMerge pull request #408 from nico/fix
2012-09-06 Evan Martinallow tools to specify when they run (before/after...
2012-09-05 Evan Martinfactor out metrics dump from ninja main
2012-09-05 Evan Martinfactor out build log load from main
2012-09-05 Evan Martinrearrange tool-picking logic
2012-09-04 Evan Martinshow all in graph
2012-09-04 Evan Martinreduce indent
2012-09-04 Evan Martinmove BuildConfig out of globals
2012-09-04 Evan Martinremove DiskInterface from globals
2012-09-04 Evan Martinremove unfortunate header dependency
2012-09-04 Evan Martinclarify setter
2012-09-04 Evan Martinmove BuildLog to DependencyScan
2012-09-04 Evan Martinfix --debug for glibc pedantic mode
2012-09-04 Evan Martinpass Builder as arg to build-running functions
2012-09-02 Evan Martinremove config from BuildLog, rename members
2012-09-02 Evan Martinremove a redundant arg to RecomputeOutputDirty
2012-09-02 Evan Martinsplit out dirty recomputation logic from Edge class
2012-09-01 Nico WeberMake sure no stale test file exists before running...
2012-08-30 Evan MartinMerge pull request #407 from maximuska/proposed/dirty...
2012-08-30 Maxim Kalaevsafer build: consider target dirty if depfile is missing
2012-08-28 Evan MartinMerge pull request #403 from nico/everylineweighsyoudown
2012-08-28 Nico WeberRemove unused macro NINJA_UNUSED_ARG.
2012-08-24 Evan Martinpoint to HACKING.md in README
2012-08-24 Evan Martindrop DepfileParserTest.Tilde, as it's covered by .Speci...
2012-08-24 Evan Martinlink directly to gtest zip
2012-08-24 Evan Martinupdate old test to cover newer rule attributes
2012-08-24 Evan Martinadd test that checks attributes on rules
2012-08-24 Evan Martinwindows: pass /Zi to gtest compile as well
2012-08-24 Evan Martinremove crlfs from .gitignore
2012-08-17 Evan Martinfix test broken in 697350d
2012-08-17 Evan Martinmake it more explicit that a bad build log causes us...
2012-08-17 Evan MartinMerge pull request #401 from syntheticpp/win-network...
2012-08-17 Peter Kuemmelon windows a network path starts with two backslashes
2012-08-16 Evan Martindrop HACKING from doxygen
2012-08-16 Evan Martinuse 4 space tabs in configure.py, warn on re2c missing
2012-08-16 Evan Martinmany updates for HACKING.md
2012-08-16 Evan MartinMerge pull request #400 from nico/dynre2c
2012-08-16 Nico WeberOnly write re2c rules if a re2c binary is found in...
2012-08-16 Evan MartinMerge pull request #399 from nico/hackless
2012-08-16 Nico WeberRemove -fcolor-diagnostics reference from HACKING
2012-08-15 Evan Martinconvert HACKING to markdown, add MSVC section
2012-08-15 Scott Grahamif a file is missing in the log, count it as dirty
2012-08-15 Evan Martinadd a helper binary for wrapping cl.exe
2012-08-15 Evan Martinpass env block to cl helper
2012-08-13 Evan MartinMerge branch 'master' of github.com:martine/ninja
2012-08-13 Evan Martinrename -V to --version and clean up --help output
2012-08-13 Evan Martincreate phony rules for all binaries
2012-08-12 Evan Martinmsvc helper: drop system includes
2012-08-12 Evan Martinincludes_normalize: also lowercase cross-drive includes
2012-08-12 Scott Grahamadd functions for normalizing win32 include paths
2012-08-12 Evan Martinadd .ilk (incremental linker) to .gitignore
2012-08-12 Evan Martinmsvc helper: attempt to filter out when it prints the...
2012-08-12 Evan Martinadd subprocess-spawning to msvc_helper
2012-08-12 Evan Martindoc some cl.exe flags in the configure script
2012-08-12 Evan Martinmove Win32Fatal into util
2012-08-12 Evan Martinadd a module for working with MSVC (cl.exe) behavior
2012-08-12 Evan Martinuse correct path separator for --with-gtest source
2012-08-12 Evan Martindoc that ReadFile reads in text mode on Windows
2012-08-10 Matthew Woehlkefix syntax errors in bootstrap.py
2012-08-10 Evan Martinwindows: fix integer truncation issues for helper binaries
2012-08-10 Evan Martinwindows: fix size_t<->int conversions in ninja.exe
2012-08-10 Evan Martinrefactor
2012-08-10 Matthew Woehlkeadd bootstrap option to force 64-bit
2012-08-10 Evan Martinwindows: ignore pdb files
2012-08-10 Evan Martinwindows bootstrap: clean up object files
2012-08-10 Evan Martindocument that \r and \t are disallowed
next