index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CMakeLists.txt
Age
Commit message (
Expand
)
Author
2019-12-01
build: Disable Visual Studio warning "conditional expression is constant"
Jay Satiro
2018-10-01
CMake: Improve config installation
Ruslan Baratov
2018-09-28
cmake: fixed path used in generation of docs/tests during curl build through ...
Sergei Nikulov
2018-09-23
whitespace fixes
Viktor Szakats
2018-08-15
CMake: CMake config files are defining CURL_STATICLIB for static builds
Adrien
2018-08-08
CMake: Respect BUILD_SHARED_LIBS
Ruslan Baratov
2018-07-17
CMake: Update scripts to use consistent style
Ruslan Baratov
2018-05-24
cmake: set -d postfix for debug builds if not specified
Sergei Nikulov
2017-10-28
cmake: Export libcurl and curl targets to use by other cmake projects
Jakub Zakrzewski
2017-08-03
CMake: set MSVC warning level to 4
Marcel Raad
2017-07-07
cmake: offer CMAKE_DEBUG_POSTFIX when building with MSVC
Paul Harris
2017-06-14
includes: remove curl/curlbuild.h and curl/curlrules.h
Daniel Stenberg
2016-09-10
CMake: Try to (un-)hide private library symbols
Jakub Zakrzewski
2015-02-20
cmake: install the dll file to the correct directory
Ben Boeckel
2014-11-10
cmake: add ENABLE_THREADED_RESOLVER, rename ARES
Peter Wu
2014-11-03
cmake: drop _BSD_SOURCE macro usage
Peter Wu
2014-10-09
Cmake: Got rid of setup_curl_dependencies
Jakub Zakrzewski
2013-07-17
cmake: Fix for MSVC2010 project generation
Sergei Nikulov
2013-01-06
Revert changes relative to lib/*.[ch] recent renaming
Yang Tse
2013-01-03
build: make use of 93 lib/*.c renamed files
Yang Tse
2011-04-28
CMake: improve library search, implement install.
Zmey Petroff
2010-02-14
removed trailing whitespace
Yang Tse
2009-07-14
ENH: add optional support for c-ares
Bill Hoffman
2009-07-14
ENH: add nonblock.c to build for CMake
Bill Hoffman
2009-07-14
renamed generated config.h to curl_config.h in order to avoid clashes when li...
Gunter Knauf
2009-06-09
ENH: lower case cmake functions and remove tabs and re-indent cmake code
Bill Hoffman
2009-04-08
Fixed compile defines in CMake scripts
Benoit Neil
2009-04-06
Made the CMake scripts read Makefile.inc. Needs testing I guess.
Benoit Neil
2009-04-06
Added tests (exes) targets, refactor a few things.
Benoit Neil
2009-04-06
Added curl (exe) target, fixed static/dynamic linking errors.
Benoit Neil
2009-04-06
Removed the "lib" prefix under linux ("was "liblibcurl") and fixed import lib...
Benoit Neil
2009-04-02
Added basic OpenSSL support in CMake scripts (Thanks to Bill Hoffman)
Benoit Neil
2009-04-02
Initial CMake scripts (libcurl only), based on the merge of tetest scripts an...
Benoit Neil