History log of /curl/lib/CMakeLists.txt (Results 76 – 89 of 89)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 13606bbf 03-Jan-2013 Yang Tse

build: make use of 93 lib/*.c renamed files

93 *.c source files renamed to use our standard naming scheme.

This change affects 77 files in libcurl's source tree.


Revision tags: curl-7_28_1, curl-7_28_0, curl-7_27_0, curl-7_26_0, curl-7_25_0, curl-7_24_0, curl-7_23_1, curl-7_23_0, curl-7_22_0, curl-7_21_7
# 2cbe885c 27-Apr-2011 Zmey Petroff

CMake: improve library search, implement install.

Improved library search by check_function_exists_concat() macro:
it does not revert the list of libraries any more.

Improved Op

CMake: improve library search, implement install.

Improved library search by check_function_exists_concat() macro:
it does not revert the list of libraries any more.

Improved OpenSSL library search: first find zlib, then search for
openssl libraries that may depend on zlib.

For Unix: openssl libraries can now be detected in nonstandard
locations. Supply CMAKE_LIBRARY_PATH to CMake on command line.

Added installation capability (very basic one yet).

show more ...


Revision tags: curl-7_21_6, curl-7_21_5, curl-7_21_4, curl-7_21_3, curl-7_21_2, curl-7_21_1, curl-7_21_0, curl-7_20_1
# a07bc791 14-Feb-2010 Yang Tse

removed trailing whitespace


Revision tags: curl-7_20_0, curl-7_19_7, curl-7_19_6
# a8ea1e9e 14-Jul-2009 Bill Hoffman

ENH: add optional support for c-ares


# f5f93540 14-Jul-2009 Bill Hoffman

ENH: add nonblock.c to build for CMake


# f671d051 14-Jul-2009 Gunter Knauf

renamed generated config.h to curl_config.h in order to avoid clashes when libcurl is used with other projects which also have a config.h.


# 744dceaf 09-Jun-2009 Bill Hoffman

ENH: lower case cmake functions and remove tabs and re-indent cmake code


Revision tags: curl-7_19_5
# 25f626cc 08-Apr-2009 Benoit Neil

Fixed compile defines in CMake scripts


# 8cb83710 06-Apr-2009 Benoit Neil

Made the CMake scripts read Makefile.inc. Needs testing I guess.


# b85154f1 06-Apr-2009 Benoit Neil

Added tests (exes) targets, refactor a few things.
PS: Once again, sorry if the added files have executable perms on Linux.


# 06047d91 06-Apr-2009 Benoit Neil

Added curl (exe) target, fixed static/dynamic linking errors.
PS: Sorry if the added file has executable perms on Linux, I didn't found anything related to it...


# 2362637e 06-Apr-2009 Benoit Neil

Removed the "lib" prefix under linux ("was "liblibcurl") and fixed import library name under Win32 (Added "_imp" for dynamically linked).


# 9a184e0b 02-Apr-2009 Benoit Neil

Added basic OpenSSL support in CMake scripts (Thanks to Bill Hoffman)


# 4c5307b4 02-Apr-2009 Benoit Neil

Initial CMake scripts (libcurl only), based on the merge of tetest scripts and mine. These are far to be functionnal yet.
PS: Hello world :)


1234