aboutsummaryrefslogtreecommitdiffstats
path: root/src/build-data/makefile
Commit message (Expand)AuthorAgeFilesLines
* Merge the gnumake and nmake makefilesJack Lloyd2017-12-013-166/+0
* Avoid naming Windows library botand if in debug modeJack Lloyd2017-12-011-2/+2
* Add ability to disable static library buildJack Lloyd2017-11-306-96/+57
* Fix dependenciesJack Lloyd2017-11-294-31/+34
* Add the build commands back to the main makefilesJack Lloyd2017-11-293-14/+28
* Add a script to handle `make clean` targetJack Lloyd2017-11-294-111/+44
* Remove unused command variables in makefilesJack Lloyd2017-11-293-17/+6
* Allow overriding ar commandJack Lloyd2017-11-293-4/+2
* Split the language flags out of CXXFLAGSJack Lloyd2017-11-292-4/+5
* Prefix execution of install.py with Python binaryJack Lloyd2017-11-163-2/+4
* Script the Windows CI buildJack Lloyd2017-09-081-3/+5
* Add support for fuzzing with KLEEJack Lloyd2017-08-301-2/+2
* Add support for LLVM bitcode targetJack Lloyd2017-08-302-4/+4
* Further fixes to ci build scriptJack Lloyd2017-08-291-1/+3
* Create new fuzzer build modeJack Lloyd2017-08-252-0/+20
* Turn --destdir option into an environment variable, fixes #1101, fixes #996, ...Zoltan Gyarmati2017-08-043-3/+3
* Add libs target to makefilesJack Lloyd2016-12-182-0/+4
* change botan CLI filename to botan-cli.exeDaniel Neus2016-08-171-1/+1
* Clean symlinks to shared libraries properlyLauri Nurmi2016-06-071-1/+1
* Fixed shared library behaviour on Darwin/OS X.Alastair Houghton2016-04-072-0/+4
* Rename cmd/app -> cliSimon Warta2015-12-093-25/+25
* Remove --build-mode and add individual toggles for optimization, debug,Jack Lloyd2015-10-261-1/+1
* Remove the strange conjoining of debug and optimization flags.Jack Lloyd2015-10-261-7/+6
* .PHONY must be a rule, not a variableSimon Warta2015-09-091-1/+1
* Add soname_patternSimon Warta2015-08-241-6/+6
* Update Windows linkingSimon Warta2015-07-211-6/+13
* msvc fixesSimon Warta2015-07-211-5/+13
* Have a $(LINKER) variableSimon Warta2015-07-211-0/+1
* Rename template variable cc -> cxxSimon Warta2015-07-211-1/+1
* Remove dead code (Boost.Python makefile, unused configure.py functions)Jack Lloyd2015-07-111-26/+0
* Simplify the website and documentation layout.Jack Lloyd2015-07-031-18/+1
* 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
* Fix spaces vs tabs in makefile template. GH#78lloyd2015-04-181-1/+1
* Add coverage checking with gcov/lcovlloyd2015-04-122-2/+7
* Add valgrind target in makefilelloyd2015-03-051-1/+4
* Hide all uses of boost filesystem in fs.cpp. Use readdir as anlloyd2015-02-211-2/+2
* Add new module `ffi` which provides a plain C interface, plus a newlloyd2015-02-162-4/+0
* 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
* The pkgconfig file should be installed relative to the library dirlloyd2015-01-071-8/+0
* Fix System_RNG for Windows, fix nmake clean targetlloyd2014-12-221-1/+1
* Always need boost_system in cmdline due to asiolloyd2014-12-201-1/+1