summaryrefslogtreecommitdiffstats
path: root/configure.py
Commit message (Expand)AuthorAgeFilesLines
* Add NOMINMAX macro to fix a compilation error on Win32Petr Wolf2012-03-161-1/+1
* drop rtti via -fno-rtti; we don't use itEvan Martin2012-03-061-0/+1
* Fixes the build on OpenIndianaClint Moore2012-02-071-0/+2
* windows: Disable warning C4819okuoku2012-02-031-1/+1
* windows: use _WIN32 define everywhereEvan Martin2012-01-221-1/+1
* windows: always generate PDBScott Graham2012-01-141-4/+5
* enable libstd++ debugging in debug modeEvan Martin2012-01-131-1/+3
* windows: make ninja_test buildFrances Buontempo2012-01-131-1/+3
* build gtest with -fvisibility=hidden as wellEvan Martin2012-01-121-2/+3
* add a '-d stats' flag for detailed timingsEvan Martin2012-01-051-0/+1
* warn on accidental args to configureEvan Martin2012-01-051-0/+3
* windows: more build fixesScott Graham2012-01-041-1/+1
* windows: make bootstrap.py/configure.py work with MSVCScott Graham2012-01-041-30/+75
* switch the core ninja parser to use re2c for the lexerEvan Martin2011-12-291-3/+5
* add an "all" target to build all binariesEvan Martin2011-12-281-5/+14
* Merge branch 'master' of git://github.com/ehird/ninjaEvan Martin2011-12-271-2/+6
|\
| * Support non-standard Python executable namesElliott Hird2011-12-141-2/+6
* | Put the list of core source files in alphabetical order.Thiago Farina2011-12-201-3/+12
* | inline gtest to simplify windows buildEvan Martin2011-12-201-16/+23
* | fix mingw cross-compileEvan Martin2011-12-201-2/+6
* | handle backslashes and isolated colons in depfile parserEvan Martin2011-12-191-1/+1
* | split out depfile parser tests into new fileEvan Martin2011-12-191-0/+1
|/
* use re2c to parse depfilesEvan Martin2011-12-071-1/+9
* merge StatCache into StateEvan Martin2011-12-071-1/+1
* more whitespace in build outputEvan Martin2011-12-051-0/+1
* disable the 'unused parameter' warningEvan Martin2011-12-051-1/+4
* Merge pull request #150 from luislavena/mingw-no-visibilityEvan Martin2011-12-051-0/+1
|\
| * visibility=hidden should not be used for WindowsLuis Lavena2011-12-051-0/+1
* | Use g++'s -static option instead of specific libsLuis Lavena2011-12-051-1/+1
|/
* configure.py: windows updatesEvan Martin2011-12-021-25/+28
* Revert "Merge pull request #143 from cipriancraciun/patches/python2"Evan Martin2011-11-251-1/+1
* Fixed Python 2 scripts prologue (i.e. `#!/usr/bin/env python2`).Ciprian Dorin, Craciun2011-11-221-1/+1
* Add -Wextra warning flag.Nicolas Despres2011-11-191-1/+1
* Fix duplicated list of profilers.Nicolas Despres2011-11-191-1/+1
* fix TODO: correct dependencies for inline.shEvan Martin2011-11-131-4/+2
* Add a EditDistance() function based on the one in llvm/lib/Support/StringRef....Nico Weber2011-11-131-2/+4
* Implement generator rulesPeter Collingbourne2011-10-151-1/+2
* Disable assertion checks unless --debug is enabledPeter Collingbourne2011-09-241-1/+1
* delete .a files before adding to them with arEvan Martin2011-09-141-1/+1
* Split ninja_test.cc into state_test.cc and disk_interface_test.ccThiago Farina2011-09-111-3/+11
* link gtest code with -lpthreadEvan Martin2011-09-091-1/+1
* Move EvalString tests to eval_env_test.ccThiago Farina2011-09-091-2/+2
* Merge branch 'master' of github.com:martine/ninjaEvan Martin2011-09-081-3/+3
|\
| * Merge pull request #96 from tfarina/disk-interface-testEvan Martin2011-09-071-3/+3
| |\
| | * Move DiskInterfaceTest into its own source file.Thiago Farina2011-09-071-3/+3
* | | allow --with-gtest flag to use unpacked gtest dirEvan Martin2011-09-071-9/+26
|/ /
* | preserve configure.py params across re-runsEvan Martin2011-09-061-1/+4
* | build only the main binary by defaultEvan Martin2011-09-061-0/+4
* | make --profile take an argument to use either gmon or google-pprofEvan Martin2011-09-061-3/+7
|/
* Factor out State struct from ninja_jumble.cc into its header/source files.Thiago Farina2011-09-031-2/+1