| Commit message (Expand) | Author | Age | Files | Lines |
* | configure: A missing file should be an error | Jack Lloyd | 2016-10-18 | 1 | -1/+1 |
* | Merge GH #665 Add IncludeOS target, make filesystem/threads optional | Jack Lloyd | 2016-10-17 | 1 | -0/+10 |
|\ |
|
| * | Add ISA annotations to functions using SIMD, AES, etc | Jack Lloyd | 2016-10-14 | 1 | -0/+10 |
| * | configure - Better handling of filesystem feature bit | Jack Lloyd | 2016-10-12 | 1 | -5/+0 |
| * | Add IncludeOS target. Make filesystem support optional. | Jack Lloyd | 2016-10-10 | 1 | -0/+5 |
* | | configure: Sort the generated makefile lists [ci skip] | Jack Lloyd | 2016-10-11 | 1 | -0/+1 |
|/ |
|
* | Simplify amalgamation generation | Simon Warta | 2016-09-04 | 1 | -8/+15 |
* | Check for non-existent modules in policy files. | Jack Lloyd | 2016-09-01 | 1 | -1/+18 |
* | Travis CI additions and cleanup | Jack Lloyd | 2016-08-28 | 1 | -1/+1 |
* | Merge GH #584 Changes to support Windows debugging | Jack Lloyd | 2016-08-17 | 1 | -4/+9 |
|\ |
|
| * | No PDB output for CLI and tests | Daniel Neus | 2016-08-16 | 1 | -4/+9 |
* | | Remove template sources: user, hostname, timestamp | Simon Warta | 2016-08-17 | 1 | -13/+1 |
|/ |
|
* | Make the header intersect checks a little more succint. | Jack Lloyd | 2016-08-12 | 1 | -15/+8 |
* | Headers can be marked as external by using `<header:external>` in info.txt. | Daniel Neus | 2016-08-12 | 1 | -7/+30 |
* | include external PKCS#11 headers into botan | Daniel Neus | 2016-07-26 | 1 | -1/+1 |
* | Merge asm into single mp_madd.h and mp_asmi.h files | Jack Lloyd | 2016-07-21 | 1 | -27/+15 |
* | coverage should be checked without optimizations | Daniel Neus | 2016-07-14 | 1 | -0/+3 |
* | Merge GH #507 Add PKCS #11 support. Previous merge 360a3a5 missed later commits | Jack Lloyd | 2016-07-04 | 1 | -25/+11 |
|\ |
|
| * | improve with_external_includedir handling in configure.py | Daniel Neus | 2016-06-28 | 1 | -25/+11 |
* | | Merge GH #523 fixes for OpenBSD compilation | Jack Lloyd | 2016-07-04 | 1 | -0/+8 |
|\ \ |
|
| * | | Do not attempt to use avx2 on OpenBSD | Lauri Nurmi | 2016-07-03 | 1 | -0/+2 |
| * | | Adjust GCC binary name on OpenBSD | Lauri Nurmi | 2016-07-03 | 1 | -0/+6 |
* | | | Merge GH #507 Add PKCS #11 support | Jack Lloyd | 2016-07-04 | 1 | -11/+28 |
|\ \ \
| | |/
| |/| |
|
| * | | add --with-external-includedir to configure.py | Daniel Neus | 2016-06-17 | 1 | -11/+28 |
* | | | Guess the compiler to be clang on FreeBSD | Lauri Nurmi | 2016-07-02 | 1 | -1/+1 |
| |/
|/| |
|
* | | Fix configure with compilers that don't set an explicit binary linker | Jack Lloyd | 2016-06-17 | 1 | -4/+3 |
|/ |
|
* | Fixed shared library behaviour on Darwin/OS X. | Alastair Houghton | 2016-04-07 | 1 | -2/+9 |
* | Merge GH #446 add --module-policy option | Jack Lloyd | 2016-03-06 | 1 | -60/+85 |
|\ |
|
| * | Add option --module-policy | Jack Lloyd | 2016-03-06 | 1 | -60/+85 |
* | | Have --debug-mode both set debug info and disable optimizations. | Jack Lloyd | 2016-03-06 | 1 | -3/+7 |
|/ |
|
* | fix comment | Daniel Neus | 2016-02-19 | 1 | -1/+1 |
* | Use symlinks on windows if explicitly requested | Daniel Neus | 2016-02-19 | 1 | -2/+8 |
* | Add --with-valgrind | Jack Lloyd | 2016-02-13 | 1 | -0/+6 |
* | Maintainer mode shouldn't always imply ASan since it interferes with | Jack Lloyd | 2016-01-29 | 1 | -3/+0 |
* | Fix configure.py for CPython 2.6 | Jack Lloyd | 2016-01-04 | 1 | -3/+10 |
* | Merge pull request #353 from neusdan/robust_build_setup_windows | Jack Lloyd | 2015-12-31 | 1 | -2/+29 |
|\ |
|
| * | review changes | Daniel Neus | 2015-12-23 | 1 | -7/+9 |
| * | decrease timeout between attempts to 100ms | Daniel Neus | 2015-12-18 | 1 | -4/+4 |
| * | make shutil.rmtree and os.makedirs more robust (at least on windows) | Daniel Neus | 2015-12-10 | 1 | -2/+27 |
* | | Add TPM v1.2 support (RSA keygen/signing, RNG) | Jack Lloyd | 2015-12-19 | 1 | -1/+1 |
* | | Expose os_type setting as BOTAN_TARGET_OS_TYPE_IS_x | Jack Lloyd | 2015-12-12 | 1 | -7/+15 |
|/ |
|
* | Rename cmd/app -> cli | Simon Warta | 2015-12-09 | 1 | -10/+10 |
* | Better error checking for <libs> settings in module info files | Jack Lloyd | 2015-11-28 | 1 | -0/+7 |
* | Remove --build-mode and add individual toggles for optimization, debug, | Jack Lloyd | 2015-10-26 | 1 | -36/+41 |
* | Remove the strange conjoining of debug and optimization flags. | Jack Lloyd | 2015-10-26 | 1 | -45/+21 |
* | Add `--minimized-build` which does the same thing as `--no-autoload` | Jack Lloyd | 2015-10-14 | 1 | -1/+3 |
* | build system: Add framework support for OS X and iOS | Daniel Seither | 2015-09-25 | 1 | -3/+14 |
* | Pluralize --with-python-version option, remove it from single-option group | Jack Lloyd | 2015-09-22 | 1 | -7/+4 |
* | Fix pbkdf, pk padding and ECDH registration for static linking. | Jack Lloyd | 2015-09-11 | 1 | -4/+0 |
* | Prevent users from building static non-amalgamations on MinGW and Cygwin | Simon Warta | 2015-09-09 | 1 | -7/+6 |