summaryrefslogtreecommitdiff
path: root/CMake
Commit message (Expand)AuthorAgeFilesLines
* cmake: add support for building with wolfSSLbagder/cmake-wolfsslDaniel Stenberg2020-03-161-0/+13
* CMake: clean up and improve build proceduresRolf Eike Beer2020-02-297-58/+22
* cmake: Improve libssh2 check on Windowsnicoguillier2020-01-111-1/+1
* CMake: add support for building with the NSS vtls backendPeter Wu2019-12-041-0/+15
* TLS: add BearSSL vtls implementationMichael Forney2019-11-261-0/+9
* copyrights: update all copyright notices to 2019 on files changed this yearVilhelm Prytz2019-11-021-1/+1
* build: Remove unused HAVE_LIBSSL and HAVE_LIBCRYPTO definesPaul B. Omta2019-10-051-1/+0
* CMake: remove needless newlines at end of gss variablesRolf Eike Beer2019-08-311-0/+4
* CMake: fix typos and spellingDaniel Gustafsson2019-07-092-3/+3
* CMake: Convert errant elseif() to else()Kyle Edwards2019-07-091-1/+1
* build: fix Codacy warningsMarcel Raad2019-06-051-0/+2
* cmake: restore C89 compatibility of CurlTests.cMarcel Raad2019-05-121-2/+2
* CMake: suppress unused variable warningsMarcel Raad2019-05-111-0/+2
* build: fix Codacy/CppCheck warningsMarcel Raad2019-04-111-0/+4
* cmake: avoid linking executable for some tests with cmake 3.6+Jakub Zakrzewski2019-04-101-35/+40
* cmake: updated check for HAVE_POLL_FINE to match autotoolsSergei Nikulov2019-01-161-7/+35
* cmake: added checks for HAVE_VARIADIC_MACROS_C99 and HAVE_VARIADIC_MACROS_GCCSergei Nikulov2019-01-111-2/+44
* CMake: fix MIT/Heimdal Kerberos detectionKonstantin Kushnir2018-11-291-2/+2
* cmake: uniform ZLIB to use USE_ variable and clean curl-config.cmake.inTuomo Rinne2018-10-291-9/+6
* cmake: add find_dependency call for ZLIB to CMake config fileTuomo Rinne2018-10-291-2/+8
* cmake: test and set missed defines during configurationdmitrykos2018-10-051-0/+16
* CMake: Improve config installationRuslan Baratov2018-10-011-58/+3
* whitespace fixesViktor Szakats2018-09-231-1/+0
* cmake: don't require OpenSSL if USE_OPENSSL=OFFslodki2018-09-181-2/+2
* cmake: link curl to the OpenSSL targets instead of lib absolute pathsJohn Butterfield2018-08-081-0/+5
* CMake: Update scripts to use consistent styleRuslan Baratov2018-07-178-369/+329
* CMake: remove redundant and old end-of-block syntaxRuslan Baratov2018-07-093-49/+47
* CMake: Remove unused 'output_var' from 'collect_true'Ruslan Baratov2018-07-061-6/+5
* CMake: Remove unused functionsRuslan Baratov2018-07-061-30/+0
* cmake: fixed comments in compile checks codeSergei Nikulov2018-05-291-3/+3
* Fix the test for fsetxattr and strerror_r tests in CMake to work without comp...maxed2018-05-281-15/+15
* cmake: add support for brotliDon2018-03-191-0/+20
* spelling fixesViktor Szakats2018-02-231-1/+1
* cmake: Export libcurl and curl targets to use by other cmake projectsJakub Zakrzewski2017-10-281-0/+59
* cmake: disable tests and man generation if perl/nroff not foundSergei Nikulov2017-10-021-0/+29
* cmake: move cmake_uninstall.cmake to CMake/Daniel Stenberg2017-08-101-0/+26
* cmake: fix send/recv argument scanner for windowsDaniel Stenberg2017-07-051-6/+6
* spelling fixesklemens2017-03-261-1/+1
* CMake: Set at most one SSL libraryMichael Maltese2017-03-051-0/+13
* CMake: Add mbedTLS supportMichael Maltese2017-03-051-0/+13
* cmake: Support curl --xattr when built with cmakeSean Burford2017-02-011-0/+16
* cmake: disable poll for macOSPeter Wu2016-11-061-11/+14
* cmake: add nghttp2 supportRemo E2016-10-101-0/+18
* CMake: Try to (un-)hide private library symbolsJakub Zakrzewski2016-09-101-0/+61
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* CMake: Put "winsock2.h" before "windows.h" during configure checksJakub Zakrzewski2015-09-231-1/+1
* cmake: Fix CurlTests check for gethostbyname_r with 5 argumentsBrad King2015-08-141-1/+1
* CMake: fix winsock2 detection on windowsSergei Nikulov2015-02-191-1/+1
* CMake: Simplify if() conditions on check result variablesBrad King2014-11-191-4/+4
* CMake: Restore order-dependent library checksBrad King2014-11-131-3/+6