aboutsummaryrefslogtreecommitdiffstats
path: root/configure.py
Commit message (Expand)AuthorAgeFilesLines
* Update configure.pySimon Warta2015-07-261-15/+11
* Remove the configure.py logic for handling bare asm. GH #216Jack Lloyd2015-07-251-25/+2
* Fix typosSimon Warta2015-07-241-1/+1
* Make 'module not found' an errorSimon Warta2015-07-231-2/+2
* Rename so_link_flags to so_link_commandsSimon Warta2015-07-211-10/+10
* Add binary_link_command; Use compiler configs to set RPATH on LinuxSimon Warta2015-07-211-17/+33
* Check for so_link_command existence in compiler settingsSimon Warta2015-07-211-1/+3
* Merge compile_option into CXX_FLAGSSimon Warta2015-07-211-3/+1
* Have a $(LINKER) variableSimon Warta2015-07-211-8/+16
* Rename template variable cc -> cxxSimon Warta2015-07-211-1/+1
* Make release/debug versions for: compile_flags, lib_opt_flags and app_opt_flagsSimon Warta2015-07-211-10/+21
* Tie static build check to --via-amalgamation, not --gen-amalgamationSimon Warta2015-07-191-1/+1
* Make internal headers available for tests (amalgamation)Simon Warta2015-07-151-4/+3
* Force amalgamation in static buildSimon Warta2015-07-131-0/+4
* Exit configure script with return value 1 on errorSimon Warta2015-07-121-4/+13
* Remove dead code (Boost.Python makefile, unused configure.py functions)Jack Lloyd2015-07-111-13/+0
* Make sanitizer a build mode for easy use by developers.Jack Lloyd2015-07-051-3/+8
* Rename variable with_shared_lib -> build_shared_libSimon Warta2015-07-031-1/+1
* Dont run install_name_tool when lib is statically linkedSimon Warta2015-07-011-1/+1
* Fix include handling in amalgamationSimon Warta2015-07-011-16/+19
* Add optparse choices parameter to detect config errors nice and earlySimon Warta2015-06-241-2/+6
* Use install_name_tool to change location of botan lib on OSXSimon Warta2015-06-221-0/+7
* Set RPATH to $ORIGIN for ./botan and ./botan-testSimon Warta2015-06-221-1/+3
* Fix coverage make targetSimon Warta2015-06-211-0/+1
* Prefix gmake includesSimon Warta2015-06-201-8/+6
* Update build system:simon2015-06-181-1/+3
* Fix --disable-aes-ni flag which did not disable AES-NI. Reported onlloyd2015-06-031-1/+1
* Add .exe suffix to MinGW and Cygwin binaries alsolloyd2015-04-271-1/+2
* Remove the stray binary character making Python3 unhappy, removelloyd2015-04-121-9/+4
* Add back --debug-modelloyd2015-04-121-1/+5
* Remove notice loglevel as logging.addLevelName is broken in Python3lloyd2015-04-121-9/+5
* Add coverage checking with gcov/lcovlloyd2015-04-121-34/+33
* Fix the makefile for JOMsimon2015-03-181-1/+2
* Github pull 65, Use Clang on OS X when presentcordney2015-03-151-0/+3
* Get the ordering of operations correct in the build.lloyd2015-03-151-273/+232
* Move the amalgamation generation to later in the build process solloyd2015-03-101-3/+3
* Add option to generate single amalgamation file.lloyd2015-02-281-25/+29
* Split amalagamation into ISA specific objectslloyd2015-02-221-37/+63
* Hide all uses of boost filesystem in fs.cpp. Use readdir as anlloyd2015-02-211-5/+16
* Add new module `ffi` which provides a plain C interface, plus a newlloyd2015-02-161-35/+12
* Mark modules pulling in external deps (zlib, boost, etc) as such, andlloyd2015-02-061-19/+25
* Enable OpenSSL for providing ciphers and hashes again.lloyd2015-02-051-1/+1
* Remove algo factory, engines, global RNG, global state, etc.lloyd2015-02-041-2/+2
* Amalgamation fixeslloyd2015-01-231-3/+2
* Fix string formattinglloyd2015-01-121-1/+1
* Fixes for Windows paths. Based on Github pull 41 from cdesjardinsgit2015-01-111-3/+5
* Ensure all files have copyright and license info.lloyd2015-01-101-2/+2
* Handle malformed info.txt filelloyd2014-12-291-0/+2
* Implement RFC 6979 determinstic signatures for DSA and ECDSA.lloyd2014-12-101-2/+5
* Add --with-everything optionlloyd2014-12-061-1/+7