summaryrefslogtreecommitdiff
path: root/CMake
Commit message (Expand)AuthorAgeFilesLines
* CMake: remove `HAVE_WINSOCK_H` definitionMarcel Raad2021-09-292-21/+0
* Revert "build: remove checks for WinSock 1"Daniel Stenberg2021-09-292-0/+21
* build: remove checks for WinSock 1Marcel Raad2021-09-282-21/+0
* cmake: avoid poll() on macOSDaniel Stenberg2021-08-241-0/+4
* Get rid of the unused HAVE_SIG_ATOMIC_T et. al.Dan Fandrich2021-07-231-22/+0
* misc: copyright year range updatesDaniel Stenberg2021-07-191-1/+1
* build: fix IoctlSocket FIONBIO checkAndrea Pappacoda2021-07-161-1/+1
* configure/cmake: remove checks for unused gethostbyaddr and gethostbyaddr_rGergely Nagy2021-06-182-45/+5
* configure/cmake: remove checks for unused inet_ntoa and inet_ntoa_rGergely Nagy2021-06-182-35/+0
* configure/cmake: remove unused define HAVE_PERRORGergely Nagy2021-06-181-1/+0
* configure/cmake: remove checks for unused sgtty.hGergely Nagy2021-06-181-1/+0
* cmake: try well-known send/recv signature for AppleGregor Jasny2021-06-011-64/+78
* configure: remove use of RETSIGTYPEMichael Forney2021-04-072-20/+1
* build: delete unused feature guardsViktor Szakats2021-02-231-3/+1
* cmake: make CURL_ZLIB a tri-state variableCristian Morales Vega2020-11-191-0/+11
* cmake: don't pass -fvisibility=hidden to clang-cl on WindowsTobias Hieta2020-11-101-1/+1
* copyright: fix year rangesDaniel Stenberg2020-11-051-1/+1
* curl.se: new homeDaniel Stenberg2020-11-0422-22/+22
* content_encoding: add zstd decoding supportGilles Vollant2020-07-121-0/+69
* CMake: add HTTP/3 support (ngtcp2+nghttp3, quiche)Peter Wu2020-05-103-0/+257
* cmake: Avoid MSVC C4273 warnings in send/recv checksBrad King2020-04-141-0/+6
* copyright: fix out-of-date copyright ranges and missing headersDaniel Stenberg2020-03-2417-0/+357
* 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