Merge pull request #311 from nico/cleanups
[platform/upstream/ninja.git] / bootstrap.py
2012-06-04 Evan MartinMerge pull request #311 from nico/cleanups
2012-05-23 Evan MartinMerge pull request #314 from ehird/master
2012-05-23 Elliott HirdUse subprocess.call for Python 2.4 compatibility
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-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-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-16 Petr WolfAdd NOMINMAX macro to fix a compilation error on Win32
2012-01-29 Evan MartinMerge pull request #199 from qhuo/create-process
2012-01-22 Evan Martinwindows: use _WIN32 define everywhere
2012-01-09 Craig Schlenterconfigure.py: make CC='command with args' work
2012-01-05 Evan MartinMerge pull request #185 from nico/vim
2012-01-04 Evan Martindon't attempt to build browse.* in bootstrap mode
2012-01-04 Evan MartinMerge pull request #175 from nornagon/escape-in-out
2012-01-04 Evan MartinMerge pull request #186 from evanj/master
2012-01-04 Scott Grahamwindows: more build fixes
2012-01-04 Scott Grahamwindows: make bootstrap.py/configure.py work with MSVC
2011-12-27 Evan Martinrearrange the new bootstrap.py
2011-12-27 Evan MartinMerge branch 'master' of git://github.com/ehird/ninja
2011-12-15 Elliott HirdRewrite the bootstrap script in Python