aboutsummaryrefslogtreecommitdiffstats
path: root/src/build-data/buildh.in
Commit message (Expand)AuthorAgeFilesLines
* Remove memset_s, not implemented on any machine I can test on andlloyd2015-01-231-0/+6
* VC2013 doesn't support __func__. Github #22lloyd2014-05-151-0/+6
* NetBSD portability fix and some performance tweaks in locking allocatorlloyd2014-04-051-1/+1
* Add config and version subcommandslloyd2014-02-131-0/+5
* Only service small allocations out of the mlock poollloyd2013-11-201-0/+3
* Add to build.h templatelloyd2013-11-091-0/+7
* Always include modules requiring ISA extensions as long as thelloyd2013-04-171-1/+1
* Set the release type (unreleased, released, snapshot) inlloyd2013-03-041-0/+2
* Remove BOTAN_MEM_POOL_CHUNK_SIZE macro from build.h, no longer used.lloyd2012-06-191-5/+4
* Properly align return values of mlock_allocator. Be more careful aboutlloyd2012-05-221-1/+1
* Tick to 1.10.1 unreleased.lloyd2011-06-301-0/+2
* When building for GCC, always get the version number, and turn off TR1lloyd2011-05-031-1/+1
* Disable the by default strong key checking on loading a privatelloyd2011-03-211-1/+1
* Add a new configure.py option --distribution-info which sets a macrolloyd2011-02-071-1/+2
* 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
* 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
* Typo fixlloyd2010-06-281-1/+1
* Expose a datestamp in build.h, provide function in version.h forlloyd2010-06-141-0/+2
* 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
* Add back in blinding to RSA, RW, ElGamal, and DH.lloyd2010-03-081-1/+0
* Instead of the mode parallelism being specified via macros, have itlloyd2010-02-251-11/+0
* Make all parallel block modes 16 blocks widelloyd2010-01-041-4/+4
* 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-231-0/+6
* Define BOTAN_TARGET_CPU_HAS_KNOWN_ENDIANNESS if the target CPU is known tolloyd2009-12-221-0/+5
* Un-internal loadstor.h (and its header deps, rotate.h andlloyd2009-12-211-1/+1
* Most compilers had empty dll_*_flags; remove them since the default islloyd2009-11-191-1/+1
* Add parallel block toggles for CBC and CFB (decrypt direction only)lloyd2009-09-101-1/+7
* Modify Keyed_Filter so it is a pure interfacelloyd2009-08-111-0/+6
* Macro defines are split up in the build.h template nowlloyd2009-07-021-1/+9
* Change the makefile template language somewhat. Previously variableslloyd2009-07-011-13/+13
* Make the level of key consistency checking performed be a build constantlloyd2008-11-111-0/+5
* Add a new switch to configure.pl --with-tr1-implementation whichlloyd2008-10-121-8/+0
* Rename the TR1 choice macros to BOTAN_USE_STD_TR1 and BOTAN_USE_BOOST_TR1.lloyd2008-10-121-30/+37
* Default to using Boost's TR1. There seems to be a bug in the GCC 4.3.2lloyd2008-10-111-2/+2
* Partially merge back with InSiTo in an attemp to trace bugslloyd2008-10-081-0/+3
* Set a preprocessor flag if we think the compiler supports GCC-stylelloyd2008-09-291-0/+8
* Remove the misc dir:lloyd2008-09-291-0/+43