aboutsummaryrefslogtreecommitdiffstats
path: root/configure.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add sanitizer-specific optimization flagsJack Lloyd2018-04-071-1/+16
* Make tests pass by default in UBSAN modeMatthias Gierlings2018-04-061-0/+5
* Move version.txt to src/build-dataJack Lloyd2018-04-041-1/+1
* Add --enable-sanitizers= flag to specify which sanitizers to useJack Lloyd2018-03-271-12/+30
* Add option to specify the MSVC runtimeJack Lloyd2018-03-211-13/+42
* Fix --disable-{neon,sse2,altivec} for simd_32 usersJack Lloyd2018-03-181-7/+9
* Use RtlGenRandom instead of CryptoAPIJack Lloyd2018-03-141-7/+16
* Add a facility for debug-mode assertionsJack Lloyd2018-03-141-0/+1
* Fix some MinGW build issuesJack Lloyd2018-03-041-6/+12
* Fix pylint errorJack Lloyd2018-03-021-1/+1
* Log autodetected platform information at info levelJack Lloyd2018-03-021-3/+4
* Confirm arch wordsize is expected in configureJack Lloyd2018-03-011-0/+3
* Fix detection of specified-endian CPUs (eg ppc64le, armeb)Jack Lloyd2018-02-231-3/+6
* Merge GH #1448 Support custom curves in TLS handshakeJack Lloyd2018-02-191-35/+0
|\
| * Remove house curve supportJack Lloyd2018-02-131-35/+0
* | Wrap line for lint [ci skip]Jack Lloyd2018-02-181-1/+6
* | Add a flag to disable use of ARMv8 crypto extensions [ci skip]Jack Lloyd2018-02-151-1/+1
|/
* Detect compiler architecture at configure timeJack Lloyd2018-02-051-19/+50
* Fix amalgamation pragma for SSE 4.1Jack Lloyd2018-01-281-0/+6
* Fix headers of command line docsJack Lloyd2018-01-211-5/+27
* Use build_paths to refer to BuildPaths objectJack Lloyd2018-01-211-32/+32
* Logic cleanupsJack Lloyd2018-01-211-30/+25
* Hide --with-cmake in help outputJack Lloyd2018-01-211-2/+2
* Add configure.py --list-os-featuresJack Lloyd2018-01-191-8/+30
* Do not generally choose eg++ compiler on OpenBSD.Alexander Bluhm2018-01-161-6/+5
* Add support for --library-suffix optionJack Lloyd2018-01-121-3/+8
* Merge GH #1378 Use OS feature flags instead of OS name for enabling system sp...Jack Lloyd2018-01-091-15/+35
|\
| * Lint fixesJack Lloyd2017-12-301-3/+6
| * Test OS features by the feature vs the OS nameJack Lloyd2017-12-301-15/+32
* | Remove CPU specific optimization flagsJack Lloyd2018-01-081-88/+33
* | Fix bug when release date is setJack Lloyd2018-01-081-1/+1
* | Add ability to disable use of SHA intrinsics [ci skip]Jack Lloyd2018-01-041-1/+1
* | Avoid a warning under Clang when building amalgamationJack Lloyd2018-01-011-2/+2
* | Fix build issue affecting Sun CCJack Lloyd2017-12-311-1/+13
* | Add version detection for XLC [ci skip]Jack Lloyd2017-12-311-2/+6
|/
* Support regexes for OS aliasesJack Lloyd2017-12-301-4/+13
* Add exceptions to mach_abi_linking groupsJack Lloyd2017-12-231-4/+14