Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-06-04 | Enable OpenLDAP support for cygwin builds. | Yang Tse | |
Enable OpenLDAP support for cygwin builds. This support was disabled back in 2008 due to incompatibilities between OpenSSL and OpenLDAP headers. cygwin's OpenSSL 0.9.8l and OpenLDAP 2.3.43 versions on cygwin 1.5.25 allow building an OpenLDAP enabled libcurl supporting back to Windows 95. Remove non-functional CURL_LDAP_HYBRID code and references. | |||
2010-03-24 | Enable LDAP by default since it is now disabled when ldap.h is not found, | Bill Hoffman | |
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-03-24 | Fix curl CMake build. | Bill Hoffman | |
This commit fixes the cmake build of curl, and cleans up the cmake code a little. It removes some commented out code and some trailing whitespace. To get curl to build the binary tree include/curl directory needed to be added to the include path. Also, SIZEOF_SHORT needed to be added. A check for the lack of defines of SIZEOF_* for warnless.c was added. | |||
2009-07-15 | ENH: fix build with ssl | Bill Hoffman | |
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-07-14 | ENH: do not report if zlib is not found as it still works | Bill Hoffman | |
2009-06-10 | ENH: extract version from curlver.h | 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-05-02 | Use build-time configured curl_socklen_t instead of socklen_t | Yang Tse | |
2009-04-14 | (Minor change - From Piotr Dobrogost) Moved a line. | Benoit Neil | |
2009-04-09 | (Minor update) Moved some utilities to a separate file. | Benoit Neil | |
2009-04-09 | Cleaned up the custom definition I added (replaced by CURL_STATICLIB) | Benoit Neil | |
2009-04-08 | Made the windows .lib addition cleaner. | Benoit Neil | |
2009-04-08 | Renamed a variable | Benoit Neil | |
2009-04-08 | Fixed compile defines in CMake scripts | Benoit Neil | |
2009-04-07 | (Minor update) Modified a comment, before going to sleep :) | Benoit Neil | |
2009-04-07 | Added missing tests in CMake, added Makefile.inc for tests (+ use in CMake ↵ | Benoit Neil | |
scripts), and fixed a missing define under windows in a test source file. | |||
2009-04-07 | Added CURL_HIDDEN_SYMBOLS option, and fixed missing SIZEOF_INT causing warnings. | Benoit Neil | |
2009-04-07 | (From Bill Hoffman & Sukender) Added Dashboard reports. | 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 | Fixed Win32 link error and disabled MSVC specific (=annoying) warnings ↵ | Benoit Neil | |
(Reported by Bill Hoffman) | |||
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 :) |