platform/upstream/ninja.git
2012-03-04 Ami Fischmanaddressed pcc comments
2012-03-04 Ami Fischmanpselect->ppoll on linux to raise the process limit...
2012-03-02 Evan MartinMerge pull request #231 from pcc/exit-cleanup-modified
2012-03-01 Evan Martinadd an "urtle" tool
2012-03-01 Peter CollingbourneBe more selective about deleting output files when...
2012-02-28 Evan MartinMerge pull request #229 from sgraham/overprint
2012-02-27 Scott Graham[win32] Overprint the previous line if we're attached...
2012-02-23 Evan Martinfix some public/private errors in rspfile patch
2012-02-23 Evan MartinMerge pull request #217 from PetrWolf/master
2012-02-22 Evan MartinMerge pull request #218 from tfarina/fix-graph-todo
2012-02-22 Evan MartinMerge pull request #223 from pcc/restat-clean-manifest
2012-02-21 Peter CollingbourneDo not reload the manifest if a restat cleans it while...
2012-02-20 Evan MartinMerge pull request #222 from polrop/test-bug-fix-62e9139740
2012-02-20 Nicolas DespresAdd a test for empty path in CanonicalizePath().
2012-02-16 Thiago Farinafix depfile_ access
2012-02-16 Thiago FarinaFix the TODO in graph.h.
2012-02-14 PetrWolfMerge branch 'master' of github.com:PetrWolf/ninja
2012-02-14 PetrWolfFix tabs, typos
2012-02-14 Evan MartinMerge pull request #176 from pcc/exit-cleanup
2012-02-14 Evan Martingraphviz: don't draw edges multiple times
2012-02-14 Ian GodinMade graph horizontal (better for filenames)
2012-02-10 Petr WolfAdd comments, remove unwanted whitespace change
2012-02-09 unknownResponse files
2012-02-07 Clint MooreFixes the build on OpenIndiana
2012-02-04 Evan MartinMerge pull request #214 from qhuo/onpipeready-fix
2012-02-04 Evan MartinMerge pull request #213 from syntheticpp/evaluate-only...
2012-02-04 Evan Martindon't crash when CanonicalizePath removes all path...
2012-02-04 Peter CollingbourneIf a command fails, wait for all running commands to...
2012-02-04 Peter CollingbourneImplement cleanup-on-interrupt
2012-02-04 Peter CollingbourneClean up how the build line is managed at the end of...
2012-02-04 Qingning HuoAvoid using undefined value in Subprocess::OnPipeReady()
2012-02-04 Peter Kuemmelcompute command twice only in case of an error
2012-02-04 Evan MartinMerge pull request #211 from okuoku/msvc-build-c4819
2012-02-03 okuokuwindows: Disable warning C4819
2012-01-29 Evan MartinMerge pull request #199 from qhuo/create-process
2012-01-29 Evan MartinMerge pull request #210 from syntheticpp/colon-escape
2012-01-29 Peter Kuemmelparse $:
2012-01-29 Peter Kuemmeladd colon escaping
2012-01-29 Evan MartinMerge pull request #209 from scottfranklin/python3_compat
2012-01-28 Scott FranklinExplicitly turn input/output lists into list objects.
2012-01-26 Evan MartinMerge pull request #208 from okuoku/cygwin-build
2012-01-25 Qingning HuoAdd a test, NoSuchCommand.
2012-01-25 okuokuFix cygwin build by including stdio.h here
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-20 Qingning HuoMark CreateProcess "program not found" failure as non...
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
next