platform/upstream/ninja.git
2012-04-28 Thiago FarinaPut & operator with the type rather than the variable...
2012-04-26 Evan Martindoc encoding support
2012-04-26 Evan Martinallow UTF-8 in rule descriptions
2012-04-26 Evan MartinMerge pull request #278 from tychoish/master
2012-04-26 Evan Martinreduce custom ninja status patch in minor ways
2012-04-26 Evan MartinMerge branch 'custom_ninja_status' of git://github...
2012-04-26 Evan MartinMerge pull request #272 from nico/statstweak
2012-04-26 Evan MartinMerge pull request #269 from sgraham/explain
2012-04-26 Evan MartinMerge pull request #228 from pcc/lazily-create-commandr...
2012-04-26 Evan MartinMerge branch 'dont-clean-phony' of git://github.com...
2012-04-26 Evan MartinMerge pull request #207 from iwadon/fix-configure.py...
2012-04-24 Nicolas DespresRefactor and test progress status formatting.
2012-04-24 Nicolas DespresIntroduce NINJA_STATUS env var for customization.
2012-04-24 Nicolas DespresRemove trailing white spaces.
2012-04-24 tycho garendocs: clarifying that there can be only one command...
2012-04-17 Nico WeberSwitch the order of total and avg columns in -d stats...
2012-04-13 Scott Grahamadd support for -d explain to help debug why rules...
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 Peter CollingbourneDon't delete phony targets when cleaning a specified...
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-27 Peter CollingbourneLazily create the CommandRunner in Builder::Build
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-25 Hiroyuki IwatsukiJust add /nologo to gtest_cflags, instead of use cflags...
next