summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* cmake: build manual pages (including curl.1)Peter Wu2017-03-211-0/+3
* CMake: Set at most one SSL libraryMichael Maltese2017-03-051-6/+16
* CMake: Add mbedTLS supportMichael Maltese2017-03-051-1/+11
* CMake: Add DarwinSSL supportMichael Maltese2017-03-051-4/+8
* CMake: Reorganize SSL support, separate WinSSL and SSPIMichael Maltese2017-03-051-57/+59
* cmake: Replace invalid UTF-8 byte sequenceSimon Warta2017-02-251-2/+2
* cmake: Support curl --xattr when built with cmakeSean Burford2017-02-011-0/+8
* cmake: Fix passing _WINSOCKAPI_ macro to compilerJiri Malak2017-01-091-1/+1
* cmake: use crypt32.lib when building with OpenSSL on windowsKyselgov E.N2016-12-271-0/+2
* cmake: disable poll for macOSPeter Wu2016-11-061-1/+5
* idn: switch to libidn2 use and IDNA2008 supportDaniel Stenberg2016-10-311-10/+3
* s/cURL/curlDaniel Stenberg2016-10-181-3/+3
* cmake: add nghttp2 supportRemo E2016-10-101-0/+7
* openssl: don’t call CRYTPO_cleanup_all_ex_dataDaniel Stenberg2016-09-191-3/+1
* cmake: fix curl-config --static-libsPeter Wu2016-09-111-5/+6
* CMake: Try to (un-)hide private library symbolsJakub Zakrzewski2016-09-101-2/+1
* cmake: Enable win32 threaded resolver by defaultJay Satiro2016-08-081-10/+21
* cmake: Enable win32 large file support by defaultJay Satiro2016-08-081-10/+13
* cmake: Fix for schannel supportYonggang Luo2016-07-281-1/+1
* cmake: now using BUILD_TESTING=ON/OFFSergei Nikulov2016-06-211-8/+3
* cmake: Fix build with winldapSergei Nikulov2016-06-151-64/+63
* schannel: add CURLOPT_CERTINFO supportAndrew Kurushin2016-06-011-0/+1
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-2/+2
* cmake: fixed when OpenSSL enabled on Windows and schannel detectedSergei Nikulov2016-01-281-7/+14
* cmake: Fix for add_subdirectory(curl) use-caseJavier G. Sogo2015-10-191-2/+2
* CMake: Ensure discovered include dirs are consideredJakub Zakrzewski2015-09-231-4/+9
* cmake: IPv6 : disable Unix header check on Windows platformSergei Nikulov2015-09-081-1/+1
* cmake: added Windows SSL supportSergei Nikulov2015-08-251-4/+16
* CMake: s/HAVE_GSS_API/HAVE_GSSAPI/ to match header defineJakub Zakrzewski2015-08-101-4/+4
* openssl: remove all uses of USE_SSLEAYDaniel Stenberg2015-03-051-3/+0
* cmake: handle build definitions CURLDEBUG/DEBUGBUILDSergei Nikulov2015-03-051-0/+18
* CMake: fix winsock2 detection on windowsSergei Nikulov2015-02-191-15/+14
* ldap: Renamed the CURL_LDAP_WIN definition to USE_WIN32_LDAPSteve Holme2015-01-181-7/+7
* code/docs: Use Unix rather than UNIX to avoid use of the trademarkSteve Holme2014-12-261-1/+1
* libcurl: add UNIX domain sockets supportPeter Wu2014-12-041-0/+8
* cmake: add Kerberos to the supported featuresPeter Wu2014-11-191-0/+2
* cmake: fix NTLM detection when CURL_DISABLE_HTTP definedPeter Wu2014-11-191-2/+2
* cmake: add ENABLE_THREADED_RESOLVER, rename ARESPeter Wu2014-11-101-6/+21
* cmake: fix HAVE_GETHOSTNAME definitionPeter Wu2014-11-101-0/+2
* cmake: fix ZLIB_INCLUDE_DIRS useK. R. Walker2014-11-041-1/+1
* cmake: drop _BSD_SOURCE macro usagePeter Wu2014-11-031-3/+0
* cmake: generate pkg-config and curl-configPeter Wu2014-10-201-0/+51
* cmake: use LIBCURL_VERSION from curlver.hPeter Wu2014-10-201-16/+6
* cmake: add SUPPORT_FEATURES and SUPPORT_PROTOCOLSPeter Wu2014-10-201-0/+76
* cmake: enable IPv6 by default if availablePeter Wu2014-10-131-1/+15
* cmake: build tool_hugehelp (ENABLE_MANUAL)Peter Wu2014-10-121-0/+30
* Cmake: Build with GSSAPI (MIT or Heimdal)Jakub Zakrzewski2014-10-091-10/+64
* Cmake: Got rid of setup_curl_dependenciesJakub Zakrzewski2014-10-091-18/+2
* Cmake: Fix library list provided to cURL tests.Jakub Zakrzewski2014-10-091-3/+3
* Cmake: Check for OpenSSL before OpenLDAP.Jakub Zakrzewski2014-10-091-31/+32