summaryrefslogtreecommitdiff
path: root/CMake
Commit message (Collapse)AuthorAgeFilesLines
* sources: update source headersDaniel Stenberg2011-03-101-0/+21
| | | | | | 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.
* CMake: Use upstream CheckTypeSize moduleBrad King2011-01-062-101/+0
| | | | | | | | | | | | | 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>
* CMake fixes for Linux.Bill Hoffman2010-03-242-1/+5
| | | | | 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.
* replaced tabs with spacesYang Tse2010-02-162-3/+3
|
* removed trailing whitespaceYang Tse2010-02-143-12/+12
|
* BUG: curl did not build with cmake with VS 2005 for two reasons, ws2tcpip.h ↵Bill Hoffman2009-07-151-0/+1
| | | | 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
* ENH: add optional support for c-aresBill Hoffman2009-07-141-0/+42
|
* ENH: lower case cmake functions and remove tabs and re-indent cmake codeBill Hoffman2009-06-098-456/+456
|
* ENH: add some cmake docs and fix build with socklen_tBill Hoffman2009-06-061-0/+6
|
* removed pointless fileDaniel Stenberg2009-04-251-486/+0
|
* (Minor update) Moved some utilities to a separate file.Benoit Neil2009-04-091-0/+31
|
* Added basic OpenSSL support in CMake scripts (Thanks to Bill Hoffman)Benoit Neil2009-04-021-0/+19
|
* Initial CMake scripts (libcurl only), based on the merge of tetest scripts ↵Benoit Neil2009-04-0210-0/+1805
and mine. These are far to be functionnal yet. PS: Hello world :)