platform/upstream/ninja.git
2012-04-24 Nicolas DespresIntroduce NINJA_STATUS env var for customization.
2012-04-24 Nicolas DespresRemove trailing white spaces.
2012-04-11 Evan MartinMerge pull request #252 from qhuo/remove-depfile-when...
2012-04-10 Evan MartinMerge pull request #265 from mathstuf/dev/verbose-bootstrap
2012-04-10 Evan MartinMerge pull request #253 from qhuo/include-io.h
2012-04-05 Evan MartinMake |log_| variable private to BuildLog.
2012-04-05 Evan MartinMerge pull request #263 from mathstuf/dev/gcc-470-build...
2012-04-05 Evan MartinMerge pull request #260 from sgraham/rspfile_syntax
2012-04-05 Evan MartinMerge pull request #259 from usovalx/distcc_depfile_fix
2012-04-05 Evan MartinMerge pull request #256 from iwadon/fix-sign-compare
2012-04-05 Evan MartinMerge pull request #257 from PetrWolf/53598255
2012-03-30 Ben BoeckelAllow the bootstrap to be verbose
2012-03-28 Ben BoeckelInclude unistd.h where needed
2012-03-27 Scott Grahamadd rspfile and rspfile_content to ninja_syntax
2012-03-23 Oleksandr UsovExplicitly specify target name for gcc depfiles
2012-03-18 Evan MartinMerge pull request #251 from polrop/depfile-parser...
2012-03-16 Hiroyuki Iwatsukifix warning: "comparison between signed and unsigned...
2012-03-16 Petr WolfAdd NOMINMAX macro to fix a compilation error on Win32
2012-03-15 Qingning HuoFix windows build (add #include <io.h>)
2012-03-14 Qingning HuoRemove depfiles when running when running "ninja -t...
2012-03-14 Nicolas DespresDepfile parser accept tilde.
2012-03-13 Evan MartinMerge pull request #250 from qhuo/SetCloseOnExec-for...
2012-03-13 Evan MartinMerge pull request #249 from qhuo/StatBadPath-Win7
2012-03-13 Qingning HuoAdd a Windows version of SetCloseOnExec()
2012-03-13 Qingning HuoFix StatBadPath for Windows 7
2012-03-13 Evan MartinMerge pull request #246 from HeisSpiter/master
2012-03-13 Pierre SchweitzerFix resources leaks
2012-03-13 Evan MartinMerge pull request #245 from usovalx/unify_depfile_targets
2012-03-12 Oleksandr UsovIssue #241 - handle depfiles generated by older version...
2012-03-08 Evan MartinMerge pull request #235 from fischman/ppoll
2012-03-08 Evan MartinMerge pull request #239 from pcc/enotdir
2012-03-07 Peter CollingbourneTreat paths of the form "existing-file/something" as...
2012-03-06 Evan Martindrop rtti via -fno-rtti; we don't use it
2012-03-06 Evan Martinmake urtle fit on 24-line terminal
2012-03-06 Evan Martinadjust rspfile docs to properly render
2012-03-05 Evan MartinMerge pull request #238 from pcc/outputs-ready-no-inputs
2012-03-05 Evan MartinMerge pull request #237 from pcc/ninja-clean-hint
2012-03-05 Peter CollingbourneMark a phony target with no inputs as outputs-ready
2012-03-05 Peter CollingbourneGive a useful hint if the user runs "ninja clean" and...
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
next