summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
...
* cmake: do not force Windows target versionsViktor Szakats2022-07-041-9/+0
* windows: improve random sourceViktor Szakats2022-07-041-0/+2
* cmake: fix build for mingw cross compileKai Pastor2022-07-031-1/+1
* fopen: add Curl_fopen() for better overwriting of filesDaniel Stenberg2022-06-261-0/+1
* rand: stop detecting /dev/urandom in cross-buildsViktor Szakats2022-06-221-2/+4
* copyright: make repository REUSE compliantmax.mehl2022-06-131-0/+2
* cmake: support adding a suffix to the OS valueViktor Szakats2022-05-261-1/+1
* cmake: fix detecting libidn2Viktor Szakats2022-05-261-2/+3
* cmake: add libpsl supportVincent Torri2022-05-191-0/+25
* msh3: add support for QUIC and HTTP/3 using msh3Nick Banks2022-04-101-0/+10
* misc: remove BeOS code and referencesDaniel Stenberg2022-01-171-8/+1
* build: enable -Warith-conversionMarcel Raad2022-01-131-1/+1
* build: fix -Wenum-conversion handlingMarcel Raad2022-01-131-1/+1
* cmake: warn on use of the now deprecated symbolsJay Satiro2021-11-251-3/+18
* cmake: private identifiers use CURL_ instead of CMAKE_ prefixDaniel Stenberg2021-11-231-44/+40
* cmake: fix error getting LOCATION property on non-imported targetBoris Rasin2021-10-281-6/+4
* CMake: restore support for SecureTransport on iOSRicardo Martins2021-10-251-18/+26
* cmake: add CURL_ENABLE_SSL option and make CMAKE_USE_* SSL backend options de...Ryan Mast2021-10-141-7/+8
* CMake: remove `HAVE_WINSOCK_H` definitionMarcel Raad2021-09-291-1/+0
* Revert "build: remove checks for WinSock 1"Daniel Stenberg2021-09-291-0/+1
* build: remove checks for WinSock 1Marcel Raad2021-09-281-1/+0
* cmake: with OpenSSL, define OPENSSL_SUPPRESS_DEPRECATEDDaniel Stenberg2021-09-231-0/+2
* cmake: sync CURL_DISABLE optionsDon2021-08-251-40/+61
* curl_setup.h: sync values for HTTP_ONLYDon2021-08-211-0/+1
* cmake: remove libssh2 feature checksAndrea Pappacoda2021-07-051-9/+0
* cmake: fix support for UnixSockets feature on Win32Li Xinwei2021-06-211-1/+5
* hostip: (macOS) free returned memory of SCDynamicStoreCopyProxiesGregory Muchka2021-06-211-13/+14
* configure/cmake: remove checks for unused gethostbyaddr and gethostbyaddr_rGergely Nagy2021-06-181-14/+0
* configure/cmake: remove checks for unused inet_ntoa and inet_ntoa_rGergely Nagy2021-06-181-11/+1
* configure/cmake: remove unused define HAVE_PERRORGergely Nagy2021-06-181-1/+0
* configure/cmake: remove unused define HAVE_FREEIFADDRSGergely Nagy2021-06-181-1/+0
* configure/cmake: remove unused define HAVE_FORKGergely Nagy2021-06-181-1/+0
* configure/cmake: remove checks for unused sgtty.hGergely Nagy2021-06-181-1/+0
* configure/cmake: remove remaining checks for rsa.hGergely Nagy2021-06-181-1/+0
* configure/cmake: remove remaining checks for err.hGergely Nagy2021-06-181-1/+0
* configure/cmake: remove remaining checks for crypto.hGergely Nagy2021-06-181-1/+0
* cmake: Avoid leaking absolute paths into exported configGregor Jasny2021-06-061-2/+2
* cmake: add CURL_DISABLE_NTLM optiontheawless2021-06-021-4/+6
* lib/hostip6.c: make NAT64 address synthesis on macOS workRadek Zajic2021-05-251-0/+8
* CMake: add CURL_ENABLE_EXPORT_TARGET optionPaweł Wegner2021-05-251-5/+10
* cmake: Use multithreaded compilation on VS 2008+Matias N. Goldberg2021-05-211-0/+5
* cmake: fix two invokes result in different curl_config.hMatias N. Goldberg2021-05-211-2/+4
* cmake: detect CURL_SA_FAMILY_TPeng-Yu Chen2021-05-211-0/+10
* cmake: check for getppid and utimesDaniel Stenberg2021-05-041-3/+3
* hsts: enable by defaultDaniel Stenberg2021-04-191-0/+3
* configure: remove use of RETSIGTYPEMichael Forney2021-04-071-7/+0
* cmake: support WinIDNLi Xinwei2021-03-291-1/+9
* config: fix SSPI enabling NTLM if crypto auth is disabledMarc Hoersken2021-03-291-2/+4
* config: fix building SMB with configure using Win32 CryptoMarc Hoersken2021-03-151-22/+29
* config: remove CURL_SIZEOF_CURL_OFF_T use only SIZEOF_CURL_OFF_TDaniel Stenberg2021-03-111-1/+1