aboutsummaryrefslogtreecommitdiffstats
path: root/configure.py
Commit message (Expand)AuthorAgeFilesLines
* Prefix execution of install.py with Python binaryJack Lloyd2017-11-161-0/+1
* Only skip includes that have been incuded unconditionally beforeSimon Warta2017-10-191-10/+19
* Allow trailing comments for include matchersSimon Warta2017-10-191-3/+4
* Rename method to AmalgamationHelper.is_unconditional_std_include and testSimon Warta2017-10-191-8/+11
* Use __file__ to detect project rootSimon Warta2017-10-191-1/+1
* Prevent a lint complaint.Frank Schoenmann2017-10-121-1/+2
* Repair generation of CMakeLists.txt after some files have been moved.Frank Schoenmann2017-10-121-3/+4
* Make it possible to disable SSE4.1 and SSE4.2Simon Warta2017-10-081-1/+1
* Lint fixJack Lloyd2017-09-241-2/+2
* Change configure so --list-modules doesn't print any log messagesJack Lloyd2017-09-231-26/+21
* Fix the amalgamation buildJack Lloyd2017-09-211-1/+4
* Improve support for IBM XLCJack Lloyd2017-09-211-1/+1
* Change header guard format to BOTAN_FOO_H_Jack Lloyd2017-09-201-3/+3
* Accept a - in releaseJack Lloyd2017-09-191-1/+1
* Using ast.literal_eval is no good hereJack Lloyd2017-09-191-2/+11
* Rename botan_version.py to version.txtJack Lloyd2017-09-191-1/+1
* Handle : (as appears in 'git:revid')Jack Lloyd2017-09-191-1/+1
* Load botan_version.py as a file instead of as module importJack Lloyd2017-09-191-50/+83
* 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