Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-09 | cmake: fix Windows build with IPv6 support | Daniel Stenberg | |
Patch-by: "Z98" | |||
2012-09-17 | cmake: use standard findxxx modules for cmake v2.8+ | Sergei Nikulov | |
2011-12-30 | removed execute file permission | Yang Tse | |
2011-12-30 | removed trailing whitespace | Yang Tse | |
2011-03-10 | sources: update source headers | Daniel Stenberg | |
All C and H files now (should) feature the proper project curl source code header, which includes basic info, a copyright statement and some basic disclaimers. | |||
2011-01-06 | CMake: Use upstream CheckTypeSize module | Brad King | |
The CheckTypeSize module that comes with CMake 2.6.2 and above does everything we need and also supports cross-compiling. Avoid duplicating an older version of it here. This also fixes a cross-compiling error because the old line include ("${CMAKE_MODULE_PATH}/CheckTypeSize.cmake") failed because CMAKE_MODULE_PATH is a search path and not a directory. Signed-off-by: Brad King <brad.king@kitware.com> | |||
2010-03-24 | CMake fixes for Linux. | Bill Hoffman | |
Make sure <sys/socket.h> is included if around when testing/using socklen_t. Also, disable LDAP if LDAP_H is not found on the system. | |||
2010-02-16 | replaced tabs with spaces | Yang Tse | |
2010-02-14 | removed trailing whitespace | Yang Tse | |
2009-07-15 | BUG: curl did not build with cmake with VS 2005 for two reasons, ws2tcpip.h ↵ | Bill Hoffman | |
requires winsock2.h to be included before it with that compiler, and wldap32 is not available with the default install of the compiler, so disable ldap support if that is not found | |||
2009-07-14 | ENH: add optional support for c-ares | Bill Hoffman | |
2009-06-09 | ENH: lower case cmake functions and remove tabs and re-indent cmake code | Bill Hoffman | |
2009-06-06 | ENH: add some cmake docs and fix build with socklen_t | Bill Hoffman | |
2009-04-25 | removed pointless file | Daniel Stenberg | |
2009-04-09 | (Minor update) Moved some utilities to a separate file. | Benoit Neil | |
2009-04-02 | Added basic OpenSSL support in CMake scripts (Thanks to Bill Hoffman) | Benoit Neil | |
2009-04-02 | Initial CMake scripts (libcurl only), based on the merge of tetest scripts ↵ | Benoit Neil | |
and mine. These are far to be functionnal yet. PS: Hello world :) |