summaryrefslogtreecommitdiffstats
path: root/configure.py
Commit message (Expand)AuthorAgeFilesLines
* share platform support between configure/bootstrapPatrick von Reth2013-04-301-43/+34
* fix --profile=pprof on newer ubuntusEvan Martin2013-04-181-1/+2
* try again on vs2012 build fixesScott Graham2013-04-111-1/+2
* build ninja itself in deps modeEvan Martin2013-04-101-1/+1
* Merge branch 'dep-pipeless'Evan Martin2013-04-091-9/+5
|\
| * rename "special" to "deps"Evan Martin2013-04-081-1/+1
| * windows: drop use of msvc helper in buildEvan Martin2013-04-081-9/+3
| * add DepsLog, a new data structure for dependency informationEvan Martin2013-04-081-0/+2
* | move single-line printing to new classNico Weber2013-04-091-0/+1
* | Make gtest output more silent, ninja issue #528.Nico Weber2013-04-091-3/+1
|/
* move from asciidoc html to asciidoc -> docbook -> htmlEvan Martin2013-02-171-3/+8
* add syntax for checking versionsEvan Martin2013-02-161-1/+2
* always set GTEST_HAS_RTTI=0 in all testing codeEvan Martin2012-12-301-8/+6
* wrap some overlong linesEvan Martin2012-12-291-1/+3
* fix test build under clang/system gtestEvan Martin2012-12-291-4/+8
* Python scripts: use built-in print function.Zaheer Chothia2012-10-191-11/+5
* Add support for Python 3Zaheer Chothia2012-10-181-3/+11
* Fix two spelling errorsMartin Olsson2012-10-031-1/+1
* packaging: refactored rpm buildingMaxim Kalaev2012-09-231-15/+3
* Silence bothersome warning from -WextraJon2012-09-201-0/+1
* Give MinGW builds MSVC build helper superpowersJon2012-09-201-5/+6
* windows: merge msvc-helper into ninja.exe itselfEvan Martin2012-09-131-14/+7
* Fix re2c detection which breaks win32 w/ gnuwin32Robert A. Iannucci Jr2012-09-111-4/+4
* add solaris platform definitionsAlex Caudill2012-09-071-2/+4
* disable a new warning that popped up on WindowsEvan Martin2012-09-071-0/+2
* show all in graphEvan Martin2012-09-041-1/+1
* fix --debug for glibc pedantic modeEvan Martin2012-09-041-0/+1
* windows: pass /Zi to gtest compile as wellEvan Martin2012-08-241-1/+1
* drop HACKING from doxygenEvan Martin2012-08-161-1/+1
* use 4 space tabs in configure.py, warn on re2c missingEvan Martin2012-08-161-13/+14
* Only write re2c rules if a re2c binary is found in the PATH.Nico Weber2012-08-161-6/+16
* add a helper binary for wrapping cl.exeEvan Martin2012-08-151-2/+16
* create phony rules for all binariesEvan Martin2012-08-131-5/+3
* add functions for normalizing win32 include pathsScott Graham2012-08-121-1/+3
* doc some cl.exe flags in the configure scriptEvan Martin2012-08-121-2/+7
* add a module for working with MSVC (cl.exe) behaviorEvan Martin2012-08-121-0/+3
* use correct path separator for --with-gtest sourceEvan Martin2012-08-121-2/+2
* windows: fix integer truncation issues for helper binariesEvan Martin2012-08-101-0/+3
* rename subprocess.cc to reflex its posixnessEvan Martin2012-07-271-1/+1
* rearrange minidump patch to match ninja code styleEvan Martin2012-07-271-1/+3
* mingw: specify _WIN32_WINNT also in configure.pyEvan Martin2012-07-271-0/+2
* mingw: fix quoting of -DNINJA_PYTHONEvan Martin2012-07-271-3/+3
* packaging: added basic RPM buildingMaxim Kalaev2012-07-271-0/+20
* windows: get correct path for ninja_syntaxEvan Martin2012-07-171-1/+1
* Merge pull request #340 from sgraham/fix-win-buildEvan Martin2012-07-171-2/+2
|\
| * fix win32 compile, fix BuildLogTest.WriteRead on 2nd runScott Graham2012-06-191-2/+2
* | Rename parsers.* to manifest_parser.*Thiago Farina2012-07-091-2/+2
|/
* fix quoting thinkoEvan Martin2012-06-161-1/+1
* rearrange shell quoting in configure.pyEvan Martin2012-06-161-3/+12
* Add a hash collision benchmark.Nico Weber2012-06-151-11/+10