version 1.1.0
[platform/upstream/ninja.git] / src / ninja.cc
2012-12-29 Evan Martinversion 1.1.0 v1.1.0
2012-12-29 Evan MartinMerge pull request #455 from azuk/master
2012-12-13 Evan MartinMerge pull request #461 from riannucci/global_section
2012-11-27 Evan MartinMerge pull request #464 from tfarina/clang-warning
2012-11-27 Thiago FarinaFix clang warning.
2012-11-12 Evan MartinMerge pull request #459 from maximuska/proposed/refacto...
2012-11-12 Evan MartinMerge pull request #443 from tfarina/disk-interface...
2012-11-12 Evan MartinMerge pull request #454 from nico/tweak
2012-11-09 Evan MartinMerge pull request #458 from rgeary1/minor
2012-11-09 Maxim Kalaevrefactoring: decompose CollectTargetsFromArgs
2012-11-09 Richard GearyExit status = 2 if user presses ctrl-c
2012-10-17 Evan MartinMerge pull request #441 from tfarina/missing-virtual
2012-10-17 Thiago FarinaAdd missing 'virtual' annotation to ReadFile() override.
2012-10-10 Thiago FarinaAllocate disk_interface near where it's needed.
2012-10-02 Evan MartinMerge pull request #436 from tfarina/dry-run-unnamed...
2012-09-30 Evan MartinMerge pull request #433 from polrop/fix-help-option
2012-09-27 Nicolas DespresDon't say -h is invalid whereas it is supported.
2012-09-21 Evan MartinMerge pull request #427 from jonforums/jf/mingw-n-msvc
2012-09-20 JonGive MinGW builds MSVC build helper superpowers
2012-09-14 Evan MartinMerge pull request #416 from nico/slide
2012-09-14 Evan MartinMerge pull request #415 from nico/getopt
2012-09-14 Nico WeberClean up getopt_long call.
2012-09-13 Evan Martinversion 1.0.0 v1.0.0
2012-09-13 Evan Martinmark msvc-helper as experimental
2012-09-13 Evan Martinwindows: merge msvc-helper into ninja.exe itself
2012-09-07 Evan Martindrop special case for msvc bucket count
2012-09-06 Evan MartinMerge pull request #408 from nico/fix
2012-09-06 Evan Martinallow tools to specify when they run (before/after...
2012-09-05 Evan Martinfactor out metrics dump from ninja main
2012-09-05 Evan Martinfactor out build log load from main
2012-09-05 Evan Martinrearrange tool-picking logic
2012-09-04 Evan Martinreduce indent
2012-09-04 Evan Martinmove BuildConfig out of globals
2012-09-04 Evan Martinremove DiskInterface from globals
2012-09-04 Evan Martinmove BuildLog to DependencyScan
2012-09-04 Evan Martinpass Builder as arg to build-running functions
2012-09-02 Evan Martinremove config from BuildLog, rename members
2012-08-17 Evan Martinmake it more explicit that a bad build log causes us...
2012-08-17 Evan MartinMerge pull request #401 from syntheticpp/win-network...
2012-08-13 Evan MartinMerge branch 'master' of github.com:martine/ninja
2012-08-13 Evan Martinrename -V to --version and clean up --help output
2012-08-08 Evan Martinfix windows build
2012-08-07 Evan Martinuse DiskInterface to create the build directory
2012-08-01 Evan MartinMerge branch 'factor-elide-middle' of git://github...
2012-07-28 Evan Martinuse chdir() define from util.h
2012-07-28 Evan Martinmove processor-count code to util.cc
2012-07-28 Evan Martinnote that -l doesn't work on windows
2012-07-27 Evan MartinMerge pull request #378 from syntheticpp/msvc-fixes
2012-07-27 Peter Kümmelalso build with msvc
2012-07-27 Evan MartinMerge branch 'master' of github.com:martine/ninja
2012-07-27 Evan MartinMerge pull request #352 from tfarina/string-piece-private
2012-07-27 Evan Martinrearrange minidump patch to match ninja code style
2012-07-27 Evan MartinMerge branch 'set_terminate' of git://github.com/gmoudr...
2012-07-27 Evan MartinMerge pull request #351 from syntheticpp/rate
2012-07-25 Evan MartinMerge pull request #368 from nico/toolpipe
2012-07-25 Nico WeberDon't print 'Entering directory' when running tools.
2012-07-17 Evan MartinMerge pull request #340 from sgraham/fix-win-build
2012-07-15 Evan Martinmark release 120715 release-120715
2012-07-09 Evan MartinMerge pull request #357 from tfarina/manifest-parser
2012-07-09 Thiago FarinaRename parsers.* to manifest_parser.*
2012-05-09 Evan MartinMerge pull request #307 from sgraham/nul-input
2012-05-08 Evan Martininclude version number
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 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-02 Evan MartinMerge pull request #283 from tfarina/string-ampersand
2012-04-28 Evan MartinMerge pull request #274 from polrop/max_load_average
2012-04-26 Evan Martinsuggest ninja -h when someone runs 'ninja help'
2012-04-26 Jiri MoudryChanged #ifdef _WIN32 to #ifdef _MSC_VER to make sure...
2012-04-26 Evan MartinMerge pull request #278 from tychoish/master
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-19 Nicolas DespresAdd -l N option to limit the load average.
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 MartinMerge pull request #263 from mathstuf/dev/gcc-470-build...
2012-03-28 Ben BoeckelInclude unistd.h where needed
2012-03-28 Jiri MoudryImprove handling of fatal errors on Windows, support...
2012-03-08 Evan MartinMerge pull request #235 from fischman/ppoll
2012-03-08 Evan MartinMerge pull request #239 from pcc/enotdir
2012-03-06 Evan Martinmake urtle fit on 24-line terminal
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 CollingbourneGive a useful hint if the user runs "ninja clean" and...
2012-03-02 Evan MartinMerge pull request #231 from pcc/exit-cleanup-modified
2012-03-01 Evan Martinadd an "urtle" tool
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-14 Evan MartinMerge pull request #176 from pcc/exit-cleanup
2012-02-04 Peter CollingbourneIf a command fails, wait for all running commands to...
2012-01-29 Evan MartinMerge pull request #199 from qhuo/create-process
next