bootstrap: make --windows usable for cl.exe-on-wine
[platform/upstream/ninja.git] / bootstrap.py
2013-04-11 Evan Martinbootstrap: make --windows usable for cl.exe-on-wine
2013-04-09 Evan MartinMerge pull request #535 from sgraham/fix-windows-depslog
2013-04-09 Scott Grahamfix windows build after depslog
2013-04-09 Evan MartinMerge branch 'dep-pipeless'
2013-04-08 Evan Martinwindows: drop use of msvc helper in build
2013-03-11 Evan MartinMerge pull request #513 from fifoforlifo/master
2013-03-10 Evan MartinMerge pull request #512 from pcc/compilation-database
2013-03-10 Evan MartinMerge pull request #499 from lht/patch-1
2013-03-10 Evan MartinMerge pull request #503 from mo/fix_typo_20130219
2013-03-10 Evan MartinMerge pull request #504 from benvanik/master
2013-02-20 Ben VanikAdd a check for the VC++ 2012-style 64-bit path.
2013-01-27 Evan MartinMerge pull request #485 from petrh/fedora-rpmbuild
2013-01-17 Evan MartinMerge pull request #484 from TheOneRing/fix_mingw
2013-01-12 Patrick von Rethif windows and not msvc, set platform to mingw
2012-12-29 Evan Martinadd a TODO from a pull request
2012-12-29 Evan MartinMerge pull request #455 from azuk/master
2012-11-12 Evan MartinMerge pull request #443 from tfarina/disk-interface...
2012-11-09 Evan MartinMerge pull request #458 from rgeary1/minor
2012-11-09 Hannu KoivistoAdd --windows option to bootstrap.py
2012-10-23 Evan Martinfix bad merge
2012-10-23 Evan Martinbootstrap: fail more gracefully if gcc isn't available
2012-10-21 Evan MartinMerge pull request #450 from zchothia/zc/py3k
2012-10-19 Zaheer ChothiaPython scripts: use built-in print function.
2012-10-18 Zaheer ChothiaAdd support for Python 3
2012-09-13 Evan Martinwindows: merge msvc-helper into ninja.exe itself
2012-08-17 Evan MartinMerge pull request #401 from syntheticpp/win-network...
2012-08-15 Evan Martinadd a helper binary for wrapping cl.exe
2012-08-10 Matthew Woehlkefix syntax errors in bootstrap.py
2012-08-10 Evan Martinrefactor
2012-08-10 Matthew Woehlkeadd bootstrap option to force 64-bit
2012-08-10 Evan Martinwindows bootstrap: clean up object files
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 Martinrename subprocess.cc to reflex its posixness
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-27 Evan Martinbootstrap: set _WIN32_WINNT to WinXP for mingw
2012-07-27 Evan Martinwrap at 80 columns
2012-07-03 Evan MartinMerge pull request #313 from wolfp/restat_missing_input
2012-06-17 Evan MartinMerge pull request #316 from tfarina/struct
2012-06-16 Evan MartinMerge pull request #333 from jonforums/no-main-multi...
2012-06-16 JonPrevent multiple definition link error
2012-06-15 Evan MartinMerge pull request #328 from nico/canonperf
2012-06-12 Evan MartinMerge pull request #325 from luvit/fix-path-magic
2012-06-11 Brandon Philipsbootstrap: fix path magic on windows
2012-06-10 Evan MartinMerge pull request #323 from luvit/bootstrap-from-cwd
2012-06-10 Brandon Philipsbootstrap: chdir to bootstrap's directory
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