| Commit message (Expand) | Author | Age | Files | Lines |
* | In the nmake clean target, delete additional stuff that VC++ drops into | lloyd | 2010-09-08 | 1 | -0/+1 |
* | Disable a couple of very noisy warnings which don't provde a huge | lloyd | 2010-09-07 | 1 | -1/+2 |
* | Update CPU optimization flags for Sun Studio to the previous decade. | lloyd | 2010-09-07 | 1 | -6/+10 |
* | According to Thomas Maier-Komor in a post to botan-devel, the right | lloyd | 2010-09-03 | 1 | -0/+2 |
* | The modern name for Sun Workshop Pro is Sun Studio | lloyd | 2010-09-03 | 1 | -1/+1 |
* | Add support for Windows-style dynamic loading with LoadLibrary. Not | lloyd | 2010-08-25 | 1 | -0/+1 |
* | Add support for Atom processors. | lloyd | 2010-08-22 | 2 | -0/+2 |
* | Remove use of -ansi; it's not particularly helpful anyway, and it | lloyd | 2010-08-11 | 1 | -1/+1 |
* | Clang supports -march | lloyd | 2010-08-09 | 1 | -0/+4 |
* | Identify a i7-860 as Nehalem | lloyd | 2010-08-08 | 1 | -0/+1 |
* | Use clang++ instead of clang for the compiler driver, otherwise link | lloyd | 2010-08-08 | 1 | -1/+1 |
* | Add a new utility class Dynamically_Loaded_Library which wraps around | lloyd | 2010-07-27 | 1 | -0/+1 |
* | Use configured compiler for Python | lloyd | 2010-07-22 | 1 | -2/+3 |
* | Drop support for running configure with Python 2.4. This allows | lloyd | 2010-07-09 | 2 | -2/+2 |
* | Delete os defaults file - only used by Perl | lloyd | 2010-07-09 | 1 | -19/+0 |
* | Typo fix | lloyd | 2010-06-28 | 1 | -1/+1 |
* | Add a new configure option --maintainer-mode which turns on the full | lloyd | 2010-06-28 | 1 | -2/+3 |
* | Yet more Doxygen comments | lloyd | 2010-06-16 | 1 | -1/+1 |
* | Remove DETAILS_AT_TOP, not a Doxygen option anymore | lloyd | 2010-06-16 | 1 | -1/+0 |
* | Don't extract local classes | lloyd | 2010-06-15 | 1 | -2/+2 |
* | More Doxygen updates | lloyd | 2010-06-15 | 1 | -2/+2 |
* | Expose a datestamp in build.h, provide function in version.h for | lloyd | 2010-06-14 | 1 | -0/+2 |
* | Change how install_name is set on OS X. Not tested, taken from patch | lloyd | 2010-06-11 | 1 | -1/+1 |
* | Fix problem that prevented AES-NI code from getting loaded in at least | lloyd | 2010-06-11 | 1 | -1/+3 |
* | Include generic mp_asmi.h for MSVC | lloyd | 2010-06-11 | 1 | -1/+1 |
* | For 64-bit InnoSetup | lloyd | 2010-06-10 | 1 | -1/+5 |
* | Add a simple Windows install target | lloyd | 2010-06-10 | 1 | -5/+3 |
* | Exclude Python/Perl wrappers from Doxygen output | lloyd | 2010-06-07 | 1 | -1/+1 |
* | Show inherited members; makes Doxygen output much more sensible | lloyd | 2010-06-02 | 1 | -1/+1 |
* | Change BlockCipher::parallelism() to return the native parallelism of | lloyd | 2010-05-25 | 1 | -0/+1 |
* | Add a build.h macro BOTAN_GCC_VERSION which is set to major*100+minor*10+patch | lloyd | 2010-05-13 | 1 | -0/+7 |
* | Remove the old (unused) <supports_shared> config block. It specified | lloyd | 2010-05-13 | 17 | -69/+7 |
* | More warning flags | lloyd | 2010-03-19 | 1 | -2/+2 |
* | Disable VC++ 4275 entirely; it also causes warnings when building the | lloyd | 2010-03-16 | 1 | -2/+2 |
* | Add back in blinding to RSA, RW, ElGamal, and DH. | lloyd | 2010-03-08 | 1 | -1/+0 |
* | Add -Werror to gcc maintainer flags | lloyd | 2010-03-05 | 1 | -1/+1 |
* | Only disable VC++ warning C4275 with DLL builds | lloyd | 2010-03-03 | 1 | -2/+2 |
* | Fix VC++ static lib builds | lloyd | 2010-03-03 | 1 | -0/+4 |
* | Fix Windows distclean target | lloyd | 2010-03-03 | 1 | -1/+3 |
* | Disable VC warning 4275 | lloyd | 2010-03-03 | 1 | -1/+1 |
* | Use a single dir for all boost.python objects | lloyd | 2010-03-02 | 1 | -5/+3 |
* | Instead of the mode parallelism being specified via macros, have it | lloyd | 2010-02-25 | 1 | -11/+0 |
* | Lowercase DOCDIR to match common conventions | lloyd | 2010-01-29 | 3 | -3/+3 |
* | Make all parallel block modes 16 blocks wide | lloyd | 2010-01-04 | 1 | -4/+4 |
* | New macro TARGET_CPU_IS_XXX_FAMILY for XXX = X86, PPC, SPARC, undefined | lloyd | 2009-12-29 | 6 | -0/+13 |
* | Fix make doxygen | lloyd | 2009-12-29 | 2 | -2/+2 |
* | Define EAX in terms of CTR mode instead of implementing it within EAX_Base. | lloyd | 2009-12-23 | 1 | -2/+1 |
* | Fix compiler macro for MSVC warnings | lloyd | 2009-12-23 | 1 | -1/+1 |
* | Use /W3 with VC++ (/W4 is really noisy, but it seems mostly useless stuff). | lloyd | 2009-12-23 | 2 | -1/+7 |
* | Fix compile of get_nanoseconds_clock for Windows. | lloyd | 2009-12-23 | 2 | -0/+2 |