aboutsummaryrefslogtreecommitdiffstats
path: root/configure.py
Commit message (Expand)AuthorAgeFilesLines
* Add new module sanity check to configure.pyJack Lloyd2016-12-181-0/+14
* Disable TLS signature and finished message checks in fuzzer modeJack Lloyd2016-12-171-5/+8
* Simplify logic in configure for listing out filesJack Lloyd2016-12-111-12/+17
* Remove <source> block from info.txt filesJack Lloyd2016-12-081-3/+2
* Log the git revision in the configure.py outputJack Lloyd2016-12-081-1/+3
* Convert warning to error for --via-amalgamationSimon Warta2016-12-021-2/+1
* Add year 2016 to the amalgamation header commentSimon Warta2016-12-021-1/+1
* Fix reference to deprecated optionBaruch Burstein2016-11-281-1/+1
* Fix amalgamation for IncludeOS - avoid having <thread> pulled inJack Lloyd2016-11-271-1/+1
* Add Cilk/OpenMP supportJack Lloyd2016-11-261-0/+20
* Add script for running lcov reportJack Lloyd2016-11-261-4/+8
* Move gen_bakefile IO call to end of mainJack Lloyd2016-11-151-9/+10
* fix: bakefile not created when specifying "--with-bakefile"Daniel Neus2016-11-081-0/+4
* Merge GH #710 Allow custom EC curve to be specified at build timeJack Lloyd2016-11-041-1/+33
|\
| * Add an in-house EC curve for TLS at compile-timeRené Korthaus2016-11-031-1/+33
* | Disable compression module if no compression library support enabled.Jack Lloyd2016-11-041-0/+8
|/
* Add new configure argument --optimize-for-sizeJack Lloyd2016-11-031-1/+13
* Move ISA optimized versions under the main algo dirJack Lloyd2016-11-031-4/+5
* Add support to output bakefilesDaniel Neus2016-11-021-0/+86
* Move license and news to top level directoryJack Lloyd2016-10-311-2/+2
* Fix for amalgamation buildJack Lloyd2016-10-311-0/+2
* Fix configure when building outside of main source dirJack Lloyd2016-10-311-3/+12
* Import fuzzer driversJack Lloyd2016-10-301-4/+9
* configure: A missing file should be an errorJack Lloyd2016-10-181-1/+1
* Merge GH #665 Add IncludeOS target, make filesystem/threads optionalJack Lloyd2016-10-171-0/+10
|\
| * Add ISA annotations to functions using SIMD, AES, etcJack Lloyd2016-10-141-0/+10
| * configure - Better handling of filesystem feature bitJack Lloyd2016-10-121-5/+0
| * Add IncludeOS target. Make filesystem support optional.Jack Lloyd2016-10-101-0/+5
* | configure: Sort the generated makefile lists [ci skip]Jack Lloyd2016-10-111-0/+1
|/
* Simplify amalgamation generationSimon Warta2016-09-041-8/+15
* Check for non-existent modules in policy files.Jack Lloyd2016-09-011-1/+18
* Travis CI additions and cleanupJack Lloyd2016-08-281-1/+1
* Merge GH #584 Changes to support Windows debuggingJack Lloyd2016-08-171-4/+9
|\
| * No PDB output for CLI and testsDaniel Neus2016-08-161-4/+9
* | Remove template sources: user, hostname, timestampSimon Warta2016-08-171-13/+1
|/
* Make the header intersect checks a little more succint.Jack Lloyd2016-08-121-15/+8
* Headers can be marked as external by using `<header:external>` in info.txt.Daniel Neus2016-08-121-7/+30
* include external PKCS#11 headers into botanDaniel Neus2016-07-261-1/+1
* Merge asm into single mp_madd.h and mp_asmi.h filesJack Lloyd2016-07-211-27/+15
* coverage should be checked without optimizationsDaniel Neus2016-07-141-0/+3
* Merge GH #507 Add PKCS #11 support. Previous merge 360a3a5 missed later commitsJack Lloyd2016-07-041-25/+11
|\
| * improve with_external_includedir handling in configure.pyDaniel Neus2016-06-281-25/+11
* | Merge GH #523 fixes for OpenBSD compilationJack Lloyd2016-07-041-0/+8
|\ \
| * | Do not attempt to use avx2 on OpenBSDLauri Nurmi2016-07-031-0/+2
| * | Adjust GCC binary name on OpenBSDLauri Nurmi2016-07-031-0/+6
* | | Merge GH #507 Add PKCS #11 supportJack Lloyd2016-07-041-11/+28
|\ \ \ | | |/ | |/|
| * | add --with-external-includedir to configure.pyDaniel Neus2016-06-171-11/+28
* | | Guess the compiler to be clang on FreeBSDLauri Nurmi2016-07-021-1/+1
| |/ |/|
* | Fix configure with compilers that don't set an explicit binary linkerJack Lloyd2016-06-171-4/+3
|/
* Fixed shared library behaviour on Darwin/OS X.Alastair Houghton2016-04-071-2/+9