| Commit message (Expand) | Author | Age | Files | Lines |
* | propagate from branch 'net.randombit.botan' (head 367d157c1221a162f5b40984929... | lloyd | 2009-12-24 | 1 | -1/+1 |
|\ |
|
| * | Use /W3 with VC++ (/W4 is really noisy, but it seems mostly useless stuff). | lloyd | 2009-12-23 | 1 | -1/+1 |
* | | propagate from branch 'net.randombit.botan' (head 744dccf92270cf16b80b50ee275... | lloyd | 2009-12-16 | 1 | -1/+3 |
|\| |
|
| * | Make many more headers internal-only. | lloyd | 2009-12-16 | 1 | -1/+3 |
* | | propagate from branch 'net.randombit.botan' (head ac4d8fecb28374d06094da3457a... | lloyd | 2009-11-29 | 1 | -9/+9 |
|\| |
|
| * | Various fixes for Visual C++ per bug 63 - --enable-debug sets debug options, | lloyd | 2009-11-20 | 1 | -9/+9 |
* | | propagate from branch 'net.randombit.botan' (head b431f4bc404f3ed4a5332b69100... | lloyd | 2009-11-20 | 9 | -26/+6 |
|\| |
|
| * | Force /MD (threaded+DLL libc) with VC++. /MT is the default but seems | lloyd | 2009-11-20 | 1 | -0/+4 |
| * | Switch from only-static with VC++ to only a DLL. The static library is | lloyd | 2009-11-19 | 1 | -2/+3 |
| * | Most compilers had empty dll_*_flags; remove them since the default is | lloyd | 2009-11-19 | 13 | -38/+1 |
* | | propagate from branch 'net.randombit.botan' (head 2f3665f775fafbdfa517ecdca7f... | lloyd | 2009-11-19 | 6 | -142/+5 |
|\ \
| |/
|/| |
|
| * | Drop support for compilers that are no longer in active service, since | lloyd | 2009-11-19 | 4 | -131/+0 |
| * | Use -pthread on all platforms. This is necessary to get functioning support | lloyd | 2009-11-17 | 1 | -6/+4 |
| * | Remove TR1 hooks - can be assumed to exist under a C++0x compiler | lloyd | 2009-11-13 | 2 | -4/+0 |
| * | Use GCC 4.5 snapshot for C++0x build | lloyd | 2009-11-13 | 1 | -1/+1 |
| * | propagate from branch 'net.randombit.botan' (head ac888e57b614c623590d79ab615... | lloyd | 2009-11-13 | 2 | -12/+15 |
| |\ |
|
| * \ | propagate from branch 'net.randombit.botan' (head 2773c2310e8c0a51975987a2dd6... | lloyd | 2009-11-02 | 1 | -2/+2 |
| |\ \ |
|
| | * \ | propagate from branch 'net.randombit.botan' (head 139d6957d20f0b1202e0eacc63c... | lloyd | 2009-10-13 | 1 | -2/+2 |
| | |\ \ |
|
| | | * \ | propagate from branch 'net.randombit.botan' (head 8a5eb02c2e451fc983f234f7ba2... | lloyd | 2009-09-30 | 1 | -2/+2 |
| | | |\ \ |
|
| | | | * | | Use GCC 4.4.1-release for C++0x testing | lloyd | 2009-09-09 | 1 | -1/+1 |
| | | | * | | propagate from branch 'net.randombit.botan' (head 5cadcc57872bef55226579df573... | lloyd | 2009-09-08 | 1 | -2/+2 |
| | | | |\ \ |
|
| | | | | * | | Start a new branch for C++0x experimentation. | lloyd | 2009-04-01 | 1 | -2/+2 |
* | | | | | | | Remove unecessary quote characters in the cc info files (were required by | lloyd | 2009-11-19 | 15 | -107/+80 |
| |_|_|_|_|/
|/| | | | | |
|
* | | | | | | Remove some CPU specific workarounds for things GCC didn't know about, like | lloyd | 2009-11-11 | 1 | -9/+5 |
* | | | | | | Switch from -O2/-O for lib/check to -O3/-O2 with gcc | lloyd | 2009-11-11 | 1 | -2/+2 |
* | | | | | | Add Nehalem/Westmere tags for ICC | lloyd | 2009-11-10 | 1 | -3/+7 |
* | | | | | | GCC doesn't know what Nehalem or Westmere are, though it does know about | lloyd | 2009-11-06 | 1 | -0/+3 |
|/ / / / / |
|
* | | | | | Remove the 'realname' attribute on all modules and cc/cpu/os info files. | lloyd | 2009-10-29 | 15 | -30/+0 |
* | | | | | Add theoreticaly support for Clang/LLVM. Current Gentoo clang ebuild doesn't | lloyd | 2009-10-19 | 1 | -0/+46 |
|/ / / / |
|
* | | | | propagate from branch 'net.randombit.botan.1_8' (head c5ae189464f6ef16e3ce73e... | lloyd | 2009-10-13 | 14 | -2/+31 |
|\ \ \ \ |
|
| * | | | | Fix --enable-debug | lloyd | 2009-10-09 | 1 | -2/+3 |
| |/ / / |
|
| * / / | Add a new macro BOTAN_BUILD_COMPILER_IS_XXX to build.h | lloyd | 2009-09-29 | 14 | -0/+28 |
| |/ / |
|
* / / | Rename all of the build-data files with a .txt extension, and filter for | lloyd | 2009-10-13 | 14 | -0/+0 |
|/ / |
|
* | | Use the default ABI instead of forcing n32 for mips32 | lloyd | 2009-08-10 | 1 | -1/+0 |
* | | Add compiler settings for the Open64 (http://www.open64.net/) compiler, | lloyd | 2009-08-03 | 1 | -0/+30 |
* | | Add support for Dragonfly BSD (a fork of FreeBSD). | lloyd | 2009-07-25 | 1 | -0/+1 |
|/ |
|
* | Use TR1 by default with GNU C++ and Intel C++, since all recent versions of | lloyd | 2008-11-17 | 2 | -0/+4 |
* | Use -O2 instead of -O3 with Intel C++ | lloyd | 2008-10-22 | 1 | -1/+1 |
* | Update ICC flags for 10.1 | lloyd | 2008-10-22 | 1 | -3/+3 |
* | Oops, revert back to standard GCC -Wall flags | lloyd | 2008-10-08 | 1 | -2/+2 |
* | Split ecdsa module into ecc_key, ecdsa, eckaeg | lloyd | 2008-10-08 | 1 | -2/+2 |
* | Revert back to portable GCC flags | lloyd | 2008-10-01 | 1 | -2/+2 |
* | Move look_pk and pk_algs to new module pubkey/pk_lookup | lloyd | 2008-10-01 | 1 | -1/+1 |
* | Handle building Botan with almost all public key code disabled (though only | lloyd | 2008-10-01 | 1 | -2/+2 |
* | Rename sh to hitachi-sh - make regexp collisions less likely | lloyd | 2008-10-01 | 1 | -1/+1 |
* | Revert; GCC 4.3 specific flags | lloyd | 2008-09-30 | 1 | -2/+2 |
* | Strict GCC warnings | lloyd | 2008-09-30 | 1 | -2/+2 |
* | Remove the misc dir: | lloyd | 2008-09-29 | 13 | -0/+488 |