| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add binary_link_command; Use compiler configs to set RPATH on Linux | Simon Warta | 2015-07-21 | 3 | -0/+19 |
* | Update Windows linking | Simon Warta | 2015-07-21 | 1 | -6/+13 |
* | Add debug linker for GCC | Simon Warta | 2015-07-21 | 1 | -1/+2 |
* | Merge compile_option into CXX_FLAGS | Simon Warta | 2015-07-21 | 9 | -24/+18 |
* | msvc fixes | Simon Warta | 2015-07-21 | 1 | -5/+13 |
* | Have a $(LINKER) variable | Simon Warta | 2015-07-21 | 2 | -1/+4 |
* | Rename template variable cc -> cxx | Simon Warta | 2015-07-21 | 2 | -3/+2 |
* | Use -O0 (no optimization) in GCC debug compile flags | Simon Warta | 2015-07-21 | 1 | -2/+2 |
* | Adjust MSVC compile flags | Simon Warta | 2015-07-21 | 1 | -2/+2 |
* | Make release/debug versions for: compile_flags, lib_opt_flags and app_opt_flags | Simon Warta | 2015-07-21 | 9 | -32/+44 |
* | Add Android OS | Daniel Seither | 2015-07-17 | 1 | -0/+10 |
* | Add OS feature getsid | Daniel Seither | 2015-07-17 | 11 | -0/+11 |
* | Add MSVC stl filesystem implementation | Simon Warta | 2015-07-16 | 1 | -0/+1 |
* | Remove dead code (Boost.Python makefile, unused configure.py functions) | Jack Lloyd | 2015-07-11 | 1 | -26/+0 |
* | GCC 4.8 doesn't have UbSan, remove for Travis | Jack Lloyd | 2015-07-05 | 1 | -1/+2 |
* | Make sanitizer a build mode for easy use by developers. | Jack Lloyd | 2015-07-05 | 1 | -0/+1 |
* | Tweak formatting of readme | Jack Lloyd | 2015-07-03 | 1 | -1/+1 |
* | Simplify the website and documentation layout. | Jack Lloyd | 2015-07-03 | 2 | -21/+4 |
* | Combine all release notes into a single file, just easier to read. | Jack Lloyd | 2015-07-02 | 1 | -1/+0 |
* | Remove compiler settings from compilers that don't support C++11 | Simon Warta | 2015-06-28 | 2 | -52/+0 |
* | Use install_name_tool to change location of botan lib on OSX | Simon Warta | 2015-06-22 | 3 | -0/+7 |
* | Set RPATH to $ORIGIN for ./botan and ./botan-test | Simon Warta | 2015-06-22 | 3 | -5/+7 |
* | Fix coverage make target | Simon Warta | 2015-06-21 | 2 | -5/+9 |
* | Prefix gmake includes | Simon Warta | 2015-06-20 | 4 | -4/+3 |
* | Update build system: | simon | 2015-06-18 | 4 | -34/+37 |
* | Revert LIBNAME change. GH #107 | lloyd | 2015-06-16 | 1 | -0/+2 |
* | Remove LIBNAME setting from nmake template, should be using versioned | git | 2015-06-11 | 1 | -2/+0 |
* | Fix nmake clean target. GH #104 | simon | 2015-06-02 | 2 | -5/+12 |
* | Avoid 0-defining BOTAN_USE_GCC_INLINE_ASM | simon | 2015-05-31 | 1 | -4/+0 |
* | Add .exe suffix to MinGW and Cygwin binaries also | lloyd | 2015-04-27 | 3 | -0/+4 |
* | Add evbarm as platform alias for NetBSD. GH#81 | joerg | 2015-04-27 | 1 | -0/+1 |
* | Fix spaces vs tabs in makefile template. GH#78 | lloyd | 2015-04-18 | 1 | -1/+1 |
* | Add coverage checking with gcov/lcov | lloyd | 2015-04-12 | 4 | -2/+9 |
* | Avoid putting very small values in mlock memory | lloyd | 2015-03-23 | 1 | -2/+6 |
* | Add timeouts to HMAC_RNG entropy polling | lloyd | 2015-03-18 | 1 | -4/+6 |
* | I just now assumed configure.py --os=osx would work, and I'm probably not the... | lloyd | 2015-03-15 | 1 | -0/+1 |
* | Consider AES-NI as implying SSSE3 which lets us merge two of the | lloyd | 2015-03-15 | 2 | -2/+2 |
* | Add BOTAN_NOEXCEPT macro to work around missing noexcept in VS 2013. | rcdailey | 2015-03-08 | 1 | -0/+8 |
* | Add valgrind target in makefile | lloyd | 2015-03-05 | 1 | -1/+4 |
* | Add power8 target | lloyd | 2015-02-27 | 1 | -0/+1 |
* | Add specialized reducers for P-192, P-224, P-256 and P-384 | lloyd | 2015-02-26 | 1 | -0/+6 |
* | Split amalagamation into ISA specific objects | lloyd | 2015-02-22 | 3 | -5/+2 |
* | Hide all uses of boost filesystem in fs.cpp. Use readdir as an | lloyd | 2015-02-21 | 6 | -3/+19 |
* | Add new module `ffi` which provides a plain C interface, plus a new | lloyd | 2015-02-16 | 2 | -4/+0 |
* | Mark modules pulling in external deps (zlib, boost, etc) as such, and | lloyd | 2015-02-06 | 1 | -53/+0 |
* | Remove algo factory, engines, global RNG, global state, etc. | lloyd | 2015-02-04 | 2 | -4/+4 |
* | Remove memset_s, not implemented on any machine I can test on and | lloyd | 2015-01-23 | 1 | -0/+6 |
* | Fixes for Windows paths. Based on Github pull 41 from cdesjardins | git | 2015-01-11 | 3 | -4/+4 |
* | Create a combined news page for the website | lloyd | 2015-01-10 | 1 | -0/+1 |
* | Move license text to a plain text file without ReST market | lloyd | 2015-01-10 | 1 | -3/+3 |