| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge the gnumake and nmake makefiles | Jack Lloyd | 2017-12-01 | 3 | -166/+0 |
* | Avoid naming Windows library botand if in debug mode | Jack Lloyd | 2017-12-01 | 1 | -2/+2 |
* | Add ability to disable static library build | Jack Lloyd | 2017-11-30 | 6 | -96/+57 |
* | Fix dependencies | Jack Lloyd | 2017-11-29 | 4 | -31/+34 |
* | Add the build commands back to the main makefiles | Jack Lloyd | 2017-11-29 | 3 | -14/+28 |
* | Add a script to handle `make clean` target | Jack Lloyd | 2017-11-29 | 4 | -111/+44 |
* | Remove unused command variables in makefiles | Jack Lloyd | 2017-11-29 | 3 | -17/+6 |
* | Allow overriding ar command | Jack Lloyd | 2017-11-29 | 3 | -4/+2 |
* | Split the language flags out of CXXFLAGS | Jack Lloyd | 2017-11-29 | 2 | -4/+5 |
* | Prefix execution of install.py with Python binary | Jack Lloyd | 2017-11-16 | 3 | -2/+4 |
* | 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 |