<feed xmlns='http://www.w3.org/2005/Atom'>
<title>godot.git/drivers/builtin_openssl2, branch mirror</title>
<subtitle>Godot Engine – Multi-platform 2D and 3D game engine https://godotengine.org</subtitle>
<id>https://git.neuromancer.sk/godot.git/atom/drivers/builtin_openssl2?h=mirror</id>
<link rel='self' href='https://git.neuromancer.sk/godot.git/atom/drivers/builtin_openssl2?h=mirror'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/'/>
<updated>2016-10-15T09:50:41Z</updated>
<entry>
<title>openssl: Move to a module and split thirdparty lib</title>
<updated>2016-10-15T09:50:41Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2016-10-12T21:06:17Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=422196759f93df249db38619f136cabd5dcf42cd'/>
<id>urn:sha1:422196759f93df249db38619f136cabd5dcf42cd</id>
<content type='text'>
Same rationale as the previous commits.
</content>
</entry>
<entry>
<title>scons detects standalone MSVC on Windows</title>
<updated>2016-09-16T09:17:57Z</updated>
<author>
<name>yg2f</name>
</author>
<published>2016-09-15T16:04:26Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=663d4ee7de9741e4e55255908fbecd8582097ae3'/>
<id>urn:sha1:663d4ee7de9741e4e55255908fbecd8582097ae3</id>
<content type='text'>
Under Windows, Scons is now capable of detecting and compiling with
standalone MSVC compilers (aka "Visual C++ Build Tools").
http://landinghub.visualstudio.com/visual-cpp-build-tools

Tried with version 2015, and native x86 and x64 compilers under
Windows 10 pro 64 and Windows 8.1 64, with the default Win8 SDK
provided by the "Visual C++ Build Tools" web-installer.

Follow the same compiling instructions than for compiling with Visual
Studio, except that Visual Studio is no more required.

KNOWN ISSUES :
- ``methods.detect_visual_c_compiler_version()`` will emit a warning message
on computers where the ``VSINSTALLDIR`` environement variable is not present.
But it should compile just fine and still automatically detects the 32 or
64 bits according to the compiler you picked.

TODO :
- eventually, update ``platform/winrt/dectet.py`` with function
``methods.msvc_is_detected()`` and try to compile winrt/UWP with
these standalone compilers (if you did not select Win10 SDK when
installing the standalone tools, you can run it again).
- update doc to make users aware of "Visual C++ Build Tools" aka
"stadalone MSVC".
- eventually, update ``methods.detect_visual_c_compiler_version()``
</content>
</entry>
<entry>
<title>Patch thirdy-party libraries to build for WinRT</title>
<updated>2016-09-03T22:46:26Z</updated>
<author>
<name>George Marques</name>
</author>
<published>2016-09-03T22:41:36Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=5f5db46e8d0a28c3b5ac5fab36c14d3393217bfe'/>
<id>urn:sha1:5f5db46e8d0a28c3b5ac5fab36c14d3393217bfe</id>
<content type='text'>
- Patch enet code.
- Patch OpenSSL code and add shims for unavailable API.
- Add extra definition header for Freetype.
</content>
</entry>
<entry>
<title>Fix builtin OpenSSL configuration</title>
<updated>2016-07-09T23:13:35Z</updated>
<author>
<name>George Marques</name>
</author>
<published>2016-07-09T23:02:26Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=2c6d0d490519016986c1c5be992ff53fbdea8c8f'/>
<id>urn:sha1:2c6d0d490519016986c1c5be992ff53fbdea8c8f</id>
<content type='text'>
Fixes a bug that happens on Windows 64-bits.
</content>
</entry>
<entry>
<title>fix</title>
<updated>2016-05-21T23:07:32Z</updated>
<author>
<name>Ariel Manzur</name>
</author>
<published>2016-05-21T23:07:32Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=12bd9ee6f27c6d40f91e0bee7b150fea257463cb'/>
<id>urn:sha1:12bd9ee6f27c6d40f91e0bee7b150fea257463cb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>using 1 env for all drivers</title>
<updated>2016-05-21T22:31:58Z</updated>
<author>
<name>Ariel Manzur</name>
</author>
<published>2016-05-21T22:31:58Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=6cf2353305922f3464ff91ae1b137e747e1d2961'/>
<id>urn:sha1:6cf2353305922f3464ff91ae1b137e747e1d2961</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove nocpuid.c from builtin OpenSSL</title>
<updated>2016-05-12T15:06:34Z</updated>
<author>
<name>eska</name>
</author>
<published>2016-05-12T15:06:34Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=2392824dbab773b365dc77b8a75c1b75f42b93d8'/>
<id>urn:sha1:2392824dbab773b365dc77b8a75c1b75f42b93d8</id>
<content type='text'>
Since opensslconf.h no longer defines OPENSSL_CPUID_OBJ, OpenSSL defines
OPENSSL_cpuid_setup itself (with the same empty definition)
</content>
</entry>
<entry>
<title>OpenSSL buildsystem: actually apply the flag on gcc/clang</title>
<updated>2016-05-11T17:41:52Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2016-05-11T17:41:52Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=c7292b1f3d22323352a14e756497b03d66c90666'/>
<id>urn:sha1:c7292b1f3d22323352a14e756497b03d66c90666</id>
<content type='text'>
Commit 972b0f7 was bogus.
</content>
</entry>
<entry>
<title>Windows: Fix MinGW argument being passed to MSVC</title>
<updated>2016-05-11T16:48:04Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2016-05-11T16:48:04Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=972b0f78b3f89ea5096bc37658ceb859ad47fa44'/>
<id>urn:sha1:972b0f78b3f89ea5096bc37658ceb859ad47fa44</id>
<content type='text'>
Fixes #4620
</content>
</entry>
<entry>
<title>Add ignore error flag to OpenSSL driver</title>
<updated>2016-05-09T15:52:49Z</updated>
<author>
<name>George Marques</name>
</author>
<published>2016-05-09T14:54:42Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=2e44e255ed913372df5ced3526ea56fd50e6df3a'/>
<id>urn:sha1:2e44e255ed913372df5ced3526ea56fd50e6df3a</id>
<content type='text'>
</content>
</entry>
</feed>
