aboutsummaryrefslogtreecommitdiffstats
path: root/src/build-data
Commit message (Expand)AuthorAgeFilesLines
* Remove LIBNAME setting from nmake template, should be using versionedgit2015-06-111-2/+0
* Fix nmake clean target. GH #104simon2015-06-022-5/+12
* Avoid 0-defining BOTAN_USE_GCC_INLINE_ASMsimon2015-05-311-4/+0
* Add .exe suffix to MinGW and Cygwin binaries alsolloyd2015-04-273-0/+4
* Add evbarm as platform alias for NetBSD. GH#81joerg2015-04-271-0/+1
* Fix spaces vs tabs in makefile template. GH#78lloyd2015-04-181-1/+1
* Add coverage checking with gcov/lcovlloyd2015-04-124-2/+9
* Avoid putting very small values in mlock memorylloyd2015-03-231-2/+6
* Add timeouts to HMAC_RNG entropy pollinglloyd2015-03-181-4/+6
* I just now assumed configure.py --os=osx would work, and I'm probably not the...lloyd2015-03-151-0/+1
* Consider AES-NI as implying SSSE3 which lets us merge two of thelloyd2015-03-152-2/+2
* Add BOTAN_NOEXCEPT macro to work around missing noexcept in VS 2013.rcdailey2015-03-081-0/+8
* Add valgrind target in makefilelloyd2015-03-051-1/+4
* Add power8 targetlloyd2015-02-271-0/+1
* Add specialized reducers for P-192, P-224, P-256 and P-384lloyd2015-02-261-0/+6
* Split amalagamation into ISA specific objectslloyd2015-02-223-5/+2
* Hide all uses of boost filesystem in fs.cpp. Use readdir as anlloyd2015-02-216-3/+19
* Add new module `ffi` which provides a plain C interface, plus a newlloyd2015-02-162-4/+0
* Mark modules pulling in external deps (zlib, boost, etc) as such, andlloyd2015-02-061-53/+0
* Remove algo factory, engines, global RNG, global state, etc.lloyd2015-02-042-4/+4
* Remove memset_s, not implemented on any machine I can test on andlloyd2015-01-231-0/+6
* Fixes for Windows paths. Based on Github pull 41 from cdesjardinsgit2015-01-113-4/+4
* Create a combined news page for the websitelloyd2015-01-101-0/+1
* Move license text to a plain text file without ReST marketlloyd2015-01-101-3/+3
* Use RtlSecureZeroMemory or memset_s if availablelloyd2015-01-072-0/+2
* The pkgconfig file should be installed relative to the library dirlloyd2015-01-071-8/+0
* Fix install script under Python3lloyd2015-01-061-1/+1
* Fix System_RNG for Windows, fix nmake clean targetlloyd2014-12-221-1/+1
* Enable system_rng on Windows and MinGW (untested)lloyd2014-12-212-0/+2
* Stack protector flags are required also at link time, at least on MinGWlloyd2014-12-211-3/+3
* Always need boost_system in cmdline due to asiolloyd2014-12-201-1/+1
* Add MinGW support for the CryptoAPI RNG. Also disable the dependencieslloyd2014-12-171-9/+0
* New download directory structure.lloyd2014-12-171-5/+5
* Fix Windows build. Github issue 32lloyd2014-11-263-7/+4
* Add a new Python install script and clean up the makefile templateslloyd2014-11-125-59/+17
* Windows/VC build fixeslloyd2014-10-311-1/+1
* Use -O2 instead of -O3 with GCC as it seems tree-vectorize in 4.9.0lloyd2014-10-311-2/+2
* Erroring on strict-overflow is a little too strict, GCC 4.9 is smartlloyd2014-05-261-18/+17
* VC2013 doesn't support __func__. Github #22lloyd2014-05-151-0/+6
* Support restricting compiler ISAs to specific architectures. Specificallylloyd2014-05-011-1/+1
* Darwin featureslloyd2014-04-051-0/+2
* NetBSD portability fix and some performance tweaks in locking allocatorlloyd2014-04-051-1/+1
* Add --program-suffix option to configurelloyd2014-03-223-11/+8
* Let Clang choose whichever C++ library it preferslloyd2014-03-131-4/+3
* Add --destdir option to configure.pylloyd2014-02-131-1/+1
* Add config and version subcommandslloyd2014-02-131-0/+5
* Also avoid tuning for 686lloyd2014-02-131-1/+2
* Update Clang flags. Remove unneeded includes of init.hlloyd2014-02-091-3/+4
* More fixes for minified buildslloyd2014-02-092-2/+2
* Install command line applloyd2014-02-082-0/+7