| Commit message (Expand) | Author | Age | Files | Lines |
* | Script the Windows CI build | Jack Lloyd | 2017-09-08 | 1 | -3/+5 |
* | Add support for fuzzing with KLEE | Jack Lloyd | 2017-08-30 | 1 | -2/+2 |
* | Add support for LLVM bitcode target | Jack Lloyd | 2017-08-30 | 2 | -4/+4 |
* | Further fixes to ci build script | Jack Lloyd | 2017-08-29 | 1 | -1/+3 |
* | Create new fuzzer build mode | Jack Lloyd | 2017-08-25 | 2 | -0/+20 |
* | Turn --destdir option into an environment variable, fixes #1101, fixes #996, ... | Zoltan Gyarmati | 2017-08-04 | 3 | -3/+3 |
* | Add libs target to makefiles | Jack Lloyd | 2016-12-18 | 2 | -0/+4 |
* | change botan CLI filename to botan-cli.exe | Daniel Neus | 2016-08-17 | 1 | -1/+1 |
* | Clean symlinks to shared libraries properly | Lauri Nurmi | 2016-06-07 | 1 | -1/+1 |
* | Fixed shared library behaviour on Darwin/OS X. | Alastair Houghton | 2016-04-07 | 2 | -0/+4 |
* | Rename cmd/app -> cli | Simon Warta | 2015-12-09 | 3 | -25/+25 |
* | Remove --build-mode and add individual toggles for optimization, debug, | Jack Lloyd | 2015-10-26 | 1 | -1/+1 |
* | Remove the strange conjoining of debug and optimization flags. | Jack Lloyd | 2015-10-26 | 1 | -7/+6 |
* | .PHONY must be a rule, not a variable | Simon Warta | 2015-09-09 | 1 | -1/+1 |
* | Add soname_pattern | Simon Warta | 2015-08-24 | 1 | -6/+6 |
* | Update Windows linking | Simon Warta | 2015-07-21 | 1 | -6/+13 |
* | msvc fixes | Simon Warta | 2015-07-21 | 1 | -5/+13 |
* | Have a $(LINKER) variable | Simon Warta | 2015-07-21 | 1 | -0/+1 |
* | Rename template variable cc -> cxx | Simon Warta | 2015-07-21 | 1 | -1/+1 |
* | Remove dead code (Boost.Python makefile, unused configure.py functions) | Jack Lloyd | 2015-07-11 | 1 | -26/+0 |
* | Simplify the website and documentation layout. | Jack Lloyd | 2015-07-03 | 1 | -18/+1 |
* | 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 |
* | 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 | 2 | -2/+7 |
* | Add valgrind target in makefile | lloyd | 2015-03-05 | 1 | -1/+4 |
* | Hide all uses of boost filesystem in fs.cpp. Use readdir as an | lloyd | 2015-02-21 | 1 | -2/+2 |
* | Add new module `ffi` which provides a plain C interface, plus a new | lloyd | 2015-02-16 | 2 | -4/+0 |
* | 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 |
* | The pkgconfig file should be installed relative to the library dir | lloyd | 2015-01-07 | 1 | -8/+0 |
* | Fix System_RNG for Windows, fix nmake clean target | lloyd | 2014-12-22 | 1 | -1/+1 |
* | Always need boost_system in cmdline due to asio | lloyd | 2014-12-20 | 1 | -1/+1 |
* | Fix Windows build. Github issue 32 | lloyd | 2014-11-26 | 3 | -7/+4 |
* | Add a new Python install script and clean up the makefile templates | lloyd | 2014-11-12 | 4 | -44/+15 |
* | Add --program-suffix option to configure | lloyd | 2014-03-22 | 3 | -11/+8 |
* | Add --destdir option to configure.py | lloyd | 2014-02-13 | 1 | -1/+1 |
* | More fixes for minified builds | lloyd | 2014-02-09 | 1 | -1/+1 |
* | Install command line app | lloyd | 2014-02-08 | 2 | -0/+7 |
* | Typo fix | lloyd | 2014-01-20 | 1 | -5/+5 |
* | Fix make clean, removed too much | lloyd | 2014-01-18 | 1 | -1/+1 |
* | Website tweaks. Rename TLS suite script options. | lloyd | 2014-01-11 | 1 | -1/+1 |
* | Split up docs into the reference manual, the website, and everything else. | lloyd | 2014-01-10 | 5 | -84/+93 |