platform/upstream/ninja.git
2012-06-10 Brandon Philipsbootstrap: chdir to bootstrap's directory
2012-06-07 Evan MartinMerge pull request #306 from nico/winunbreakconf
2012-06-05 Nico WeberFix configure.py on windows, which does not permit...
2012-06-04 Evan MartinMerge pull request #311 from nico/cleanups
2012-06-02 Evan MartinMerge pull request #321 from nico/diff
2012-06-02 Nico WeberRemove code that was never executed.
2012-06-02 Evan MartinMerge pull request #320 from nico/cleanup
2012-06-02 Evan MartinMerge pull request #319 from nico/vimp
2012-06-01 Nico WeberRemove unused variable last_update_millis_.
2012-06-01 Nico WeberMake `:set spell` only check spelling in comments....
2012-06-01 Evan MartinMerge pull request #318 from jsternberg/master
2012-05-31 Jonathan SternbergMissing header file for "getenv".
2012-05-30 Jonathan SternbergRemoving unused sys/termios.h header.
2012-05-30 Jonathan SternbergHeader guards were missing from some header files.
2012-05-23 Evan MartinMerge pull request #314 from ehird/master
2012-05-23 Elliott HirdUse subprocess.call for Python 2.4 compatibility
2012-05-15 Evan MartinMerge pull request #312 from nico/vimfile
2012-05-14 Nico Webervim syntax file: Highlight ninja comments.
2012-05-13 Nico WeberMinor spelling fixes in manual.
2012-05-13 Nico Webercomment fix
2012-05-10 Evan MartinMerge pull request #310 from nico/landreader
2012-05-10 Evan MartinMerge pull request #309 from nico/buildlogtest
2012-05-10 Nico WeberSwitch LineReader from fgets() to just fread().
2012-05-10 Nico WeberPull BuildLog line reading into its own class. No perfo...
2012-05-10 Nico WeberAdd a BuildLog test that checks that very long command...
2012-05-10 Nico WeberAdd a BuildLog test that checks duplicate version heade...
2012-05-09 Evan MartinMerge pull request #307 from sgraham/nul-input
2012-05-09 Scott Grahampass subprocesses handle to nul device rather than...
2012-05-09 Evan MartinMerge pull request #305 from nico/winperftest
2012-05-09 Nico WeberMake parser_perftest and build_log_perftest link on...
2012-05-09 Evan MartinMerge pull request #304 from nico/perftest
2012-05-08 Nico WeberAdd a BuildLog loading perftest.
2012-05-08 Evan Martininclude version number
2012-05-08 Evan Martinclarify what i mean by "policy"
2012-05-08 Evan MartinMerge pull request #301 from nico/logfix
2012-05-08 Nico WeberDon't write ninja log header to log on every build...
2012-05-07 Evan MartinMerge pull request #297 from nico/colorclang
2012-05-07 Evan MartinMerge pull request #299 from tfarina/explicit-ctors
2012-05-06 Thiago Farinaviews: Mark single-argument constructors as explicit.
2012-05-06 Evan MartinMerge pull request #298 from tfarina/build-log-string
2012-05-06 Thiago FarinaNo need to convert log_path to c-string. Two places.
2012-05-05 Nico WeberProduce colored diagnostics when building ninja with...
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.
next