aboutsummaryrefslogtreecommitdiffstats
path: root/configure.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge GH #446 add --module-policy optionJack Lloyd2016-03-061-60/+85
|\
| * Add option --module-policyJack Lloyd2016-03-061-60/+85
* | Have --debug-mode both set debug info and disable optimizations.Jack Lloyd2016-03-061-3/+7
|/
* fix commentDaniel Neus2016-02-191-1/+1
* Use symlinks on windows if explicitly requestedDaniel Neus2016-02-191-2/+8
* Add --with-valgrindJack Lloyd2016-02-131-0/+6
* Maintainer mode shouldn't always imply ASan since it interferes withJack Lloyd2016-01-291-3/+0
* Fix configure.py for CPython 2.6Jack Lloyd2016-01-041-3/+10
* Merge pull request #353 from neusdan/robust_build_setup_windowsJack Lloyd2015-12-311-2/+29
|\
| * review changesDaniel Neus2015-12-231-7/+9
| * decrease timeout between attempts to 100msDaniel Neus2015-12-181-4/+4
| * make shutil.rmtree and os.makedirs more robust (at least on windows)Daniel Neus2015-12-101-2/+27
* | Add TPM v1.2 support (RSA keygen/signing, RNG)Jack Lloyd2015-12-191-1/+1
* | Expose os_type setting as BOTAN_TARGET_OS_TYPE_IS_xJack Lloyd2015-12-121-7/+15
|/
* Rename cmd/app -> cliSimon Warta2015-12-091-10/+10
* Better error checking for <libs> settings in module info filesJack Lloyd2015-11-281-0/+7
* Remove --build-mode and add individual toggles for optimization, debug,Jack Lloyd2015-10-261-36/+41
* Remove the strange conjoining of debug and optimization flags.Jack Lloyd2015-10-261-45/+21
* Add `--minimized-build` which does the same thing as `--no-autoload`Jack Lloyd2015-10-141-1/+3
* build system: Add framework support for OS X and iOSDaniel Seither2015-09-251-3/+14
* Pluralize --with-python-version option, remove it from single-option groupJack Lloyd2015-09-221-7/+4
* Fix pbkdf, pk padding and ECDH registration for static linking.Jack Lloyd2015-09-111-4/+0
* Prevent users from building static non-amalgamations on MinGW and CygwinSimon Warta2015-09-091-7/+6