aboutsummaryrefslogtreecommitdiffstats
path: root/configure.py
Commit message (Expand)AuthorAgeFilesLines
* support auto-detection of emcc compiler versionRené Meusel2021-12-141-0/+1
* preload test data for emscripten test binaryRené Meusel2021-12-141-0/+1
* add better build info for emscriptenRené Meusel2021-12-141-2/+18
* Merge GH #2827 Remove OpenSSL providerJack Lloyd2021-12-111-1/+1
|\
| * Remove the OpenSSL providerJack Lloyd2021-10-281-1/+1
* | FIX: always state -L${BUILD_DIR} before ${LDFLAGS} (fixes #2847)René Meusel2021-11-151-2/+3
|/
* Add macOS CA bundle pathJack Lloyd2021-07-301-0/+1
* Fix build problemJack Lloyd2021-07-301-2/+1
* Disable LGTM false positiveJack Lloyd2021-07-291-1/+2
* Remove OpenMP supportJack Lloyd2021-05-191-9/+0
* Merge GH #2718 Fix detection of linker flagsJack Lloyd2021-04-171-2/+8
|\
| * Fix detection of linker flags (GH #2715)Jack Lloyd2021-04-161-2/+8
* | Avoid non-lazy Python logging invocationsJack Lloyd2021-04-161-72/+76
|/
* Avoid empty -lJack Lloyd2021-02-151-1/+1
* Add --extra-libs option and group -l flags from LDFLAGS to the endJack Lloyd2021-02-151-0/+14
* Remove support for bakefileJack Lloyd2021-02-141-16/+1
* Restrict target os features to match [a-z][a-z0-9_]*[a-z0-9]Jack Lloyd2021-01-231-0/+9
* Move docs earlier into the build stepsJack Lloyd2020-12-211-2/+2
* Use the canonicalized arch for picking ABI flagsJack Lloyd2020-12-161-2/+2
* Improve checks and avoid hard-coding the major version numberJack Lloyd2020-12-031-0/+1
* Improve CI tests of the install targetJack Lloyd2020-12-021-1/+6
* CI: validate installation after running make installHannes Rantzsch2020-12-011-1/+1
* Export the list of headers into build_config.jsonJack Lloyd2020-12-011-0/+4
* Tighten up the check on feature macro datestampsJack Lloyd2020-11-291-1/+8
* Correct -L flag use when combined with --external-libdirJack Lloyd2020-11-131-3/+3
* Add --compiler-cache option to configure.pyJack Lloyd2020-11-131-1/+12
* Generate a compile_commands.json for clang-tidyJack Lloyd2020-11-101-6/+8
* Hack for MinGWJack Lloyd2020-11-071-1/+9
* Use the full path to the Python interpreter in the makefileJack Lloyd2020-11-071-1/+1
* Remove deprecated headers, make more headers internalJack Lloyd2020-11-061-3/+3
* Support suffixes on version numbersJack Lloyd2020-09-251-1/+13
* Extend 'variables' with 'compiler_include_dirs'PetrJarosik2020-06-221-0/+2
* Add a warning when building amalgamation with shared library flags setJack Lloyd2020-06-191-0/+6
* add some missing building and configure documentationPhilippe Lieser2020-04-291-1/+1
* add ./botan-test --data-dir handlingRené Meusel2020-03-101-0/+2
* Remove support for running macOS binaries from local dirJack Lloyd2020-03-041-3/+0
* Avoid using symlink on Windows even when cross compilingJack Lloyd2020-03-021-13/+21
* Define _UNICODE as wellJack Lloyd2020-02-071-3/+3
* Remove support for splitting the amalgamation by ABIJack Lloyd2020-01-221-170/+59
* Fix amalgamation build on non-x86 gccJack Lloyd2020-01-211-14/+25
* Make status of maintainer mode build more clearJack Lloyd2020-01-161-1/+1
* Clean up handling of POWER ISA extensionsJack Lloyd2019-12-121-3/+3
* Fix Windows linking to consistently use .lib suffix as requiredJack Lloyd2019-12-061-5/+5
* Add -Werror mode for CI buildJack Lloyd2019-12-031-0/+8
* Add some more possibilities for CA bundleJack Lloyd2019-11-101-2/+4
* Avoid using .PHONY when generating Makefile for WindowsJack Lloyd2019-10-311-1/+1
* Avoid passing ABI flags to the MSVC linkerJack Lloyd2019-10-251-0/+6
* Add generic CPU targetJack Lloyd2019-10-171-2/+3
* Merge GH #2138 If --without-documentation don't invoke the builder scriptJack Lloyd2019-10-101-1/+2
|\
| * --without-documentation disables build target 'docs'René Meusel2019-10-091-1/+2