Age | Commit message (Expand) | Author |
2014-12-04 | libcurl: add UNIX domain sockets support | Peter Wu |
2014-11-19 | cmake: add Kerberos to the supported features | Peter Wu |
2014-11-19 | cmake: fix NTLM detection when CURL_DISABLE_HTTP defined | Peter Wu |
2014-11-10 | cmake: add ENABLE_THREADED_RESOLVER, rename ARES | Peter Wu |
2014-11-10 | cmake: fix HAVE_GETHOSTNAME definition | Peter Wu |
2014-11-04 | cmake: fix ZLIB_INCLUDE_DIRS use | K. R. Walker |
2014-11-03 | cmake: drop _BSD_SOURCE macro usage | Peter Wu |
2014-10-20 | cmake: generate pkg-config and curl-config | Peter Wu |
2014-10-20 | cmake: use LIBCURL_VERSION from curlver.h | Peter Wu |
2014-10-20 | cmake: add SUPPORT_FEATURES and SUPPORT_PROTOCOLS | Peter Wu |
2014-10-13 | cmake: enable IPv6 by default if available | Peter Wu |
2014-10-12 | cmake: build tool_hugehelp (ENABLE_MANUAL) | Peter Wu |
2014-10-09 | Cmake: Build with GSSAPI (MIT or Heimdal) | Jakub Zakrzewski |
2014-10-09 | Cmake: Got rid of setup_curl_dependencies | Jakub Zakrzewski |
2014-10-09 | Cmake: Fix library list provided to cURL tests. | Jakub Zakrzewski |
2014-10-09 | Cmake: Check for OpenSSL before OpenLDAP. | Jakub Zakrzewski |
2014-08-25 | Cmake: Possibility to use OpenLDAP, OpenSSL, LibSSH2 on windows | Jakub Zakrzewski |
2014-08-25 | Cmake: Removed useless comments from CMakeLists.txt | Jakub Zakrzewski |
2014-08-25 | Cmake: Append OpenSSL include directory to search path | Jakub Zakrzewski |
2014-08-25 | Cmake: Search for liblber, LDAP SSL headers, swith for using OpenLDAP code. | Jakub Zakrzewski |
2014-08-25 | Cmake: LibSSH2 detection and use. | Jakub Zakrzewski |
2014-08-25 | Cmake: Moved macros out of the main CMakeLists.txt | Jakub Zakrzewski |
2014-08-25 | Cmake: Added missing protocol-disable switches | Jakub Zakrzewski |
2014-08-25 | Cmake: Require at least CMake 2.8. | Jakub Zakrzewski |
2014-01-01 | CMakeLists.txt: add standard curl source code header | Daniel Stenberg |
2014-01-01 | CMakeLists.txt: add warning about the cmake build's state | Daniel Stenberg |
2013-10-20 | cmake: unbreak for non-Windows platforms | Daniel Stenberg |
2013-02-04 | cmake: Fix mingw build | Matt Arsenault |
2013-02-04 | cmake: updated OpenSSL build | Sergei Nikulov |
2013-01-06 | Revert changes relative to lib/*.[ch] recent renaming | Yang Tse |
2013-01-03 | build: make use of 93 lib/*.c renamed files | Yang Tse |
2012-04-12 | configure: NATIVE_WINDOWS no longer defined in config files | Yang Tse |
2012-03-30 | CMakeLists.txt: fix Windows LDAP/LDAPS option handling | tetetest tetetest |
2012-03-29 | CMakeLists.txt: fix MS Visual Studio x64 unsigned long long literal suffix | tetetest tetetest |
2012-03-16 | cmake: list_spaces_append_once fails with spaces in filename | Daniel Stenberg |
2011-12-30 | removed trailing whitespace | Yang Tse |
2011-08-13 | cmake: find winsock when building on windows | Daniel Stenberg |
2011-04-28 | CMake: improve library search, implement install. | Zmey Petroff |
2011-01-06 | CMake: Use upstream CheckTypeSize module | Brad King |
2010-10-12 | CMake: Build fix. | Julien Chaffraix |
2010-06-04 | Enable OpenLDAP support for cygwin builds. | Yang Tse |
2010-03-24 | Enable LDAP by default since it is now disabled when ldap.h is not found, | Bill Hoffman |
2010-03-24 | CMake fixes for Linux. | Bill Hoffman |
2010-03-24 | Fix curl CMake build. | Bill Hoffman |
2009-07-15 | ENH: fix build with ssl | Bill Hoffman |
2009-07-15 | BUG: curl did not build with cmake with VS 2005 for two reasons, ws2tcpip.h r... | Bill Hoffman |
2009-07-14 | ENH: add optional support for c-ares | Bill Hoffman |
2009-07-14 | ENH: do not report if zlib is not found as it still works | Bill Hoffman |
2009-06-10 | ENH: extract version from curlver.h | Bill Hoffman |
2009-06-09 | ENH: lower case cmake functions and remove tabs and re-indent cmake code | Bill Hoffman |