aboutsummaryrefslogtreecommitdiffstats
path: root/configure.py
Commit message (Expand)AuthorAgeFilesLines
* Script the Windows CI buildJack Lloyd2017-09-081-4/+4
* Adjust min version for non "based on LLVM" appleclangSimon Warta2017-09-071-1/+3
* Improve appleclang version logicSimon Warta2017-09-071-13/+11
* Rename variable xcode_version_to_clang -> appleclang_to_clang_versionSimon Warta2017-09-071-3/+3
* Do not fix number of digits in first appleclang version componentSimon Warta2017-09-071-1/+1
* Fix appleclang regex pattern to match dot onlySimon Warta2017-09-071-1/+1
* Fix appleclang version tableSimon Warta2017-09-071-1/+3
* Add some simple deductions of --cc given --cc-binJack Lloyd2017-09-051-2/+11
* Better phrasing in this log messageJack Lloyd2017-09-041-1/+1
* s/MAYOR/MAJOR/Jack Lloyd2017-09-021-2/+2
* Remove case cc_min_version == None in compatible_compilerSimon Warta2017-09-021-8/+4
* Rename --cc-version to --cc-min-versionSimon Warta2017-09-021-25/+27
* Implement --cc-versionSimon Warta2017-09-021-11/+32
* Use object list argument, other lint nitsJack Lloyd2017-08-311-4/+3
* Fix MSVC buildJack Lloyd2017-08-311-0/+3
* Add support for fuzzing with KLEEJack Lloyd2017-08-301-30/+47
* Add support for LLVM bitcode targetJack Lloyd2017-08-301-4/+17
* Further fixes to ci build scriptJack Lloyd2017-08-291-1/+1
* Create new fuzzer build modeJack Lloyd2017-08-251-32/+77
* Fix generating amalgamation under python3Jack Lloyd2017-08-251-3/+11
* Revert "configure.py: raise error when --prefix is not absolute path"Simon Warta2017-08-041-4/+0
* configure.py: raise error when --prefix is not absolute pathZoltan Gyarmati2017-08-041-0/+4
* Turn --destdir option into an environment variable, fixes #1101, fixes #996, ...Zoltan Gyarmati2017-08-041-2/+6
* Merge GH #1094 Add initial BearSSL providerJack Lloyd2017-08-021-1/+1
|\
| * BearSSL: Initial support and hash testsPatrick Wildt2017-07-051-1/+1
* | Log success/failure without early return in version_from_compiler_output()Simon Warta2017-07-311-3/+3
* | Use clang/mac code branch when cc_version is unsetSimon Warta2017-07-311-3/+3
* | Remove special case and early return for msvc matchingSimon Warta2017-07-311-8/+5
* | Use native compiler versioning of MSVCSimon Warta2017-07-311-9/+3
* | Explicitly handle negative cases in supported_compiler()Simon Warta2017-07-311-8/+13
* | Refactor supported_compilerSimon Warta2017-07-311-5/+12
* | Use _MSC_VER to get MSVC versionSimon Warta2017-07-301-4/+6
* | Adapt MSVC version regexp to non-english outputsSimon Warta2017-07-301-1/+1
* | Fix compiler version matching patternsSimon Warta2017-07-301-9/+7
* | Refactor and test compiler version detectionSimon Warta2017-07-301-34/+46
* | configure: explicitly concatenate stdout+stdderr for cc_putputSimon Warta2017-07-051-5/+6
|/
* Fixes for MSVC version detectionJack Lloyd2017-05-191-9/+23
* Change clang regex format to just look for major.minorJack Lloyd2017-05-191-1/+1
* Don't error out the build if compiler version does not match expected formatJack Lloyd2017-05-191-2/+3
* Merge GH #1043 Fix CMake generatorJack Lloyd2017-05-191-26/+59
|\
| * Fix StyleRyuhei Mori2017-05-071-32/+31
| * Fix StylesRyuhei Mori2017-05-061-11/+13
| * Fix CMake Generator for visual studioRyuhei Mori2017-05-061-16/+48
* | Fucking AppleJack Lloyd2017-05-181-4/+29
* | Let modules specify minimum compiler version, add runtime compiler version checkJack Lloyd2017-05-181-17/+79
* | Fix configure bug breaking --with-external-libdirJack Lloyd2017-05-131-0/+1
|/
* Error out if the configuration results in an empty libraryJack Lloyd2017-05-031-1/+4
* Rewrite dependency resolutionSimon Warta2017-04-301-28/+58
* Improve debugging in ModulesChooser._validate_stateSimon Warta2017-04-301-2/+4
* Simplify implementation of makefile_listSimon Warta2017-04-301-2/+2