summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* CMake: use platform dependent name for dlopen() libraryRolf Eike Beer2019-08-311-1/+1
* curl: support parallel transfersDaniel Stenberg2019-07-201-0/+1
* cmake: Fix finding Brotli on case-sensitive file systemsaasivov2019-07-171-1/+1
* Revert "cmake: add SMB to list of disabled protocols if HTTP_ONLY is specified"Daniel Stenberg2019-06-111-4/+0
* cmake: add SMB to list of disabled protocols if HTTP_ONLY is specifiedsergey-raevskiy2019-06-111-0/+4
* configure/cmake: check for if_nametoindex()Daniel Stenberg2019-05-221-0/+1
* libcurl: #ifdef away more code for disabled features/protocolsDaniel Stenberg2019-05-171-0/+2
* cmake: rename CMAKE_USE_DARWINSSL to CMAKE_USE_SECTRANSPSimon Warta2019-04-271-9/+13
* cmake: clear CMAKE_REQUIRED_LIBRARIES after each useJakub Zakrzewski2019-04-101-0/+3
* cmake: minor cleanupJakub Zakrzewski2019-04-101-7/+1
* cmake: set SSL_BACKENDSSimon Warta2019-04-061-4/+13
* cmake: don't run SORT on empty listSimon Warta2019-04-061-1/+3
* cmake: updated check for HAVE_POLL_FINE to match autotoolsSergei Nikulov2019-01-161-7/+2
* cmake: added checks for HAVE_VARIADIC_MACROS_C99 and HAVE_VARIADIC_MACROS_GCCSergei Nikulov2019-01-111-0/+2
* cmake: use lowercase for function name like the rest of the codeRuslan Baratov2018-12-241-1/+1
* CMake: fix MIT/Heimdal Kerberos detectionKonstantin Kushnir2018-11-291-2/+2
* axtls: removedDaniel Stenberg2018-11-011-1/+1
* cmake: Remove unused CURL_CONFIG_HAS_BEEN_RUN_BEFORE variableRuslan Baratov2018-10-301-5/+0
* cmake: uniform ZLIB to use USE_ variable and clean curl-config.cmake.inTuomo Rinne2018-10-291-2/+2
* cmake: add support for transitive ZLIB targetTuomo Rinne2018-10-291-2/+10
* cmake: remove unused variablesRuslan Baratov2018-10-251-19/+0
* CMake: remove BOMMarcel Raad2018-10-111-1/+1
* CMake: disable -Wpedantic-ms-formatMarcel Raad2018-10-101-2/+2
* cmake: test and set missed defines during configurationdmitrykos2018-10-051-0/+6
* CMake: Improve config installationRuslan Baratov2018-10-011-15/+24
* cmake: Backport to work with CMake 3.0 againBrad King2018-09-281-2/+11
* CMake: Respect BUILD_SHARED_LIBSRuslan Baratov2018-08-081-5/+9
* cmake: bumped minimum version to 3.4John Butterfield2018-08-081-1/+1
* cmake: link curl to the OpenSSL targets instead of lib absolute pathsJohn Butterfield2018-08-081-4/+4
* CMake: Update scripts to use consistent styleRuslan Baratov2018-07-171-69/+66
* CMake: remove redundant and old end-of-block syntaxRuslan Baratov2018-07-091-53/+49
* CMake: Remove unused 'output_var' from 'collect_true'Ruslan Baratov2018-07-061-2/+2
* cmake: allow multiple SSL backendsRaphael Gozzo2018-06-211-1/+1
* openssl: assume engine support in 1.0.1 or laterDaniel Stenberg2018-06-111-1/+0
* curl.rc: embed manifest for correct Windows version detectionViktor Szakats2018-05-301-1/+7
* cmake: check for getpwuid_rBernhard Walle2018-05-281-0/+1
* Fix the test for fsetxattr and strerror_r tests in CMake to work without comp...maxed2018-05-281-2/+2
* cmake: set -d postfix for debug builds if not specifiedSergei Nikulov2018-05-241-1/+3
* cmake: Add advapi32 as explicit link library for win32MichaƂ Janiszewski2018-03-271-0/+1
* cmake: avoid warn-as-error during config checks (#2411)Sergei Nikulov2018-03-221-11/+10
* cmake: add support for brotliDon2018-03-191-0/+12
* build: remove HAVE_LIMITS_H checkJay Satiro2018-01-051-1/+0
* cmake: Add missing setmode checkJohn Starks2017-11-101-0/+1
* timeval: use mach time on MacOSDmitri Tikhonov2017-10-301-0/+1
* cmake: Export libcurl and curl targets to use by other cmake projectsJakub Zakrzewski2017-10-281-1/+26
* openssl: enable PKCS12 support for !BoringSSLDaniel Stenberg2017-10-091-1/+0
* cmake: disable tests and man generation if perl/nroff not foundSergei Nikulov2017-10-021-31/+17
* cmake: enable picky compiler options with clang and gccDaniel Stenberg2017-08-201-0/+15
* cmake: sizeof curl_off_t, remove unused detectionsDaniel Stenberg2017-08-171-44/+7
* cmake: remove dead code for DISABLED_THREADSAFEBenbuck Nason2017-08-151-2/+0