aboutsummaryrefslogtreecommitdiff
path: root/configure.py
AgeCommit message (Expand)Author
2020-07-08Merge upstream commit '2e646457' into masterDan Willemsen
2019-05-01Merge commit '5a78423193c48cae4800eb1ec44b62d14ae03920' into masterDan Willemsen
2019-04-18Teach DependencyScan to load a dyndep fileBrad King
2019-04-18Add a parser for a new "dyndep" file formatBrad King
2019-04-18Factor out a base class of ManifestParserBrad King
2019-04-17Remove trailing whitespace from all filesJan Niklas Hasse
2019-03-22Parallelize ninja manifest loadingRyan Prichard
2019-03-22Add a thread pool that executes batchesRyan Prichard
2019-03-22configure.py: enable C++11 and threadsRyan Prichard
2018-11-07Fix older VS compatibility issues and PDB files generation issue. (#1435)ikifof
2018-11-05Merge pull request #1326 from 0-wiz-0/masterJan Niklas Hasse
2018-08-02Port to AIX platform.Vasili Skurydzin
2018-05-14Add frontend option for build status outputColin Cross
2018-05-14Add a tiny protobuf implementationColin Cross
2018-05-14Turn BuildStatus into an interfaceColin Cross
2018-04-06Honor CXXFLAGS in configure.pyRyan Schmidt
2017-09-10Add NetBSD in another clause.Thomas Klausner
2017-06-10Add support for DragonFly.Imre Vadász
2017-04-26Add string_piece_utilTakuto Ikuta
2017-04-12Add clparser_perftestTakuto Ikuta
2017-02-04Need this to build on vs2017Refael Ackermann
2016-09-15FreeBSD supports ppoll(2)Pietro Cerutti
2016-04-05Make deps=msvc experimentally available on non-Windows.Nico Weber
2016-02-05Merge pull request #1106 from nico/winfixNico Weber
2016-02-05win: Only drop /showIncludes in bootstrap builds.Nico Weber
2016-02-05MSVC: disable warning about constant conditional expressionsFrank Benkstein
2016-01-25fix for localized version of cl.exesphawk
2015-11-17when building with cwd = source root, use relative pathsEvan Martin
2015-11-17rename the build-file variable $sourcedir to $rootEvan Martin
2015-11-17put warning flags togetherEvan Martin
2015-11-17improve docs generation, including PDF outputEvan Martin
2015-11-11Merge pull request #1007 from mikesep/aixEvan Martin
2015-11-11Try to fix #685Nico Weber
2015-10-22Separate bootstrapped build from final buildMike Seplowitz
2015-08-26Don't output null.o during configureScott Graham
2015-08-19Fix getopt for AIXMike Seplowitz
2015-08-19Implement GetLoadAverage on AIX using libperfstatMike Seplowitz
2015-08-19Start AIX portMike Seplowitz
2015-08-09Set _HAS_EXCEPTIONS=0 on MSVCScott Graham
2015-06-22Fix bootstrap from a source path containing spaces.Jason Haslam
2015-06-22Search for generated headers relative to build dir.Jason Haslam
2015-06-22Allow configure script to bootstrap out of source.Jason Haslam
2015-06-22Revert "Bootstrap out of source"Nico Weber
2015-05-26Search for generated headers relative to build dir.Jason Haslam
2015-05-26Allow configure script to bootstrap out of source.Jason Haslam
2015-03-10Remove option no longer needed now that we don't use gtest.Nico Weber
2015-03-10Simplify. No behavior change.Nico Weber
2015-03-09Make diagnostics colored with new gccs (4.9+) too.Nico Weber
2015-03-08Test for Clang by checking --versionRyan Gonzalez
2014-12-31Fix compilation errors on Visual Studio 2015 (_MSC_VER 1900).Beren Minor