summaryrefslogtreecommitdiffstats
path: root/configure.py
Commit message (Expand)AuthorAgeFilesLines
* FreeBSD supports ppoll(2)Pietro Cerutti2016-09-151-1/+1
* Make deps=msvc experimentally available on non-Windows.Nico Weber2016-04-061-0/+2
* Merge pull request #1106 from nico/winfixNico Weber2016-02-051-5/+3
|\
| * win: Only drop /showIncludes in bootstrap builds.Nico Weber2016-02-051-5/+3
* | MSVC: disable warning about constant conditional expressionsFrank Benkstein2016-02-051-0/+2
* | fix for localized version of cl.exesphawk2016-01-251-1/+1
* | when building with cwd = source root, use relative pathsEvan Martin2015-11-171-1/+6
* | rename the build-file variable $sourcedir to $rootEvan Martin2015-11-171-6/+6
* | put warning flags togetherEvan Martin2015-11-171-1/+1
* | improve docs generation, including PDF outputEvan Martin2015-11-171-3/+9
|/
* Merge pull request #1007 from mikesep/aixEvan Martin2015-11-121-12/+39
|\
| * Separate bootstrapped build from final buildMike Seplowitz2015-10-221-10/+23
| * Fix getopt for AIXMike Seplowitz2015-08-191-0/+2
| * Implement GetLoadAverage on AIX using libperfstatMike Seplowitz2015-08-191-0/+3
| * Start AIX portMike Seplowitz2015-08-191-2/+11
* | Try to fix #685Nico Weber2015-11-111-1/+1
* | Don't output null.o during configureScott Graham2015-08-271-1/+2
|/
* Set _HAS_EXCEPTIONS=0 on MSVCScott Graham2015-08-101-0/+1
* Fix bootstrap from a source path containing spaces.Jason Haslam2015-06-221-2/+6
* Search for generated headers relative to build dir.Jason Haslam2015-06-221-0/+3
* Allow configure script to bootstrap out of source.Jason Haslam2015-06-221-7/+10
* Revert "Bootstrap out of source"Nico Weber2015-06-221-13/+7
* Search for generated headers relative to build dir.Jason Haslam2015-05-261-0/+3
* Allow configure script to bootstrap out of source.Jason Haslam2015-05-261-7/+10
* Remove option no longer needed now that we don't use gtest.Nico Weber2015-03-101-1/+0
* Simplify. No behavior change.Nico Weber2015-03-101-2/+1
* Make diagnostics colored with new gccs (4.9+) too.Nico Weber2015-03-091-3/+6
* Test for Clang by checking --versionRyan Gonzalez2015-03-091-2/+6
* Fix compilation errors on Visual Studio 2015 (_MSC_VER 1900).Beren Minor2014-12-311-0/+2
* configure: add a verbose modeBen Boeckel2014-12-111-4/+13
* Make configure.py work with Python. Fixes issue #877.Nico Weber2014-12-031-1/+1
* Fix Windows build after #862. Thanks to @harig for the report.Nico Weber2014-11-221-1/+1
* Merge pull request #862 from nico/browseNico Weber2014-11-221-4/+5
|\
| * Make browse detection consistent with other platform checks.Nico Weber2014-11-211-4/+5
* | Remove now-unused variable test_libs.Nico Weber2014-11-221-2/+1
* | Stop linking pthread.Nico Weber2014-11-221-2/+0
|/
* Remove duplicate import. No behavior change.Nico Weber2014-11-211-1/+0
* merge platform_helper into configure scriptEvan Martin2014-11-181-10/+76
* add a --bootstrap mode for configure.pyEvan Martin2014-11-181-7/+121
* Merge pull request #842 from nico/solarisNico Weber2014-11-141-1/+1
|\
| * Fix building on Solaris.Nico Weber2014-11-011-1/+1
* | Make sure configure.py and ninja.cc always agree on if -t browse is included.Nico Weber2014-11-141-1/+5
* | Remove unused variables.Nico Weber2014-11-141-4/+1
|/
* Make auto-reconfiguring work if CFLAGS contains more than one flag.Nico Weber2014-09-191-1/+3
* Use a small, standalone testing framework instead of googletest.Nico Weber2014-09-181-28/+3
* create a slightly nicer build.ninja on windowsNico Weber2014-06-151-1/+1
* Add a simple manifest parsing perftest.Nico Weber2014-04-171-3/+6
* Rename parser_perftest to depfile_parser_perftest.Nico Weber2014-04-161-2/+2
* configure.py: use /FS flag under vs2013 when compiling gtestNicholas Hutchinson2014-01-091-1/+4
* Wrap to 79 colums. No functionality change.Nico Weber2013-10-271-4/+8