summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
2009-07-15ENH: fix build with sslBill Hoffman
2009-07-15BUG: curl did not build with cmake with VS 2005 for two reasons, ws2tcpip.h r...Bill Hoffman
2009-07-14ENH: add optional support for c-aresBill Hoffman
2009-07-14ENH: do not report if zlib is not found as it still worksBill Hoffman
2009-06-10ENH: extract version from curlver.hBill Hoffman
2009-06-09ENH: lower case cmake functions and remove tabs and re-indent cmake codeBill Hoffman
2009-06-06ENH: add some cmake docs and fix build with socklen_tBill Hoffman
2009-05-02Use build-time configured curl_socklen_t instead of socklen_tYang 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-09Cleaned up the custom definition I added (replaced by CURL_STATICLIB)Benoit Neil
2009-04-08Made the windows .lib addition cleaner.Benoit Neil
2009-04-08Renamed a variableBenoit Neil
2009-04-08Fixed compile defines in CMake scriptsBenoit Neil
2009-04-07(Minor update) Modified a comment, before going to sleep :)Benoit Neil
2009-04-07Added missing tests in CMake, added Makefile.inc for tests (+ use in CMake sc...Benoit Neil
2009-04-07Added 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-06Made the CMake scripts read Makefile.inc. Needs testing I guess.Benoit Neil
2009-04-06Added tests (exes) targets, refactor a few things.Benoit Neil
2009-04-06Added curl (exe) target, fixed static/dynamic linking errors.Benoit Neil
2009-04-06Fixed Win32 link error and disabled MSVC specific (=annoying) warnings (Repor...Benoit Neil
2009-04-02Added basic OpenSSL support in CMake scripts (Thanks to Bill Hoffman)Benoit Neil
2009-04-02Initial CMake scripts (libcurl only), based on the merge of tetest scripts an...Benoit Neil