aboutsummaryrefslogtreecommitdiffstats
path: root/configure.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge GH #2140 Avoid make install trying to build unwanted targetsJack Lloyd2019-10-101-0/+9
|\ \
| * | install CLI only when it was builtRené Meusel2019-10-091-0/+1
| * | dynamically decide on required install targetsRené Meusel2019-10-091-0/+8
| |/
* / Fix nmake buildJack Lloyd2019-10-091-1/+1
|/
* Use the full path to the Python interpreterJack Lloyd2019-10-051-1/+1
* Continue to accept relative paths to --libdir/--bindirJack Lloyd2019-09-221-2/+7
* support full-path styled --libdir and --bindir options刘群2019-09-211-2/+2
* build-data: fix up a bug in botan.pc.in刘群2019-09-211-1/+1
* Merge GH #2098 Add --build-targets= optionJack Lloyd2019-09-101-9/+43
|\
| * allow multiple --build-targets= configure switchesRené Meusel2019-09-101-2/+5
| * simplify/optimize reading of --build-targets optionRené Meusel2019-09-101-22/+10
| * remove --build-bogo-shim switchRené Meusel2019-09-091-5/+2
| * remove --build-targets= 'fuzzers' and 'docs' for nowRené Meusel2019-09-091-3/+2