aboutsummaryrefslogtreecommitdiffstats
path: root/src/build-data
Commit message (Expand)AuthorAgeFilesLines
* Add specialization for i486 that uses -mtune=generic, as Debianlloyd2011-05-132-13/+12
* Renaming the ppc target to ppc32 prevented -mcpu flags from being setlloyd2011-05-123-2/+8
* Add support for targetting the PowerPCSPE (an embedded PPC with anlloyd2011-05-123-5/+16
* Modify soname to match Unix conventions at suggestion of Debianlloyd2011-05-124-11/+13
* Make different targets for 32 and 64 bit Atom processors, since mostlloyd2011-05-093-6/+7
* When building for GCC, always get the version number, and turn off TR1lloyd2011-05-037-11/+14
* Tweak settings for SuperH setup, based on Debian bug 594159. Since aslloyd2011-05-023-8/+9
* Default sun4u to sparc32-v9 rather than sparc64lloyd2011-04-292-4/+2
* Use STLport with Sun Studio by default on Linux. It is probably thelloyd2011-04-251-1/+1
* Rename all references of ia32 to x86-32 and amd64 to x86-64.lloyd2011-04-228-21/+22
* Intel C++ doesn't seem to have an option for setting the soname, so itlloyd2011-04-221-1/+1
* Enable unix_procs for FreeBSD. It was disabled in 2006 to worklloyd2011-04-214-16/+16
* Maintainer mode warning cleanups, mostly for C style casts which Illoyd2011-04-181-1/+1
* Integrate building docs using Sphinx and Doxygen into the makefilelloyd2011-04-184-86/+45
* Fix location of online docs in readmelloyd2011-04-151-3/+3
* One minor fix for QNX 6.4.1 (Python identifies CPU as 'x86pc'), andlloyd2011-04-152-0/+5
* Tick version numbers to 1.10.0lloyd2011-04-141-1/+1
* I think this fixes the soname stufflloyd2011-04-111-3/+2
* I belive this check in fixes PR 113 by making shared library sonameslloyd2011-04-062-4/+5
* Disable the by default strong key checking on loading a privatelloyd2011-03-211-1/+1
* Assume ARMs are little-endian by default; big-endian ARM seems to be a rarity.lloyd2011-03-141-0/+4
* Somewhat improved ARM support/autodetectionlloyd2011-03-092-18/+27
* Fix variable mask warning in Sun C++.lloyd2011-03-011-1/+3
* More VC warning fixeslloyd2011-02-091-1/+1
* Add a new configure.py option --distribution-info which sets a macrolloyd2011-02-071-1/+2
* Alias sun4u to sparc64. This will break for the many people who arelloyd2010-12-151-0/+4
* Don't hardcode dir where python code liveslloyd2010-12-131-2/+2
* Respect CFLAGSlloyd2010-12-011-1/+2
* Spaceslloyd2010-12-011-2/+2
* Add LDFLAGS to Python link linelloyd2010-12-011-1/+2
* Fix Python wrapperslloyd2010-12-011-2/+3
* Special flags for Nehalem so SSSE3 gets enabled for AESlloyd2010-11-291-0/+1
* Clang's deprecated doesn't support a message at alllloyd2010-11-031-1/+1
* Fix macroslloyd2010-11-031-3/+3
* Modify definition of BOTAN_DEPRECATED macro to deal with Clang (whichlloyd2010-11-031-2/+12
* Add untested and probably broken support for the C++ Builder compilerlloyd2010-11-031-0/+26
* Make it possible to disable deprecation warnings by defininglloyd2010-11-021-21/+25
* Add a BOTAN_DEPRECATED macro which can provide compile-timelloyd2010-11-021-1/+12
* Use visibility control with Clang, same syntax as GCClloyd2010-09-281-1/+3
* In the nmake clean target, delete additional stuff that VC++ drops intolloyd2010-09-081-0/+1
* Disable a couple of very noisy warnings which don't provde a hugelloyd2010-09-071-1/+2
* Update CPU optimization flags for Sun Studio to the previous decade.lloyd2010-09-071-6/+10
* According to Thomas Maier-Komor in a post to botan-devel, the rightlloyd2010-09-031-0/+2
* The modern name for Sun Workshop Pro is Sun Studiolloyd2010-09-031-1/+1
* Add support for Windows-style dynamic loading with LoadLibrary. Notlloyd2010-08-251-0/+1
* Add support for Atom processors.lloyd2010-08-222-0/+2
* Remove use of -ansi; it's not particularly helpful anyway, and itlloyd2010-08-111-1/+1
* Clang supports -marchlloyd2010-08-091-0/+4
* Identify a i7-860 as Nehalemlloyd2010-08-081-0/+1
* Use clang++ instead of clang for the compiler driver, otherwise linklloyd2010-08-081-1/+1