aboutsummaryrefslogtreecommitdiffstats
path: root/src/build-data
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove the old (unused) <supports_shared> config block. It specifiedlloyd2010-05-1317-69/+7
* More warning flagslloyd2010-03-191-2/+2
* Disable VC++ 4275 entirely; it also causes warnings when building thelloyd2010-03-161-2/+2
* Add back in blinding to RSA, RW, ElGamal, and DH.lloyd2010-03-081-1/+0
* Add -Werror to gcc maintainer flagslloyd2010-03-051-1/+1
* Only disable VC++ warning C4275 with DLL buildslloyd2010-03-031-2/+2
* Fix VC++ static lib buildslloyd2010-03-031-0/+4
* Fix Windows distclean targetlloyd2010-03-031-1/+3
* Disable VC warning 4275lloyd2010-03-031-1/+1
* Use a single dir for all boost.python objectslloyd2010-03-021-5/+3
* Instead of the mode parallelism being specified via macros, have itlloyd2010-02-251-11/+0
* Lowercase DOCDIR to match common conventionslloyd2010-01-293-3/+3
* Make all parallel block modes 16 blocks widelloyd2010-01-041-4/+4
* New macro TARGET_CPU_IS_XXX_FAMILY for XXX = X86, PPC, SPARC, undefinedlloyd2009-12-296-0/+13
* Fix make doxygenlloyd2009-12-292-2/+2
* Define EAX in terms of CTR mode instead of implementing it within EAX_Base.lloyd2009-12-231-2/+1
* Fix compiler macro for MSVC warningslloyd2009-12-231-1/+1
* Use /W3 with VC++ (/W4 is really noisy, but it seems mostly useless stuff).lloyd2009-12-232-1/+7
* Fix compile of get_nanoseconds_clock for Windows.lloyd2009-12-232-0/+2