| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix lib suffix | lloyd | 2012-01-25 | 2 | -3/+9 |
* | Add basic NaCl target | lloyd | 2011-12-08 | 1 | -0/+4 |
* | LoadLibrary apparently works on MinGW | lloyd | 2011-12-02 | 1 | -0/+1 |
* | Add model name for Sandy Bridge. Use -march=corei7 with GCC and Clang | lloyd | 2011-11-18 | 3 | -12/+16 |
* | Don't set the soname on OpenBSD (PR 158) | lloyd | 2011-10-11 | 1 | -0/+3 |
* | Avoid using -march=i386 if an i386 is 'detected', instead use | lloyd | 2011-08-15 | 1 | -2/+5 |
* | Add a new, somewhat more functional dist script | lloyd | 2011-07-11 | 1 | -0/+168 |
* | Tick to 1.10.1 unreleased. | lloyd | 2011-06-30 | 1 | -0/+2 |
* | Remove amalg on distclean | lloyd | 2011-06-01 | 2 | -0/+2 |
* | MinGW install commands are the default, so don't specify explicitly. | lloyd | 2011-05-26 | 2 | -5/+2 |
* | Add specialization for i486 that uses -mtune=generic, as Debian | lloyd | 2011-05-13 | 2 | -13/+12 |
* | Renaming the ppc target to ppc32 prevented -mcpu flags from being set | lloyd | 2011-05-12 | 3 | -2/+8 |
* | Add support for targetting the PowerPCSPE (an embedded PPC with an | lloyd | 2011-05-12 | 3 | -5/+16 |
* | Modify soname to match Unix conventions at suggestion of Debian | lloyd | 2011-05-12 | 4 | -11/+13 |
* | Make different targets for 32 and 64 bit Atom processors, since most | lloyd | 2011-05-09 | 3 | -6/+7 |
* | When building for GCC, always get the version number, and turn off TR1 | lloyd | 2011-05-03 | 7 | -11/+14 |
* | Tweak settings for SuperH setup, based on Debian bug 594159. Since as | lloyd | 2011-05-02 | 3 | -8/+9 |
* | Default sun4u to sparc32-v9 rather than sparc64 | lloyd | 2011-04-29 | 2 | -4/+2 |
* | Use STLport with Sun Studio by default on Linux. It is probably the | lloyd | 2011-04-25 | 1 | -1/+1 |
* | Rename all references of ia32 to x86-32 and amd64 to x86-64. | lloyd | 2011-04-22 | 8 | -21/+22 |
* | Intel C++ doesn't seem to have an option for setting the soname, so it | lloyd | 2011-04-22 | 1 | -1/+1 |
* | Enable unix_procs for FreeBSD. It was disabled in 2006 to work | lloyd | 2011-04-21 | 4 | -16/+16 |
* | Maintainer mode warning cleanups, mostly for C style casts which I | lloyd | 2011-04-18 | 1 | -1/+1 |
* | Integrate building docs using Sphinx and Doxygen into the makefile | lloyd | 2011-04-18 | 4 | -86/+45 |
* | Fix location of online docs in readme | lloyd | 2011-04-15 | 1 | -3/+3 |
* | One minor fix for QNX 6.4.1 (Python identifies CPU as 'x86pc'), and | lloyd | 2011-04-15 | 2 | -0/+5 |
* | Tick version numbers to 1.10.0 | lloyd | 2011-04-14 | 1 | -1/+1 |
* | I think this fixes the soname stuff | lloyd | 2011-04-11 | 1 | -3/+2 |
* | I belive this check in fixes PR 113 by making shared library sonames | lloyd | 2011-04-06 | 2 | -4/+5 |
* | Disable the by default strong key checking on loading a private | lloyd | 2011-03-21 | 1 | -1/+1 |
* | Assume ARMs are little-endian by default; big-endian ARM seems to be a rarity. | lloyd | 2011-03-14 | 1 | -0/+4 |
* | Somewhat improved ARM support/autodetection | lloyd | 2011-03-09 | 2 | -18/+27 |
* | Fix variable mask warning in Sun C++. | lloyd | 2011-03-01 | 1 | -1/+3 |
* | More VC warning fixes | lloyd | 2011-02-09 | 1 | -1/+1 |
* | Add a new configure.py option --distribution-info which sets a macro | lloyd | 2011-02-07 | 1 | -1/+2 |
* | Alias sun4u to sparc64. This will break for the many people who are | lloyd | 2010-12-15 | 1 | -0/+4 |
* | Don't hardcode dir where python code lives | lloyd | 2010-12-13 | 1 | -2/+2 |
* | Respect CFLAGS | lloyd | 2010-12-01 | 1 | -1/+2 |
* | Spaces | lloyd | 2010-12-01 | 1 | -2/+2 |
* | Add LDFLAGS to Python link line | lloyd | 2010-12-01 | 1 | -1/+2 |
* | Fix Python wrappers | lloyd | 2010-12-01 | 1 | -2/+3 |
* | Special flags for Nehalem so SSSE3 gets enabled for AES | lloyd | 2010-11-29 | 1 | -0/+1 |
* | Clang's deprecated doesn't support a message at all | lloyd | 2010-11-03 | 1 | -1/+1 |
* | Fix macros | lloyd | 2010-11-03 | 1 | -3/+3 |
* | Modify definition of BOTAN_DEPRECATED macro to deal with Clang (which | lloyd | 2010-11-03 | 1 | -2/+12 |
* | Add untested and probably broken support for the C++ Builder compiler | lloyd | 2010-11-03 | 1 | -0/+26 |
* | Make it possible to disable deprecation warnings by defining | lloyd | 2010-11-02 | 1 | -21/+25 |
* | Add a BOTAN_DEPRECATED macro which can provide compile-time | lloyd | 2010-11-02 | 1 | -1/+12 |
* | Use visibility control with Clang, same syntax as GCC | lloyd | 2010-09-28 | 1 | -1/+3 |
* | In the nmake clean target, delete additional stuff that VC++ drops into | lloyd | 2010-09-08 | 1 | -0/+1 |