- Nov 08, 2013
-
-
Daniel Stenberg authored
Patch-by: "Z98"
-
- Sep 17, 2012
-
-
Sergei Nikulov authored
-
- Dec 30, 2011
- Mar 10, 2011
-
-
Daniel Stenberg authored
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.
-
- Jan 05, 2011
-
-
Brad King authored
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>
-
- Mar 24, 2010
-
-
Bill Hoffman authored
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.
-
- Feb 16, 2010
-
-
Yang Tse authored
replaced tabs with spaces
-
- Feb 14, 2010
-
-
Yang Tse authored
removed trailing whitespace
-
- Jul 15, 2009
-
-
Bill Hoffman authored
BUG: curl did not build with cmake with VS 2005 for two reasons, ws2tcpip.h 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
-
- Jul 14, 2009
-
-
Bill Hoffman authored
-
- Jun 09, 2009
-
-
Bill Hoffman authored
-
- Jun 06, 2009
-
-
Bill Hoffman authored
-
- Apr 25, 2009
-
-
Daniel Stenberg authored
-
- Apr 09, 2009
-
-
Benoit Neil authored
-
- Apr 02, 2009
-
-
Benoit Neil authored
-
Benoit Neil authored
Initial CMake scripts (libcurl only), based on the merge of tetest scripts and mine. These are far to be functionnal yet. PS: Hello world :)
-