aboutsummaryrefslogtreecommitdiffstats
path: root/src/build-data
Commit message (Expand)AuthorAgeFilesLines
...
* Remove dead code (Boost.Python makefile, unused configure.py functions)Jack Lloyd2015-07-111-26/+0
* GCC 4.8 doesn't have UbSan, remove for TravisJack Lloyd2015-07-051-1/+2
* Make sanitizer a build mode for easy use by developers.Jack Lloyd2015-07-051-0/+1
* Tweak formatting of readmeJack Lloyd2015-07-031-1/+1
* Simplify the website and documentation layout.Jack Lloyd2015-07-032-21/+4
* Combine all release notes into a single file, just easier to read.Jack Lloyd2015-07-021-1/+0
* Remove compiler settings from compilers that don't support C++11Simon Warta2015-06-282-52/+0
* Use install_name_tool to change location of botan lib on OSXSimon Warta2015-06-223-0/+7
* Set RPATH to $ORIGIN for ./botan and ./botan-testSimon Warta2015-06-223-5/+7
* Fix coverage make targetSimon Warta2015-06-212-5/+9
* Prefix gmake includesSimon Warta2015-06-204-4/+3
* Update build system:simon2015-06-184-34/+37
* Revert LIBNAME change. GH #107lloyd2015-06-161-0/+2
* 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