aboutsummaryrefslogtreecommitdiffstats
path: root/configure.py
Commit message (Expand)AuthorAgeFilesLines
* Rename 'darwin' target to 'macos'Jack Lloyd2019-03-271-3/+3
* fix: cmake buildTim Oesterreich2019-02-281-1/+1
* Fix with debug infoJack Lloyd2019-02-181-1/+1
* Remove printJack Lloyd2019-02-171-1/+0
* Name pdb file properlyJack Lloyd2019-02-171-11/+17
* Use /Fd flag when building lib with MSVCJack Lloyd2019-02-141-5/+11
* Shush pylintJack Lloyd2019-02-051-0/+2
* Add --extra-cxxflags optionJack Lloyd2019-02-051-4/+10
* Strip botan includes when processing ISA header in amalgamationJack Lloyd2019-01-141-1/+2
* Ignore trailing whitespace in header guardsJack Lloyd2019-01-131-2/+3
* Better output when we can't identify the compiler by macroJack Lloyd2019-01-041-0/+6
* Fixes for XLCJack Lloyd2018-12-311-1/+1
* Add --no-store-vc-rev option for use in CI buildsJack Lloyd2018-12-231-1/+4
* Fix a few small problems in configureJack Lloyd2018-12-031-8/+8
* Print the version and revision at the very start of configure.py outputJack Lloyd2018-12-031-0/+3
* Add --disable-bmi2, --disable-rdseed, --disable-rdrand flagsJack Lloyd2018-11-091-1/+1
* Fix issue when CXX was set to 'ccache g++' see https://github.com/randombit/b...Jack Lloyd2018-11-021-1/+1
* Rename --disable-sha to --disable-sha-niJack Lloyd2018-10-261-1/+1
* Canonicalize OS name firstJack Lloyd2018-10-181-11/+13
* Add option to enable/disable generation of pkg-config fileJack Lloyd2018-10-181-7/+17
* Set default compiler in the info files instead of in configure sourceJack Lloyd2018-10-181-22/+19
* Add an OS flag for if the shared lib should be symlinked or notJack Lloyd2018-10-181-6/+3
* Allow configure.py parse_multiple_enable to accept an empty list and extra co...Daniel Wyatt2018-10-141-1/+2
* Add an explicit OS target for EmscriptenJack Lloyd2018-10-121-4/+13
* Fix single amalgamation file with AVX2Jack Lloyd2018-10-051-0/+2
* Remove support for Visual C++ 2013Jack Lloyd2018-10-011-9/+0
* If no default endian, don't report defaulting to "None" endianJack Lloyd2018-09-181-1/+2
* Use VC runtime MDd only if --debug-mode is usedJack Lloyd2018-09-111-4/+4
* When rejecting modules, filter first by CPU requirementsJack Lloyd2018-09-041-4/+4
* Merge GH #1667 Add hashing with CommonCryptoJack Lloyd2018-09-041-1/+1
|\
| * Add support for hashing with CommonCryptoJose Pereira2018-09-031-1/+1
* | Tighten check of feature datestampsJack Lloyd2018-09-041-1/+1
|/
* Add a way to divert certain headers which are ISA specific.Jack Lloyd2018-08-241-17/+42
* If configure fails, direct users to GH issues [ci skip]Jack Lloyd2018-08-141-4/+2
* Avoid trying to use symlinks by default on any Windows platformsJack Lloyd2018-08-121-4/+6
* Add detection for RISCV compilersJack Lloyd2018-08-061-1/+4
* Fix complaints from latest pylintJack Lloyd2018-08-021-14/+15
* Set a macro when optimizing for sizeJack Lloyd2018-07-131-0/+1
* If building with VC2013, force user to ack deprecationJack Lloyd2018-07-041-1/+7
* Avoid having Doxygen error out except in maintainer mode buildsJack Lloyd2018-07-021-0/+1
* Corrected error messageHegedüs Márton Csaba2018-06-111-1/+1
* Required changes according to the code reviewHegedüs Márton Csaba2018-06-111-2/+9
* Add support for GCC's --sysroot option to configure.pyHegedüs Márton Csaba2018-06-081-0/+6
* Fix some typos in configure.pyFelix Yan2018-06-091-2/+2
* Add a compile time warning if MSVC 2013 is detectedJack Lloyd2018-04-261-1/+7
* Add an explicit test mode buildJack Lloyd2018-04-141-2/+9
* Codecov - cover MT code in XMSS_PrivateKeyMatthias Gierlings2018-04-121-0/+2
* Lint fixesJack Lloyd2018-04-121-3/+8
* Some makefile simplificationsJack Lloyd2018-04-111-2/+1
* Do not create shared library symlinks on OpenBSD.Alexander Bluhm2018-04-121-0/+1