aboutsummaryrefslogtreecommitdiffstats
path: root/src/build-data
Commit message (Expand)AuthorAgeFilesLines
...
* Add binary_link_command; Use compiler configs to set RPATH on LinuxSimon Warta2015-07-213-0/+19
* Update Windows linkingSimon Warta2015-07-211-6/+13
* Add debug linker for GCCSimon Warta2015-07-211-1/+2
* Merge compile_option into CXX_FLAGSSimon Warta2015-07-219-24/+18
* msvc fixesSimon Warta2015-07-211-5/+13
* Have a $(LINKER) variableSimon Warta2015-07-212-1/+4
* Rename template variable cc -> cxxSimon Warta2015-07-212-3/+2
* Use -O0 (no optimization) in GCC debug compile flagsSimon Warta2015-07-211-2/+2
* Adjust MSVC compile flagsSimon Warta2015-07-211-2/+2
* Make release/debug versions for: compile_flags, lib_opt_flags and app_opt_flagsSimon Warta2015-07-219-32/+44
* Add Android OSDaniel Seither2015-07-171-0/+10
* Add OS feature getsidDaniel Seither2015-07-1711-0/+11
* Add MSVC stl filesystem implementationSimon Warta2015-07-161-0/+1
* 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