aboutsummaryrefslogtreecommitdiff
path: root/bootstrap.py
AgeCommit message (Expand)Author
2014-11-18drop bootstrap.pyEvan Martin
2013-10-26Wrap to 79 colums. No functionality change.Nico Weber
2013-06-29support BitrigDavid Hill
2013-05-23Added bootstrap/configure option to force pselectTobias Hieta
2013-05-14delete obsolete todoEvan Martin
2013-05-01Add support for OpenBSD.Matthew Dempsky
2013-04-30share platform support between configure/bootstrapPatrick von Reth
2013-04-11bootstrap: make --windows usable for cl.exe-on-wineEvan Martin
2013-04-09fix windows build after depslogScott Graham
2013-04-08windows: drop use of msvc helper in buildEvan Martin
2013-02-19Add a check for the VC++ 2012-style 64-bit path.Ben Vanik
2013-01-12if windows and not msvc, set platform to mingwPatrick von Reth
2012-12-29add a TODO from a pull requestEvan Martin
2012-11-09Add --windows option to bootstrap.pyHannu Koivisto
2012-10-23fix bad mergeEvan Martin
2012-10-23bootstrap: fail more gracefully if gcc isn't availableEvan Martin
2012-10-19Python scripts: use built-in print function.Zaheer Chothia
2012-10-18Add support for Python 3Zaheer Chothia
2012-09-13windows: merge msvc-helper into ninja.exe itselfEvan Martin
2012-08-14add a helper binary for wrapping cl.exeEvan Martin
2012-08-10fix syntax errors in bootstrap.pyMatthew Woehlke
2012-08-10refactorEvan Martin
2012-08-10add bootstrap option to force 64-bitMatthew Woehlke
2012-08-10windows bootstrap: clean up object filesEvan Martin
2012-07-27rename subprocess.cc to reflex its posixnessEvan Martin
2012-07-27bootstrap: set _WIN32_WINNT to WinXP for mingwEvan Martin
2012-07-27wrap at 80 columnsEvan Martin
2012-06-16Prevent multiple definition link errorJon
2012-06-11bootstrap: fix path magic on windowsBrandon Philips
2012-06-09bootstrap: chdir to bootstrap's directoryBrandon Philips
2012-05-23Use subprocess.call for Python 2.4 compatibilityElliott Hird
2012-04-10Merge pull request #265 from mathstuf/dev/verbose-bootstrapEvan Martin
2012-03-30Allow the bootstrap to be verboseBen Boeckel
2012-03-16Add NOMINMAX macro to fix a compilation error on Win32Petr Wolf
2012-01-22windows: use _WIN32 define everywhereEvan Martin
2012-01-09configure.py: make CC='command with args' workCraig Schlenter
2012-01-04don't attempt to build browse.* in bootstrap modeEvan Martin
2012-01-04windows: more build fixesScott Graham
2012-01-03windows: make bootstrap.py/configure.py work with MSVCScott Graham
2011-12-27rearrange the new bootstrap.pyEvan Martin
2011-12-15Rewrite the bootstrap script in PythonElliott Hird