summaryrefslogtreecommitdiff
path: root/CMake
Commit message (Expand)AuthorAgeFilesLines
* 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
* CMake: Restore order-dependent header checksBrad King2014-11-131-1/+4
* cmake: fix HAVE_GETHOSTNAME definitionPeter Wu2014-11-101-0/+1
* cmake: fix struct sockaddr_storage checkPeter Wu2014-11-031-23/+5
* cmake: clean OtherTests, fixing -WerrorPeter Wu2014-11-033-245/+85
* cmake: fix gethostby{addr,name}_r in CurlTestsPeter Wu2014-11-031-246/+70
* cmake: drop _BSD_SOURCE macro usagePeter Wu2014-11-031-1/+0
* Cmake: Build with GSSAPI (MIT or Heimdal)Jakub Zakrzewski2014-10-091-0/+289