aboutsummaryrefslogtreecommitdiffstats
path: root/src/build-data/buildh.in
Commit message (Expand)AuthorAgeFilesLines
* Turn MSVC warnings to /W4 and enable C4267Jack Lloyd2016-05-061-6/+0
* Merge GH #373 RDRAND/RDSEED logic changesJack Lloyd2016-03-061-0/+16
|\
| * review changesDaniel Neus2015-12-211-0/+3
| * RdRand and RdSeed logic changesDaniel Neus2015-12-201-0/+13
* | enable noexcept on VS 2015Daniel Neus2016-02-191-1/+1
* | Add --with-valgrindJack Lloyd2016-02-131-6/+0
* | Get rid of "extra ';'" warnings and force semicolon after macrosSimon Warta2016-01-111-0/+4
* | fix BOTAN_NORETURN macroDaniel Neus2016-01-081-1/+1
* | add BOTAN_NORETURN macro and mark those functions that do not return with itDaniel Neus2016-01-081-0/+16
* | Valgrind is not supposed to be enabled in the default buildJack Lloyd2016-01-031-1/+1
* | Use valgrind's memcheck API for checking const time annotationsJack Lloyd2016-01-031-3/+3
* | some trivial compiler/PVS-Studio warning fixesDaniel Neus2015-12-221-1/+1
|/
* Move estimate of RDRAND/RDSEED entropy to build.hJack Lloyd2015-12-191-0/+13
* add support for Intel RdSeedDaniel Neus2015-12-181-1/+1
* Add OS utility headerJack Lloyd2015-12-051-0/+6
* Avoid ever returning 0 from CPUID::cache_line_sizeJack Lloyd2015-12-021-0/+11
* Push the hardcoded entropy estimates up to build.hJack Lloyd2015-11-281-0/+23
* New reseed_with_sources call on RNGsJack Lloyd2015-11-241-2/+35
* Remove --build-mode and add individual toggles for optimization, debug,Jack Lloyd2015-10-261-1/+1
* Remove the strange conjoining of debug and optimization flags.Jack Lloyd2015-10-261-1/+1
* Make PKCS #1 and OAEP decoding constant time to avoid oracle attacksJack Lloyd2015-10-161-0/+6
* Periodically reinitialize the blinding sequence instead of alwaysJack Lloyd2015-10-151-2/+13
* Move GF(p) side channel countermeasure toggles to build.hJack Lloyd2015-08-281-0/+16
* Rename template variable cc -> cxxSimon Warta2015-07-211-2/+1
* Avoid 0-defining BOTAN_USE_GCC_INLINE_ASMsimon2015-05-311-4/+0
* Avoid putting very small values in mlock memorylloyd2015-03-231-2/+6
* Add timeouts to HMAC_RNG entropy pollinglloyd2015-03-181-4/+6
* Add BOTAN_NOEXCEPT macro to work around missing noexcept in VS 2013.rcdailey2015-03-081-0/+8
* Add specialized reducers for P-192, P-224, P-256 and P-384lloyd2015-02-261-0/+6
* 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