| Commit message (Expand) | Author | Age | Files | Lines |
* | cmake: updated check for HAVE_POLL_FINE to match autotools | Sergei Nikulov | 2019-01-16 | 1 | -7/+35 |
* | cmake: added checks for HAVE_VARIADIC_MACROS_C99 and HAVE_VARIADIC_MACROS_GCC | Sergei Nikulov | 2019-01-11 | 1 | -2/+44 |
* | CMake: fix MIT/Heimdal Kerberos detection | Konstantin Kushnir | 2018-11-29 | 1 | -2/+2 |
* | cmake: uniform ZLIB to use USE_ variable and clean curl-config.cmake.in | Tuomo Rinne | 2018-10-29 | 1 | -9/+6 |
* | cmake: add find_dependency call for ZLIB to CMake config file | Tuomo Rinne | 2018-10-29 | 1 | -2/+8 |
* | cmake: test and set missed defines during configuration | dmitrykos | 2018-10-05 | 1 | -0/+16 |
* | CMake: Improve config installation | Ruslan Baratov | 2018-10-01 | 1 | -58/+3 |
* | whitespace fixes | Viktor Szakats | 2018-09-23 | 1 | -1/+0 |
* | cmake: don't require OpenSSL if USE_OPENSSL=OFF | slodki | 2018-09-18 | 1 | -2/+2 |
* | cmake: link curl to the OpenSSL targets instead of lib absolute paths | John Butterfield | 2018-08-08 | 1 | -0/+5 |
* | CMake: Update scripts to use consistent style | Ruslan Baratov | 2018-07-17 | 8 | -369/+329 |
* | CMake: remove redundant and old end-of-block syntax | Ruslan Baratov | 2018-07-09 | 3 | -49/+47 |
* | CMake: Remove unused 'output_var' from 'collect_true' | Ruslan Baratov | 2018-07-06 | 1 | -6/+5 |
* | CMake: Remove unused functions | Ruslan Baratov | 2018-07-06 | 1 | -30/+0 |
* | cmake: fixed comments in compile checks code | Sergei Nikulov | 2018-05-29 | 1 | -3/+3 |
* | Fix the test for fsetxattr and strerror_r tests in CMake to work without comp... | maxed | 2018-05-28 | 1 | -15/+15 |
* | cmake: add support for brotli | Don | 2018-03-19 | 1 | -0/+20 |
* | spelling fixes | Viktor Szakats | 2018-02-23 | 1 | -1/+1 |
* | cmake: Export libcurl and curl targets to use by other cmake projects | Jakub Zakrzewski | 2017-10-28 | 1 | -0/+59 |
* | cmake: disable tests and man generation if perl/nroff not found | Sergei Nikulov | 2017-10-02 | 1 | -0/+29 |
* | cmake: move cmake_uninstall.cmake to CMake/ | Daniel Stenberg | 2017-08-10 | 1 | -0/+26 |
* | cmake: fix send/recv argument scanner for windows | Daniel Stenberg | 2017-07-05 | 1 | -6/+6 |
* | spelling fixes | klemens | 2017-03-26 | 1 | -1/+1 |
* | CMake: Set at most one SSL library | Michael Maltese | 2017-03-05 | 1 | -0/+13 |
* | CMake: Add mbedTLS support | Michael Maltese | 2017-03-05 | 1 | -0/+13 |
* | cmake: Support curl --xattr when built with cmake | Sean Burford | 2017-02-01 | 1 | -0/+16 |
* | cmake: disable poll for macOS | Peter Wu | 2016-11-06 | 1 | -11/+14 |
* | cmake: add nghttp2 support | Remo E | 2016-10-10 | 1 | -0/+18 |
* | CMake: Try to (un-)hide private library symbols | Jakub Zakrzewski | 2016-09-10 | 1 | -0/+61 |
* | URLs: change all http:// URLs to https:// | Daniel Stenberg | 2016-02-03 | 1 | -1/+1 |
* | CMake: Put "winsock2.h" before "windows.h" during configure checks | Jakub Zakrzewski | 2015-09-23 | 1 | -1/+1 |
* | cmake: Fix CurlTests check for gethostbyname_r with 5 arguments | Brad King | 2015-08-14 | 1 | -1/+1 |
* | CMake: fix winsock2 detection on windows | Sergei Nikulov | 2015-02-19 | 1 | -1/+1 |
* | CMake: Simplify if() conditions on check result variables | Brad King | 2014-11-19 | 1 | -4/+4 |
* | CMake: Restore order-dependent library checks | Brad King | 2014-11-13 | 1 | -3/+6 |
* | CMake: Restore order-dependent header checks | Brad King | 2014-11-13 | 1 | -1/+4 |
* | cmake: fix HAVE_GETHOSTNAME definition | Peter Wu | 2014-11-10 | 1 | -0/+1 |
* | cmake: fix struct sockaddr_storage check | Peter Wu | 2014-11-03 | 1 | -23/+5 |
* | cmake: clean OtherTests, fixing -Werror | Peter Wu | 2014-11-03 | 3 | -245/+85 |
* | cmake: fix gethostby{addr,name}_r in CurlTests | Peter Wu | 2014-11-03 | 1 | -246/+70 |
* | cmake: drop _BSD_SOURCE macro usage | Peter Wu | 2014-11-03 | 1 | -1/+0 |
* | Cmake: Build with GSSAPI (MIT or Heimdal) | Jakub Zakrzewski | 2014-10-09 | 1 | -0/+289 |
* | Cmake: Avoid cycle directory dependencies. | Jakub Zakrzewski | 2014-10-09 | 1 | -3/+3 |
* | Cmake: Possibility to use OpenLDAP, OpenSSL, LibSSH2 on windows | Jakub Zakrzewski | 2014-08-25 | 1 | -0/+3 |
* | Cmake: Removed repeated content from ending blocks | Jakub Zakrzewski | 2014-08-25 | 1 | -7/+7 |
* | Cmake: Removed some useless empty SET statements. | Jakub Zakrzewski | 2014-08-25 | 1 | -4/+0 |
* | Cmake: Don't check for all headers each time | Jakub Zakrzewski | 2014-08-25 | 1 | -1/+1 |
* | Cmake: LibSSH2 detection and use. | Jakub Zakrzewski | 2014-08-25 | 1 | -0/+35 |
* | Cmake: Moved macros out of the main CMakeLists.txt | Jakub Zakrzewski | 2014-08-25 | 1 | -0/+89 |
* | Cmake: Require at least CMake 2.8. | Jakub Zakrzewski | 2014-08-25 | 2 | -31/+0 |