aboutsummaryrefslogtreecommitdiffstats
path: root/configure.py
Commit message (Expand)AuthorAgeFilesLines
* Fix configure with compilers that don't set an explicit binary linkerJack Lloyd2016-06-171-4/+3
* Fixed shared library behaviour on Darwin/OS X.Alastair Houghton2016-04-071-2/+9
* Merge GH #446 add --module-policy optionJack Lloyd2016-03-061-60/+85
|\
| * Add option --module-policyJack Lloyd2016-03-061-60/+85
* | Have --debug-mode both set debug info and disable optimizations.Jack Lloyd2016-03-061-3/+7
|/
* fix commentDaniel Neus2016-02-191-1/+1
* Use symlinks on windows if explicitly requestedDaniel Neus2016-02-191-2/+8
* Add --with-valgrindJack Lloyd2016-02-131-0/+6
* Maintainer mode shouldn't always imply ASan since it interferes withJack Lloyd2016-01-291-3/+0
* Fix configure.py for CPython 2.6Jack Lloyd2016-01-041-3/+10
* Merge pull request #353 from neusdan/robust_build_setup_windowsJack Lloyd2015-12-311-2/+29
|\
| * review changesDaniel Neus2015-12-231-7/+9
| * decrease timeout between attempts to 100msDaniel Neus2015-12-181-4/+4
| * make shutil.rmtree and os.makedirs more robust (at least on windows)Daniel Neus2015-12-101-2/+27
* | Add TPM v1.2 support (RSA keygen/signing, RNG)Jack Lloyd2015-12-191-1/+1
* | Expose os_type setting as BOTAN_TARGET_OS_TYPE_IS_xJack Lloyd2015-12-121-7/+15
|/
* Rename cmd/app -> cliSimon Warta2015-12-091-10/+10
* Better error checking for <libs> settings in module info filesJack Lloyd2015-11-281-0/+7
* Remove --build-mode and add individual toggles for optimization, debug,Jack Lloyd2015-10-261-36/+41
* Remove the strange conjoining of debug and optimization flags.Jack Lloyd2015-10-261-45/+21
* Add `--minimized-build` which does the same thing as `--no-autoload`Jack Lloyd2015-10-141-1/+3
* build system: Add framework support for OS X and iOSDaniel Seither2015-09-251-3/+14
* Pluralize --with-python-version option, remove it from single-option groupJack Lloyd2015-09-221-7/+4
* Fix pbkdf, pk padding and ECDH registration for static linking.Jack Lloyd2015-09-111-4/+0
* Prevent users from building static non-amalgamations on MinGW and CygwinSimon Warta2015-09-091-7/+6
* Remove duplicated ABI flags, and treat user-set flags as a single stringJack Lloyd2015-08-291-8/+6
* Allow multiple abi link flags with the same nameRené Korthaus2015-08-281-4/+4
* Add soname_patternSimon Warta2015-08-241-4/+21
* On x86-32, anything using the simd wrapper needs to be pushed to the SSE2 objJack Lloyd2015-08-221-4/+8
* 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