Age | Commit message (Expand) | Author |
2017-08-20 | cmake: enable picky compiler options with clang and gcc | Daniel Stenberg |
2017-08-17 | cmake: sizeof curl_off_t, remove unused detections | Daniel Stenberg |
2017-08-15 | cmake: remove dead code for DISABLED_THREADSAFE | Benbuck Nason |
2017-08-13 | cmake: Threads detection update. ref: #1702 | Sergei Nikulov |
2017-08-12 | cmake: allow user to override CMAKE_DEBUG_POSTFIX | Simon Warta |
2017-08-10 | cmake: move cmake_uninstall.cmake to CMake/ | Daniel Stenberg |
2017-08-04 | CMake: fix CURL_WERROR for MSVC | Marcel Raad |
2017-08-03 | CMake: set MSVC warning level to 4 | Marcel Raad |
2017-07-30 | cmake: support make uninstall | jasjuang |
2017-07-07 | cmake: offer CMAKE_DEBUG_POSTFIX when building with MSVC | Paul Harris |
2017-07-06 | cmake: add CURL_WERROR for enabling "warning as errors" | Daniel Stenberg |
2017-07-06 | cmake: remove spurious "-l" from linker flags | Hannes Magnusson |
2017-07-05 | cmake: if inet_pton is used, bump _WIN32_WINNT | Daniel Stenberg |
2017-07-02 | cmake: Added compatibility options for older Windows versions | Per Malmberg |
2017-06-14 | includes: remove curl/curlbuild.h and curl/curlrules.h | Daniel Stenberg |
2017-06-08 | cmake: Fix inconsistency regarding mbed TLS include directory | TheAssassin |
2017-05-23 | cmake: fix build on Ubuntu 14.04 | Akhil Kedia |
2017-05-21 | cmake: remove unused variables: GNUTLS_ENABLED, NSS_ENABLED | Simon Warta |
2017-05-21 | cmake: remove CURL_CA_BUNDLE from cmake TODO | Simon Warta |
2017-05-21 | cmake: auto detection of CURL_CA_BUNDLE/CURL_CA_PATH | Simon Warta |
2017-05-21 | cmake: add CURL_CA_BUNDLE/CURL_CA_FALLBACK/CURL_CA_PATH options | Simon Warta |
2017-03-21 | cmake: build manual pages (including curl.1) | Peter Wu |
2017-03-05 | CMake: Set at most one SSL library | Michael Maltese |
2017-03-05 | CMake: Add mbedTLS support | Michael Maltese |
2017-03-05 | CMake: Add DarwinSSL support | Michael Maltese |
2017-03-05 | CMake: Reorganize SSL support, separate WinSSL and SSPI | Michael Maltese |
2017-02-25 | cmake: Replace invalid UTF-8 byte sequence | Simon Warta |
2017-02-01 | cmake: Support curl --xattr when built with cmake | Sean Burford |
2017-01-09 | cmake: Fix passing _WINSOCKAPI_ macro to compiler | Jiri Malak |
2016-12-27 | cmake: use crypt32.lib when building with OpenSSL on windows | Kyselgov E.N |
2016-11-06 | cmake: disable poll for macOS | Peter Wu |
2016-10-31 | idn: switch to libidn2 use and IDNA2008 support | Daniel Stenberg |
2016-10-18 | s/cURL/curl | Daniel Stenberg |
2016-10-10 | cmake: add nghttp2 support | Remo E |
2016-09-19 | openssl: don’t call CRYTPO_cleanup_all_ex_data | Daniel Stenberg |
2016-09-11 | cmake: fix curl-config --static-libs | Peter Wu |
2016-09-10 | CMake: Try to (un-)hide private library symbols | Jakub Zakrzewski |
2016-08-08 | cmake: Enable win32 threaded resolver by default | Jay Satiro |
2016-08-08 | cmake: Enable win32 large file support by default | Jay Satiro |
2016-07-28 | cmake: Fix for schannel support | Yonggang Luo |
2016-06-21 | cmake: now using BUILD_TESTING=ON/OFF | Sergei Nikulov |
2016-06-15 | cmake: Fix build with winldap | Sergei Nikulov |
2016-06-01 | schannel: add CURLOPT_CERTINFO support | Andrew Kurushin |
2016-02-03 | URLs: change all http:// URLs to https:// | Daniel Stenberg |
2016-01-28 | cmake: fixed when OpenSSL enabled on Windows and schannel detected | Sergei Nikulov |
2015-10-19 | cmake: Fix for add_subdirectory(curl) use-case | Javier G. Sogo |
2015-09-23 | CMake: Ensure discovered include dirs are considered | Jakub Zakrzewski |
2015-09-08 | cmake: IPv6 : disable Unix header check on Windows platform | Sergei Nikulov |
2015-08-25 | cmake: added Windows SSL support | Sergei Nikulov |
2015-08-10 | CMake: s/HAVE_GSS_API/HAVE_GSSAPI/ to match header define | Jakub Zakrzewski |