platform/upstream/ninja.git
2012-05-06 Thiago Farinaviews: Mark single-argument constructors as explicit.
2012-05-04 Evan Martinmention reactos
2012-05-04 Evan Martinmention platform support
2012-05-04 Evan MartinMerge pull request #296 from nico/confenv
2012-05-04 Evan MartinMerge pull request #294 from nico/fastercanonpath
2012-05-04 Nico WeberFirst check for string end, then dereference. (5ms...
2012-05-04 Nico WeberDo not access os.environ directly.
2012-05-04 Nico WeberLet configure.py remember its environment for rerunning.
2012-05-04 Nico WeberDon't walk path components twice. Speeds up Canonicaliz...
2012-05-04 Nico WeberReorder a few lines, no functionality (or perf) change.
2012-05-04 Nico WeberSkip single '/' characters earlier in the loop. 300ms...
2012-05-04 Nico WeberSpeed up CanonicalizePath() 6.8% (322ms -> 300ms for...
2012-05-02 Evan Martinclarify a flag in configure.py
2012-05-02 Evan Martinadd $: to docs
2012-05-02 Evan MartinMerge pull request #291 from nico/ocd
2012-05-02 Evan MartinMerge pull request #290 from nico/metrics
2012-05-02 Evan MartinMerge pull request #284 from nico/fixwinbuild
2012-05-02 Evan MartinMerge pull request #283 from tfarina/string-ampersand
2012-05-02 Nico WeberFix layout width in ninja_syntax.py.
2012-05-01 Nico WeberAdd .ninja_log load time to metrics.
2012-05-01 Evan MartinMerge pull request #288 from nico/buildfix
2012-05-01 Nico Weberninja_syntax.build() returns a list, not a single string.
2012-04-30 Evan MartinMerge pull request #285 from nico/winninjatest
2012-04-30 Evan MartinMerge pull request #287 from nico/gtestnortti
2012-04-30 Nico WeberExplicitly pass -DGTEST_HAS_RTTI to fix building ninja_...
2012-04-30 Nico WeberBuild without RTTI on windows (/GR-), saves 1kB and...
2012-04-30 Nico WeberProvide 'ninja' as alias for 'ninja.exe' too. Tidy up.
2012-04-30 Nico WeberProvide 'ninja_test' as alias for 'ninja_test.exe'...
2012-04-30 Nico WeberFix Windows build.
2012-04-28 Thiago FarinaPut & operator with the type rather than the variable...
2012-04-28 Evan MartinMerge pull request #274 from polrop/max_load_average
2012-04-28 Evan Martinemacs: hook up ninja-mode to extension
2012-04-28 Evan MartinMerge pull request #282 from iwadon/fix-link-to-gplus
2012-04-28 Hiroyuki IwatsukiFix a link to Google+.
2012-04-27 Evan Martinrearrange the manual
2012-04-27 Evan Martinmanual: limit width to 45em
2012-04-26 Evan Martinsuggest ninja -h when someone runs 'ninja help'
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-19 Nicolas DespresAdd -l N option to limit the load average.
2012-04-19 Nicolas DespresRemove trailing white spaces.
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...
next