aboutsummaryrefslogtreecommitdiffstats
path: root/src/build-data
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix Windows feature macro defineslloyd2014-02-021-3/+2
* Microsoft docs indicate VC++ 2013 has AVX2 intrinsics, so enable them.lloyd2014-01-311-1/+1
* If the build compiler doesn't support intrinsics we need, disable the modulelloyd2014-01-261-0/+12
* Set -msse2/-maltivec as needed on things that depend on the SIMD wrapper. Bug...lloyd2014-01-242-0/+2
* Typo fixlloyd2014-01-201-5/+5
* Fix make clean, removed too muchlloyd2014-01-181-1/+1
* Website tweaks. Rename TLS suite script options.lloyd2014-01-112-2/+1
* Correct Sphinx template pathslloyd2014-01-111-2/+2
* Split up docs into the reference manual, the website, and everything else.lloyd2014-01-106-85/+94
* Remove test in clean targetlloyd2014-01-102-2/+2
* Split up test vectors into per-algo files and app into botan-test forlloyd2014-01-102-8/+28
* Finish renamelloyd2014-01-079-9/+9
* Make the shared library an included fragment like pythonlloyd2014-01-075-139/+31
* Move python to src, add to main makefilelloyd2014-01-073-20/+15
* Correct path to lib sources in Doxygen config (bugzilla 259)lloyd2014-01-061-1/+1
* Don't use -fno-inline-functions for debug as that is enabled in all non-relea...lloyd2014-01-042-2/+2
* Fix sphinx config sys.pathlloyd2014-01-021-1/+1
* Move Sphinx configlloyd2014-01-023-0/+258
* Cull remaining mostly dubious examples. Also remove readme.txtlloyd2014-01-011-2/+1
* Move asio tls serverlloyd2014-01-011-1/+1