Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-10 | cmake: fix HAVE_GETHOSTNAME definition | Peter Wu | |
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> | |||
2014-11-03 | cmake: drop _BSD_SOURCE macro usage | Peter Wu | |
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> | |||
2013-11-09 | cmake: fix Windows build with IPv6 support | Daniel Stenberg | |
Patch-by: "Z98" | |||
2009-06-09 | ENH: lower case cmake functions and remove tabs and re-indent cmake code | Bill Hoffman | |
2009-04-25 | removed pointless file | Daniel Stenberg | |
2009-04-02 | Initial CMake scripts (libcurl only), based on the merge of tetest scripts ↵ | Benoit Neil | |
and mine. These are far to be functionnal yet. PS: Hello world :) |