summaryrefslogtreecommitdiff
path: root/CMake/Platforms
Commit message (Collapse)AuthorAgeFilesLines
* copyright: fix out-of-date copyright ranges and missing headersDaniel Stenberg2020-03-241-0/+21
| | | | | | | | | Reported by the new script 'scripts/copyright.pl'. The script has a regex whitelist for the files that don't need copyright headers. Removed three (mostly usesless) README files from docs/ Closes #5141
* build: Remove unused HAVE_LIBSSL and HAVE_LIBCRYPTO definesPaul B. Omta2019-10-051-1/+0
| | | | Closes https://github.com/curl/curl/pull/4460
* CMake: remove redundant and old end-of-block syntaxRuslan Baratov2018-07-091-4/+3
| | | | | Reviewed-by: Jakub Zakrzewski Closes #2715
* cmake: fix HAVE_GETHOSTNAME definitionPeter Wu2014-11-101-0/+1
| | | | | | | | | | | Otherwise Curl_gethostname always fails. Windows has gethostname since Vista according to http://msdn.microsoft.com/en-us/library/ms738527%28VS.85%29.aspx, but accordings to byte_bucket's VC 2005 documentation, it is available even in Windows 95. (possibly after installing a Platform SDK, the Windows Server 2003 SP1 Platform SDK should be sufficient). Signed-off-by: Peter Wu <peter@lekensteyn.nl>
* cmake: drop _BSD_SOURCE macro usagePeter Wu2014-11-031-1/+0
| | | | | | | | autotools does not use features.h nor _BSD_SOURCE. As this macro triggers warnings since glibc 2.20, remove it. It should not have functional differences. Signed-off-by: Peter Wu <peter@lekensteyn.nl>
* cmake: fix Windows build with IPv6 supportDaniel Stenberg2013-11-091-1/+5
| | | | Patch-by: "Z98"
* ENH: lower case cmake functions and remove tabs and re-indent cmake codeBill Hoffman2009-06-091-113/+113
|
* removed pointless fileDaniel Stenberg2009-04-251-486/+0
|
* Initial CMake scripts (libcurl only), based on the merge of tetest scripts ↵Benoit Neil2009-04-022-0/+607
and mine. These are far to be functionnal yet. PS: Hello world :)