aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
AgeCommit message (Expand)Author
2023-09-29dict: Internal API to look up hash valuesNick Wellnhofer
2023-09-21autotools: Make --with-minimum disable lzma supportNick Wellnhofer
2023-09-21build: Remove some GCC warningsNick Wellnhofer
2023-09-04autoconf: Include non-pkg-config dependency flags in the pkg-config fileJames Le Cuirot
2023-09-04autoconf: Don't bake build time CFLAGS into pkg-config fileJames Le Cuirot
2023-09-03build: Generate better pkg-config files for static-only buildsJames Le Cuirot
2023-09-03build: Generate better pkg-config file for SYSROOT buildsJames Le Cuirot
2023-09-01autoconf: Allow custom --with-icu configure optionNick Wellnhofer
2023-09-01dict: Use thread-local storage for PRNG stateNick Wellnhofer
2023-09-01dict: Use xoroshiro64** as PRNGNick Wellnhofer
2023-08-21doc: Improve documentation of configuration optionsNick Wellnhofer
2023-06-21autotools: fix Python module file ext for cygwin/msys2Christoph Reiter
2023-05-25testapi: Don't set http_proxy environment variableNick Wellnhofer
2023-05-25autotools: Improve iconv checkNick Wellnhofer
2023-05-10autotools: Fix ICU detectionNick Wellnhofer
2023-05-06autoconf: fix iconv library pathsMike Dalessio
2023-04-29autoconf: Only use --undefined-version with version scriptsNick Wellnhofer
2023-04-29Link with --undefined-versionNick Wellnhofer
2023-04-28Bump version to 2.12.0Nick Wellnhofer
2023-04-26autoconf: Add AC_LANG_SOURCE to fix warningNick Wellnhofer
2023-04-19autoconf: Warn about outdated C compilersNick Wellnhofer
2022-12-21Remove RPM build, Makefile.tests, README.testsNick Wellnhofer
2022-09-20autotools: Don't use version script on WindowsNick Wellnhofer
2022-09-07autotools: Fix winsock detectionNick Wellnhofer
2022-09-07autotools: Only add network libraries if HTTP/FTP enabledNick Wellnhofer
2022-09-06python: Create .pyd on WindowsNick Wellnhofer
2022-09-06build: Remove check for broken ss_familyNick Wellnhofer
2022-09-05autotools: Fix bug with multiline argumentsNick Wellnhofer
2022-09-05autotools: Try to fix bug with multiline argumentsNick Wellnhofer
2022-09-05http: Simplify IPv6 checksNick Wellnhofer
2022-09-05autotools: Fix network checks on WindowsNick Wellnhofer
2022-09-04Fix detection of GNU libiconvNick Wellnhofer
2022-09-04configure.ac: Also check for MSYS hostNick Wellnhofer
2022-09-04Disable fuzzer tests if glob.h wasn't foundNick Wellnhofer
2022-09-04Fix Python build on WindowsNick Wellnhofer
2022-09-04Improve network library detectionNick Wellnhofer
2022-09-04Detect ws2_32 with AC_SEARCH_LIBSNick Wellnhofer
2022-09-04Rework network configure checksNick Wellnhofer
2022-09-04Remove arg cast configure checksNick Wellnhofer
2022-09-04Fix dlopen checkNick Wellnhofer
2022-09-04Remove HAVE_WIN32_THREADS configuration flagNick Wellnhofer
2022-09-04Remove BeOS supportNick Wellnhofer
2022-09-04Rework dlopen and pthread detectionNick Wellnhofer
2022-09-04Fix test in configure.acNick Wellnhofer
2022-09-02Always link with -no-undefinedNick Wellnhofer
2022-09-02Use AM_CFLAGS and AM_LDFLAGS consistentlyNick Wellnhofer
2022-09-02Remove -Wredundant-declsNick Wellnhofer
2022-09-02Call AC_CHECK_* with multiple argumentsNick Wellnhofer
2022-09-02Remove unused code in nanohttp.cNick Wellnhofer
2022-09-02Stop including sys/types.hNick Wellnhofer