CMake: Use upstream CheckTypeSize module
[platform/upstream/curl.git] / CMakeLists.txt
2011-01-05 Brad KingCMake: Use upstream CheckTypeSize module
2010-10-12 Julien ChaffraixCMake: Build fix.
2010-06-04 Yang TseEnable OpenLDAP support for cygwin builds.
2010-03-24 Bill HoffmanMerge branch 'master' of github.com:bagder/curl
2010-03-24 Bill HoffmanEnable LDAP by default since it is now disabled when...
2010-03-24 Bill HoffmanCMake fixes for Linux.
2010-03-24 Bill HoffmanFix curl CMake build.
2009-07-15 Bill HoffmanENH: fix build with ssl
2009-07-15 Bill HoffmanBUG: curl did not build with cmake with VS 2005 for...
2009-07-14 Bill HoffmanENH: add optional support for c-ares
2009-07-14 Bill HoffmanENH: do not report if zlib is not found as it still...
2009-06-10 Bill HoffmanENH: extract version from curlver.h
2009-06-09 Bill HoffmanENH: lower case cmake functions and remove tabs and...
2009-06-06 Bill HoffmanENH: add some cmake docs and fix build with socklen_t
2009-05-02 Yang TseUse build-time configured curl_socklen_t instead of...
2009-04-14 Benoit Neil(Minor change - From Piotr Dobrogost) Moved a line.
2009-04-09 Benoit Neil(Minor update) Moved some utilities to a separate file.
2009-04-09 Benoit NeilCleaned up the custom definition I added (replaced...
2009-04-08 Benoit NeilMade the windows .lib addition cleaner.
2009-04-08 Benoit NeilRenamed a variable
2009-04-08 Benoit NeilFixed compile defines in CMake scripts
2009-04-07 Benoit Neil(Minor update) Modified a comment, before going to...
2009-04-07 Benoit NeilAdded missing tests in CMake, added Makefile.inc for...
2009-04-07 Benoit NeilAdded CURL_HIDDEN_SYMBOLS option, and fixed missing...
2009-04-07 Benoit Neil(From Bill Hoffman & Sukender) Added Dashboard reports.
2009-04-06 Benoit NeilMade the CMake scripts read Makefile.inc. Needs testing...
2009-04-06 Benoit NeilAdded tests (exes) targets, refactor a few things.
2009-04-06 Benoit NeilAdded curl (exe) target, fixed static/dynamic linking...
2009-04-06 Benoit NeilFixed Win32 link error and disabled MSVC specific ...
2009-04-02 Benoit NeilAdded basic OpenSSL support in CMake scripts (Thanks...
2009-04-02 Benoit NeilInitial CMake scripts (libcurl only), based on the...