Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 :) |