Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-04-28 | CMake: improve library search, implement install. | Zmey Petroff | |
Improved library search by check_function_exists_concat() macro: it does not revert the list of libraries any more. Improved OpenSSL library search: first find zlib, then search for openssl libraries that may depend on zlib. For Unix: openssl libraries can now be detected in nonstandard locations. Supply CMAKE_LIBRARY_PATH to CMake on command line. Added installation capability (very basic one yet). | |||
2010-02-14 | removed trailing whitespace | Yang Tse | |
2009-07-14 | ENH: add optional support for c-ares | Bill Hoffman | |
2009-07-14 | ENH: add nonblock.c to build for CMake | Bill Hoffman | |
2009-07-14 | renamed generated config.h to curl_config.h in order to avoid clashes when ↵ | Gunter Knauf | |
libcurl is used with other projects which also have a config.h. | |||
2009-06-09 | ENH: lower case cmake functions and remove tabs and re-indent cmake code | Bill Hoffman | |
2009-04-08 | Fixed compile defines in CMake scripts | Benoit Neil | |
2009-04-06 | Made the CMake scripts read Makefile.inc. Needs testing I guess. | Benoit Neil | |
2009-04-06 | Added tests (exes) targets, refactor a few things. | Benoit Neil | |
PS: Once again, sorry if the added files have executable perms on Linux. | |||
2009-04-06 | Added curl (exe) target, fixed static/dynamic linking errors. | Benoit Neil | |
PS: Sorry if the added file has executable perms on Linux, I didn't found anything related to it... | |||
2009-04-06 | Removed the "lib" prefix under linux ("was "liblibcurl") and fixed import ↵ | Benoit Neil | |
library name under Win32 (Added "_imp" for dynamically linked). | |||
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 :) |