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
/
src
/
CMakeLists.txt
Age
Commit message (
Expand
)
Author
2017-03-21
cmake: build manual pages (including curl.1)
Peter Wu
2016-11-07
s/cURL/curl
Daniel Stenberg
2015-12-23
Makefile.inc: s/curl_SOURCES/CURL_FILES
Daniel Stenberg
2015-02-19
CMake: Fix generation of tool_hugehelp.c on windows
Sergei Nikulov
2014-10-12
cmake: build tool_hugehelp (ENABLE_MANUAL)
Peter Wu
2014-10-09
Cmake: Got rid of setup_curl_dependencies
Jakub Zakrzewski
2014-05-21
build: Renamed CURLX_ONES file list definition to CURLX_CFILES
Steve Holme
2013-07-17
cmake: Fix for MSVC2010 project generation
Sergei Nikulov
2013-01-09
build: fix circular header inclusion with other packages
Yang Tse
2013-01-06
Revert changes relative to lib/*.[ch] recent renaming
Yang Tse
2012-12-28
build: make use of 76 lib/*.h renamed files
Yang Tse
2012-12-26
curl tool: renaming hugehelp files to tool_hugehelp
Yang Tse
2011-04-28
CMake: improve library search, implement install.
Zmey Petroff
2010-08-02
Rename CURL_SOURCES macro; revert previous rename of curl_SOURCES macro.
Guenter Knauf
2010-08-02
Renamed curl_SOURCES to CURL_ALLFILES to overcome wmake's case-insensitivity.
Guenter Knauf
2010-02-14
removed trailing whitespace
Yang Tse
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
Added newline ad the end of generated hugehelp.c (the "default" one, when it ...
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