summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* cmake: speed up and extend picky clang/gcc optionsViktor Szakats2023-04-161-22/+1
* CMakeLists.txt: fix typo for Haiku detectionDouglas R. Reno2023-04-121-1/+1
* cmake: do not add zlib headers for opensslViktor Szakats2023-03-311-2/+1
* openssl: interop with AWS-LCJim King2023-03-301-0/+4
* cmake: picky-linker fixes for openssl, ZLIB, H3 and moreViktor Szakats2023-03-301-67/+85
* lib: use correct printf flags for sockets and timediffsDaniel Stenberg2023-03-291-0/+2
* CMake: make config version 8 compatible with 7Kai Pastor2023-03-251-0/+9
* cmake: bring in the network library on Haiku.Douglas R. Reno2023-03-221-0/+5
* wolfssl: add quic/ngtcp2 detection in cmake, and fix buildsViktor Szakats2023-03-141-59/+78
* cmake: delete unused HAVE__STRTOI64Viktor Szakats2023-03-131-1/+0
* build: fix stdint/inttypes detection with non-autotoolsViktor Szakats2023-03-131-3/+0
* cmake: fix enabling LDAPS on WindowsViktor Szakats2023-03-051-0/+2
* cmake: skip CA-path/bundle auto-detection in cross-buildsViktor Szakats2023-03-051-2/+4
* curl_setup: Suppress OpenSSL 3 deprecation warningsJay Satiro2023-02-181-2/+0
* cmake: fix Windows check for CryptAcquireContextALittleDruid2023-02-181-1/+1
* cmake: delete redundant macro definition `SECURITY_WIN32`Viktor Szakats2023-01-251-1/+0
* cmake: use list APPEND syntax for CMAKE_REQUIRED_DEFINITIONSMarc Aldorasi2023-01-241-4/+4
* cmake: Remove deprecated symbols checkxgladius2023-01-201-18/+0
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-1/+1
* cmake: check for sendmsgDaniel Stenberg2023-01-031-0/+1
* cmake: bump requirement to 3.7Daniel Stenberg2022-12-271-1/+1
* cmake: fix the snprintf detectionYurii Rashkovskii2022-12-261-1/+1
* build: assume errno.h is always availableJay Satiro2022-12-071-1/+0
* build: assume assert.h is always availableJay Satiro2022-12-071-1/+0
* CMake: fix build with `CURL_USE_GSSAPI`Jakub Zakrzewski2022-12-021-0/+1
* tls: backends use connection filters for IO, enabling HTTPS-proxyStefan Eissing2022-11-281-1/+4
* lib: sync guard for Curl_getaddrinfo_ex() definition and useViktor Szakats2022-11-011-2/+2
* tidy-up: process.h detection and useViktor Szakats2022-11-011-1/+0
* cmake: really enable warnings with clangViktor Szakats2022-10-261-1/+1
* winidn: drop WANT_IDN_PROTOTYPESViktor Szakats2022-10-261-1/+0
* cmake: improve usability of CMake build as a sub-projectJeremy Maitin-Shepard2022-10-211-29/+63
* cmake: set HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID on WindowsViktor Szakats2022-10-141-1/+0
* cmake: set HAVE_GETADDRINFO_THREADSAFE on WindowsViktor Szakats2022-10-141-0/+3
* cmake: sync HAVE_SIGNAL detection with autotoolsViktor Szakats2022-10-141-5/+1
* cmake: delete duplicate HAVE_GETADDRINFO testViktor Szakats2022-10-141-1/+0
* cmake: enable more detection on WindowsViktor Szakats2022-10-111-0/+2
* cmake: add missing inet_ntop checkViktor Szakats2022-10-111-0/+4
* cmake: add the check of HAVE_SOCKETPAIRXiang Xiao2022-10-101-0/+1
* tidy-up: delete parallel/unused feature flagsViktor Szakats2022-10-061-36/+1
* functypes: provide the recv and send arg and return typesDaniel Stenberg2022-09-281-0/+2
* mprintf: use snprintf if availableDaniel Stenberg2022-09-221-0/+5
* ws: initial websockets supportDaniel Stenberg2022-09-091-0/+12
* cmake: skip superfluous hex2dec conversion using math exprMarc Hoersken2022-09-051-3/+3
* cmake: fix original MinGW buildsViktor Szakats2022-08-311-1/+16
* cmake: set feature PSL if presentDaniel Stenberg2022-08-301-0/+1
* cmake: add detection of threadsafe featureMarc Hoersken2022-08-261-0/+17
* config: remove the check for and use of SIZEOF_SHORTDaniel Stenberg2022-08-111-1/+0
* tidy-up: delete unused build configuration macrosViktor Szakats2022-07-191-52/+1
* build: improve OS string in CMake and `config-win32.h`Viktor Szakats2022-07-111-1/+5
* cmake: support ngtcp2 boringssl backendDon2022-07-051-2/+7