<feed xmlns='http://www.w3.org/2005/Atom'>
<title>curl/CMake/Platforms, branch gemini-meta</title>
<subtitle>cURL mirror with patches applied
</subtitle>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/'/>
<entry>
<title>copyright: fix out-of-date copyright ranges and missing headers</title>
<updated>2020-03-24T14:05:59+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2020-03-23T13:44:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=9a8b3b3e131359aea1cac650fb6ac331fbe2047c'/>
<id>9a8b3b3e131359aea1cac650fb6ac331fbe2047c</id>
<content type='text'>
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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
<entry>
<title>build: Remove unused HAVE_LIBSSL and HAVE_LIBCRYPTO defines</title>
<updated>2019-10-05T23:18:30+00:00</updated>
<author>
<name>Paul B. Omta</name>
<email>p.b.omta@alumnus.utwente.nl</email>
</author>
<published>2019-10-04T07:55:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=df85b86a92ac2488667acfd81d16321c73fceecf'/>
<id>df85b86a92ac2488667acfd81d16321c73fceecf</id>
<content type='text'>
Closes https://github.com/curl/curl/pull/4460
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes https://github.com/curl/curl/pull/4460
</pre>
</div>
</content>
</entry>
<entry>
<title>CMake: remove redundant and old end-of-block syntax</title>
<updated>2018-07-09T21:32:57+00:00</updated>
<author>
<name>Ruslan Baratov</name>
<email>ruslan_baratov@yahoo.com</email>
</author>
<published>2018-07-05T10:55:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=e0a4bba730671c4336cec9c2000844eedfaac9a6'/>
<id>e0a4bba730671c4336cec9c2000844eedfaac9a6</id>
<content type='text'>
Reviewed-by: Jakub Zakrzewski
Closes #2715
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reviewed-by: Jakub Zakrzewski
Closes #2715
</pre>
</div>
</content>
</entry>
<entry>
<title>cmake: fix HAVE_GETHOSTNAME definition</title>
<updated>2014-11-10T08:07:50+00:00</updated>
<author>
<name>Peter Wu</name>
<email>peter@lekensteyn.nl</email>
</author>
<published>2014-11-06T00:32:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=10286f45e7c0813f6122cd8fd957e96a9f921b16'/>
<id>10286f45e7c0813f6122cd8fd957e96a9f921b16</id>
<content type='text'>
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 &lt;peter@lekensteyn.nl&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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 &lt;peter@lekensteyn.nl&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>cmake: drop _BSD_SOURCE macro usage</title>
<updated>2014-11-03T08:10:54+00:00</updated>
<author>
<name>Peter Wu</name>
<email>peter@lekensteyn.nl</email>
</author>
<published>2014-10-31T11:32:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=b2bb51f3396de4f4ef97d4c129bc42e432f8a695'/>
<id>b2bb51f3396de4f4ef97d4c129bc42e432f8a695</id>
<content type='text'>
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 &lt;peter@lekensteyn.nl&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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 &lt;peter@lekensteyn.nl&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>cmake: fix Windows build with IPv6 support</title>
<updated>2013-11-08T23:07:32+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2013-11-08T23:07:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=d08ee3c83d6bd416aef62ff844c98e47c4682429'/>
<id>d08ee3c83d6bd416aef62ff844c98e47c4682429</id>
<content type='text'>
Patch-by: "Z98"
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Patch-by: "Z98"
</pre>
</div>
</content>
</entry>
<entry>
<title>ENH: lower case cmake functions and remove tabs and re-indent cmake code</title>
<updated>2009-06-09T17:29:16+00:00</updated>
<author>
<name>Bill Hoffman</name>
<email>bill.hoffman@kitware.com</email>
</author>
<published>2009-06-09T17:29:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=744dceaffe4f79293b6bdd9eefe64ca83c701876'/>
<id>744dceaffe4f79293b6bdd9eefe64ca83c701876</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>removed pointless file</title>
<updated>2009-04-25T21:01:28+00:00</updated>
<author>
<name>Daniel Stenberg</name>
<email>daniel@haxx.se</email>
</author>
<published>2009-04-25T21:01:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=1272621ebc51adca86555b6a6975286c4377a471'/>
<id>1272621ebc51adca86555b6a6975286c4377a471</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Initial CMake scripts (libcurl only), based on the merge of tetest scripts and mine. These are far to be functionnal yet.</title>
<updated>2009-04-02T13:14:53+00:00</updated>
<author>
<name>Benoit Neil</name>
<email>suky0001@free.fr</email>
</author>
<published>2009-04-02T13:14:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=4c5307b45655ba75ab066564afdc0c111a8b9291'/>
<id>4c5307b45655ba75ab066564afdc0c111a8b9291</id>
<content type='text'>
PS: Hello world :)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
PS: Hello world :)
</pre>
</div>
</content>
</entry>
</feed>
