<feed xmlns='http://www.w3.org/2005/Atom'>
<title>curl/projects/Windows/VC12/src, branch master</title>
<subtitle>cURL mirror with patches applied
</subtitle>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/'/>
<entry>
<title>projects: Add crypt32.lib to dependencies for all OpenSSL configs</title>
<updated>2020-06-04T07:37:55+00:00</updated>
<author>
<name>Jay Satiro</name>
<email>raysatiro@yahoo.com</email>
</author>
<published>2020-06-04T05:21:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=7e7db5d2f95ca5b19f8059dd86862ed3d9128ac1'/>
<id>7e7db5d2f95ca5b19f8059dd86862ed3d9128ac1</id>
<content type='text'>
Windows project configurations that use OpenSSL with USE_WIN32_CRYPTO
need crypt32.

Follow-up to 148534d which added CURLSSLOPT_NATIVE_CA for 7.71.0.

The changes that are in this commit were made by script.

Ref: https://gist.github.com/jay/a1861b50ecce2b32931237180f856e28

Closes https://github.com/curl/curl/pull/5516
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Windows project configurations that use OpenSSL with USE_WIN32_CRYPTO
need crypt32.

Follow-up to 148534d which added CURLSSLOPT_NATIVE_CA for 7.71.0.

The changes that are in this commit were made by script.

Ref: https://gist.github.com/jay/a1861b50ecce2b32931237180f856e28

Closes https://github.com/curl/curl/pull/5516
</pre>
</div>
</content>
</entry>
<entry>
<title>VS projects: use Unicode for VC10+</title>
<updated>2019-04-04T09:19:19+00:00</updated>
<author>
<name>Marcel Raad</name>
<email>Marcel.Raad@teamviewer.com</email>
</author>
<published>2019-04-02T11:11:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=16c1e444f33c2cf6e292458e65e74c263d2d6b9e'/>
<id>16c1e444f33c2cf6e292458e65e74c263d2d6b9e</id>
<content type='text'>
All Windows APIs have been natively UTF-16 since Windows 2000 and the
non-Unicode variants are just wrappers around them. Only Windows 9x
doesn't understand Unicode without the UnicoWS DLL. As later Visual
Studio versions cannot target Windows 9x anyway, using the ANSI API
doesn't really have any benefit there.

This avoids issues like KNOWN_BUGS 6.5.

Ref: https://github.com/curl/curl/issues/2120
Closes https://github.com/curl/curl/pull/3720
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
All Windows APIs have been natively UTF-16 since Windows 2000 and the
non-Unicode variants are just wrappers around them. Only Windows 9x
doesn't understand Unicode without the UnicoWS DLL. As later Visual
Studio versions cannot target Windows 9x anyway, using the ANSI API
doesn't really have any benefit there.

This avoids issues like KNOWN_BUGS 6.5.

Ref: https://github.com/curl/curl/issues/2120
Closes https://github.com/curl/curl/pull/3720
</pre>
</div>
</content>
</entry>
<entry>
<title>VC: Add crypt32.lib to Visual Sudio project template files</title>
<updated>2016-06-22T08:57:55+00:00</updated>
<author>
<name>Joel Depooter</name>
<email>joel.depooter@safe.com</email>
</author>
<published>2016-06-01T23:29:32+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=66c447e51e7c066f2ef425e912cee5157c363d55'/>
<id>66c447e51e7c066f2ef425e912cee5157c363d55</id>
<content type='text'>
Closes #854
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Closes #854
</pre>
</div>
</content>
</entry>
<entry>
<title>build: Changed the Visual Studio projects warning level from 3 to 4</title>
<updated>2016-04-01T19:39:34+00:00</updated>
<author>
<name>Steve Holme</name>
<email>steve_holme@hotmail.com</email>
</author>
<published>2016-04-01T19:39:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=7bc64561a2e63ca93e4b0b31d350773ba80955c2'/>
<id>7bc64561a2e63ca93e4b0b31d350773ba80955c2</id>
<content type='text'>
After squashing most of our compiler warnings, up'ed the default
warning level from 3 to 4 in order to increase the likelyhood of
catching future warnings.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
After squashing most of our compiler warnings, up'ed the default
warning level from 3 to 4 in order to increase the likelyhood of
catching future warnings.
</pre>
</div>
</content>
</entry>
<entry>
<title>build: Added missing Visual Studio filter files for VC10 onwards</title>
<updated>2016-03-19T17:57:43+00:00</updated>
<author>
<name>Steve Holme</name>
<email>steve_holme@hotmail.com</email>
</author>
<published>2016-03-19T17:57:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=e66109c1e3ce97d39114b67b30b8d2da2c793f11'/>
<id>e66109c1e3ce97d39114b67b30b8d2da2c793f11</id>
<content type='text'>
As these files don't need to contain references to the source files,
although typically do, added basic files which only include three
filters and don't require the project file generator to be modified.

These files allow the source code to be viewed in the Solution Explorer
in versions of Visual Studio from 2010 onwards in the same manner as
previous versions did rather than one large view of files.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As these files don't need to contain references to the source files,
although typically do, added basic files which only include three
filters and don't require the project file generator to be modified.

These files allow the source code to be viewed in the Solution Explorer
in versions of Visual Studio from 2010 onwards in the same manner as
previous versions did rather than one large view of files.
</pre>
</div>
</content>
</entry>
<entry>
<title>gitignore: Sort for readability</title>
<updated>2015-08-18T05:03:05+00:00</updated>
<author>
<name>Jay Satiro</name>
<email>raysatiro@yahoo.com</email>
</author>
<published>2015-08-18T05:03:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=9518139c73452251b5ea4371d41cc3fa4532a0f9'/>
<id>9518139c73452251b5ea4371d41cc3fa4532a0f9</id>
<content type='text'>
find . -name .gitignore -print0 | xargs -i -0 sort -o '{}' '{}'
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
find . -name .gitignore -print0 | xargs -i -0 sort -o '{}' '{}'
</pre>
</div>
</content>
</entry>
<entry>
<title>build: Added wolfSSL configurations to VC10+ project files</title>
<updated>2015-08-06T17:13:09+00:00</updated>
<author>
<name>Jay Satiro</name>
<email>raysatiro@yahoo.com</email>
</author>
<published>2015-08-06T06:43:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=3f5f042e5d7850b9a66dc676d0b125503a425eb3'/>
<id>3f5f042e5d7850b9a66dc676d0b125503a425eb3</id>
<content type='text'>
URL: https://github.com/bagder/curl/pull/174
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
URL: https://github.com/bagder/curl/pull/174
</pre>
</div>
</content>
</entry>
<entry>
<title>build: Fixed missing .opensdf files from VC10+ .gitignore files</title>
<updated>2015-07-28T19:46:56+00:00</updated>
<author>
<name>Steve Holme</name>
<email>steve_holme@hotmail.com</email>
</author>
<published>2015-07-26T19:47:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=98e8b050ef5c5627176cb0223df756ec50301710'/>
<id>98e8b050ef5c5627176cb0223df756ec50301710</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>build: Use $(ProjectName) macro for curl.exe and curld.exe filenames</title>
<updated>2015-07-28T19:44:59+00:00</updated>
<author>
<name>Steve Holme</name>
<email>steve_holme@hotmail.com</email>
</author>
<published>2015-07-26T19:44:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=d9efd369071d3feb0433cc128cc7a8f63fc871bd'/>
<id>d9efd369071d3feb0433cc128cc7a8f63fc871bd</id>
<content type='text'>
This wasn't possible with the old curlsrc project filenames, but like
commit 2a615a2b64 and 11397eb6dd for libcurl use the built in Visual
Studio macros for the output filenames.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This wasn't possible with the old curlsrc project filenames, but like
commit 2a615a2b64 and 11397eb6dd for libcurl use the built in Visual
Studio macros for the output filenames.
</pre>
</div>
</content>
</entry>
<entry>
<title>build: Renamed curl src Visual Studio project files</title>
<updated>2015-07-28T19:44:14+00:00</updated>
<author>
<name>Steve Holme</name>
<email>steve_holme@hotmail.com</email>
</author>
<published>2015-07-26T19:22:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.benburwell.com/mirrors/curl/commit/?id=1627930177a4724a61d84eea4e4b0e66c8b6d4d9'/>
<id>1627930177a4724a61d84eea4e4b0e66c8b6d4d9</id>
<content type='text'>
Following commit 957fcd9049 and in preparation for adding the VC14
project files renamed the curl source project files.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Following commit 957fcd9049 and in preparation for adding the VC14
project files renamed the curl source project files.
</pre>
</div>
</content>
</entry>
</feed>
