platform/upstream/ninja.git
2012-01-25 Hiroyuki IwatsukiFix configure.py for unpacked gtest on Windows platform.
2012-01-24 Evan Martinrearrange query/browse output to be more sensible
2012-01-23 Evan MartinMerge pull request #204 from syntheticpp/parser-crash
2012-01-23 Evan MartinMerge pull request #203 from syntheticpp/win-disk-interface
2012-01-23 Peter Kuemmelcheck access to first element of string: string could...
2012-01-23 Peter Kuemmelfix search&replace error on struct name
2012-01-23 Peter Kuemmelno error code about too long file names on Windows
2012-01-23 Evan MartinMerge pull request #201 from syntheticpp/mingw-msvc
2012-01-22 Peter Kuemmelonly msvc needs these workarounds
2012-01-22 Evan Martinwindows: use _WIN32 define everywhere
2012-01-19 Evan MartinMerge pull request #198 from nico/strip0
2012-01-19 Nico WeberStrip ansi escape sequences from subcommand output...
2012-01-16 Evan MartinMerge pull request #197 from doctorlove/simple_dry_run
2012-01-16 Frances BuontempoAdd a test that dry run shows all commands that could...
2012-01-16 Frances BuontempoStop warning about chdir etc which are treated as error...
2012-01-14 Scott Grahamwindows: always generate PDB
2012-01-13 Evan Martinenable libstd++ debugging in debug mode
2012-01-13 Evan MartinMerge pull request #196 from evanj/master
2012-01-13 Evan JonesBuildLog: Use Log::insert(Log::value_type()) to avoid...
2012-01-13 Frances Buontempowindows: make ninja_test build
2012-01-12 Evan MartinMerge branch 'stringpiece-hash'
2012-01-12 Evan Martindecide on murmur hash, delete stl hash
2012-01-12 Evan Martinbuild gtest with -fvisibility=hidden as well
2012-01-11 Evan Martinmake new hash work on windows
2012-01-11 Frances Buontempowindows: hash_map bucket count has different getter
2012-01-11 Frances BuontempoGetTempPath() needs windows.h
2012-01-09 Evan Martinback to murmur hash
2012-01-09 Evan Martinremove string copy while loading depfiles
2012-01-09 Evan Martinsplit canonicalize
2012-01-09 Evan Martinmore stringpiece
2012-01-09 Evan Martinmurmur -> stl hash
2012-01-09 Evan Martinswitch node lookup to StringPiece
2012-01-09 Evan Martinconvert ExternalStringHash to use StringPiece
2012-01-09 Evan Martininclude main hash load in -d stats output
2012-01-09 Craig Schlenterconfigure.py: make CC='command with args' work
2012-01-06 Evan Martindynamic metrics report width
2012-01-06 Evan Martintrack canonicalize metric
2012-01-06 Evan Martinmigrate tempdir code to test.cc
2012-01-05 Evan Martinadjust restat behavior around missing outputs
2012-01-05 Evan Martinadd a '-d stats' flag for detailed timings
2012-01-05 Evan Martinwindows: don't use \e in string
2012-01-05 Evan Martindrop some std:: prefixes
2012-01-05 Evan Martinconvert all time_t to a new TimeStamp type
2012-01-05 Evan Martinfactor out the main builder call
2012-01-05 Evan MartinMerge pull request #194 from evanj/newline_spaces
2012-01-05 Evan MartinMerge pull request #193 from evanj/reparse_error
2012-01-05 Evan MartinMerge pull request #192 from evanj/master
2012-01-05 Evan JonesLexer: include leading spaces in the newline token.
2012-01-05 Evan Jonesninja.cc: Clear the rules/variables/state when reloadin...
2012-01-05 Evan JonesLexer: Remove the trailing newline from lexer.in.cc...
2012-01-05 Evan Martintest error message of ManifestParser::Load
2012-01-05 Evan Martinmake Lexer::Error not emit trailing newline
2012-01-05 Evan Martinmake my last change actually work
2012-01-05 Evan Martinremove build_log v1/v2 code
2012-01-05 Evan Martinwarn on accidental args to configure
2012-01-05 Evan JonesLexer: include leading whitespace in the comment token.
2012-01-05 Evan MartinMerge pull request #188 from nico/spacelog
2012-01-05 Nico WeberSwitch build log to use tabs as field separators, to...
2012-01-05 Evan MartinMerge pull request #185 from nico/vim
2012-01-04 Evan Martinallow spellcheck to be used with a vector of strings
2012-01-04 Evan Martinrefactor tool list into a table
2012-01-04 Evan Martindon't attempt to build browse.* in bootstrap mode
2012-01-04 Evan MartinMerge pull request #175 from nornagon/escape-in-out
2012-01-04 Jeremy ApthorpAdd a test for quoting spaces in expanded $in and ...
2012-01-04 Evan MartinMerge pull request #186 from evanj/master
2012-01-04 Evan Jonesninja_syntax.py: Fix a bug when passing dict variables...
2012-01-04 Evan MartinRevert "ninja_syntax.py: Fix a bug when passing variabl...
2012-01-04 Scott Grahamwindows: more build fixes
2012-01-04 Evan MartinMerge pull request #184 from evanj/master
2012-01-04 Nico WeberAdd a ninja syntax file for vim.
2012-01-04 Evan Jonesninja_syntax.py: Fix a bug when passing variables to...
2012-01-04 Evan JonesAdd a space to unexpected token errors.
2012-01-04 Frances BuontempoUse ExitProcess instead of exit in Fatal to allow extra...
2012-01-04 Scott Grahamwindows: make bootstrap.py/configure.py work with MSVC
2012-01-03 Evan MartinMerge pull request #180 from doctorlove/int64
2012-01-03 Frances BuontempoAdd new line to new file
2012-01-03 Frances Buontempotypedef long long for MSVC
2012-01-03 Evan MartinMerge pull request #179 from polrop/fix-clang-warning
2012-01-03 Evan MartinMerge pull request #177 from doctorlove/msvc_changes
2012-01-03 Nicolas DespresFix warning about class previously declared as struct.
2012-01-03 Frances Buontempostd::string(NULL,0) asserts in MSVC Debug
2012-01-03 Frances BuontempoChanges to hash_map to make it build with MSVC's version
2012-01-03 Frances BuontempoInclude <algorithm> for std::find in test.cc
2012-01-02 Jeremy ApthorpWhen expanding $in and $out, wrap with quotes if the...
2011-12-30 Evan Martinallow hyphen in variable names
2011-12-30 Evan Martinmore private
2011-12-30 Evan Martinmake evalstring internals private
2011-12-30 Evan MartinMerge pull request #173 from polrop/fix-typo-in-manual
2011-12-30 Nicolas DespresFix typo in manual.
2011-12-30 Evan Martinbuild fix
2011-12-29 Evan Martinswitch the core ninja parser to use re2c for the lexer
2011-12-29 Evan Martinminor re2c cleanups
2011-12-29 Evan Martinhandle nuls more carefully in re2c rules
2011-12-29 Evan Martinadd script for measuring build performance
2011-12-28 Evan Martinninja_syntax: add restat attribute to rules
2011-12-28 Evan Martinadd bash completion based on zsh completion
2011-12-28 Evan Martinmove some docs to home page
2011-12-28 Evan Martinlink to blog post in docs
2011-12-28 Evan Martinadd an "all" target to build all binaries
2011-12-28 Evan Martinfix parser_perftest after depfile change
next