| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 |