aboutsummaryrefslogtreecommitdiffstats
path: root/src/build-data
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a new utility class Dynamically_Loaded_Library which wraps aroundlloyd2010-07-271-0/+1
* Use configured compiler for Pythonlloyd2010-07-221-2/+3
* Drop support for running configure with Python 2.4. This allowslloyd2010-07-092-2/+2
* Delete os defaults file - only used by Perllloyd2010-07-091-19/+0
* Typo fixlloyd2010-06-281-1/+1
* Add a new configure option --maintainer-mode which turns on the fulllloyd2010-06-281-2/+3
* Yet more Doxygen commentslloyd2010-06-161-1/+1
* Remove DETAILS_AT_TOP, not a Doxygen option anymorelloyd2010-06-161-1/+0
* Don't extract local classeslloyd2010-06-151-2/+2
* More Doxygen updateslloyd2010-06-151-2/+2
* Expose a datestamp in build.h, provide function in version.h forlloyd2010-06-141-0/+2
* Change how install_name is set on OS X. Not tested, taken from patchlloyd2010-06-111-1/+1
* Fix problem that prevented AES-NI code from getting loaded in at leastlloyd2010-06-111-1/+3
* Include generic mp_asmi.h for MSVClloyd2010-06-111-1/+1
* For 64-bit InnoSetuplloyd2010-06-101-1/+5
* Add a simple Windows install targetlloyd2010-06-101-5/+3
* Exclude Python/Perl wrappers from Doxygen outputlloyd2010-06-071-1/+1
* Show inherited members; makes Doxygen output much more sensiblelloyd2010-06-021-1/+1
* Change BlockCipher::parallelism() to return the native parallelism oflloyd2010-05-251-0/+1
* Add a build.h macro BOTAN_GCC_VERSION which is set to major*100+minor*10+patchlloyd2010-05-131-0/+7