summaryrefslogtreecommitdiff
path: root/configure.py
Commit message (Expand)AuthorAgeFilesLines
* Use python3 in all run linesNico Weber2023-01-101-3/+1
* Merge pull request #2086 from randomascii/compiler_detectJan Niklas Hasse2022-10-231-0/+9
|\
| * Merge branch 'master' into compiler_detectJan Niklas Hasse2022-08-221-3/+17
| |\
| * | Fix function and parameter names, and commentBruce Dawson2022-03-091-4/+4
| * | Merge branch 'ninja-build:master' into compiler_detectBruce Dawson2022-02-161-2/+2
| |\ \
| * | | Improve error messages when VS cannot be foundBruce Dawson2021-07-261-0/+9
* | | | Increase required version of re2c to 0.15.3Sebastian Grabowski2022-10-111-2/+2
| |_|/ |/| |
* | | Merge pull request #2139 from ken-matsui/support-building-libninja-re2c-on-co...Jan Niklas Hasse2022-08-221-3/+13
|\ \ \
| * | | Support building `libninja-re2c.a` on `configure.py`Ken Matsui2022-05-311-3/+13
| | |/ | |/|
* | | Build ninja with C++11 (#2089)Bruce Dawson2022-06-161-0/+4
|/ /
* | Disable re2c from embedding the version number in the source fileMarc-Antoine Ruel2021-12-311-1/+1
* | Merge pull request #1983 from sgraham/masterJan Niklas Hasse2021-08-251-1/+1
|\ \ | |/ |/|
| * win: Use cl /help to test for /FS requirementScott Graham2021-06-121-1/+1
* | compdb: escape control characters in JSON stringsLi-Yu Yu2021-07-221-0/+2
|/
* Merge pull request #1331 from ilor/missingdeps3Jan Niklas Hasse2021-02-231-0/+2
|\
| * Add a -t missingdeps tool to detect some classes of build flakesTomasz Śniatowski2021-02-221-0/+2
* | Turn BuildStatus into an interfaceColin Cross2020-12-181-0/+2
|/
* Fix test crashes on AIXKevin Adler2020-11-131-0/+5
* Use c++ instead of g++Krzysztof Leśniak2020-08-011-1/+1
* Replace references to README with README.mdMike Gilbert2020-03-201-1/+1
* Fix warnings on mingw buildHelenerineium2019-11-231-1/+1
* Fix MinGW bootstrap build by applying the fix in appveyor.yml permanently.Colin Finck2019-08-261-1/+1
* Enable build on IBM i platform (#1630)ThePrez2019-08-091-1/+6
* Update WIN32_WINNT from 0x0501 (Windows XP) to 0x0601 (Windows 7) to support ...Jesse McKenna2019-07-231-1/+1
* Teach DependencyScan to load a dyndep fileBrad King2019-04-181-0/+1
* Add a parser for a new "dyndep" file formatBrad King2019-04-181-0/+2
* Factor out a base class of ManifestParserBrad King2019-04-181-0/+1
* Remove trailing whitespace from all filesJan Niklas Hasse2019-04-171-1/+1
* Fix older VS compatibility issues and PDB files generation issue. (#1435)ikifof2018-11-071-8/+15
* Merge pull request #1326 from 0-wiz-0/masterJan Niklas Hasse2018-11-051-1/+1
|\
| * Add NetBSD in another clause.Thomas Klausner2017-09-101-1/+1
* | Port to AIX platform.Vasili Skurydzin2018-08-021-0/+5
* | Honor CXXFLAGS in configure.pyRyan Schmidt2018-04-061-1/+5
|/
* Add support for DragonFly.Imre Vadász2017-06-101-3/+7
* Add string_piece_utilTakuto Ikuta2017-04-261-0/+2
* Add clparser_perftestTakuto Ikuta2017-04-121-15/+11
* Need this to build on vs2017Refael Ackermann2017-02-041-1/+1
* FreeBSD supports ppoll(2)Pietro Cerutti2016-09-151-1/+1
* Make deps=msvc experimentally available on non-Windows.Nico Weber2016-04-051-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 pathsconfigureEvan 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-111-12/+39
|\
| * Separate bootstrapped build from final buildMike Seplowitz2015-10-221-10/+23
| * Fix getopt for AIXMike Seplowitz2015-08-191-0/+2