summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* 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
* Cmake: Possibility to use OpenLDAP, OpenSSL, LibSSH2 on windowsJakub Zakrzewski2014-08-251-88/+120
* Cmake: Removed useless comments from CMakeLists.txtJakub Zakrzewski2014-08-251-10/+0
* Cmake: Append OpenSSL include directory to search pathJakub Zakrzewski2014-08-251-0/+1
* Cmake: Search for liblber, LDAP SSL headers, swith for using OpenLDAP code.Jakub Zakrzewski2014-08-251-1/+51
* Cmake: LibSSH2 detection and use.Jakub Zakrzewski2014-08-251-3/+35
* Cmake: Moved macros out of the main CMakeLists.txtJakub Zakrzewski2014-08-251-86/+2
* Cmake: Added missing protocol-disable switchesJakub Zakrzewski2014-08-251-0/+18
* Cmake: Require at least CMake 2.8.Jakub Zakrzewski2014-08-251-7/+7
* CMakeLists.txt: add standard curl source code headerDaniel Stenberg2014-01-011-0/+21
* CMakeLists.txt: add warning about the cmake build's stateDaniel Stenberg2014-01-011-0/+2
* cmake: unbreak for non-Windows platformsDaniel Stenberg2013-10-201-0/+11
* cmake: Fix mingw buildMatt Arsenault2013-02-041-20/+13
* cmake: updated OpenSSL buildSergei Nikulov2013-02-041-26/+26
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-2/+2
* build: make use of 93 lib/*.c renamed filesYang Tse2013-01-031-2/+2
* configure: NATIVE_WINDOWS no longer defined in config filesYang Tse2012-04-121-4/+0
* CMakeLists.txt: fix Windows LDAP/LDAPS option handlingtetetest tetetest2012-03-301-12/+22
* CMakeLists.txt: fix MS Visual Studio x64 unsigned long long literal suffixtetetest tetetest2012-03-291-2/+2
* cmake: list_spaces_append_once fails with spaces in filenameDaniel Stenberg2012-03-161-3/+3
* removed trailing whitespaceYang Tse2011-12-301-2/+2
* cmake: find winsock when building on windowsDaniel Stenberg2011-08-131-2/+3
* CMake: improve library search, implement install.Zmey Petroff2011-04-281-23/+33