<feed xmlns='http://www.w3.org/2005/Atom'>
<title>godot.git/drivers/builtin_openssl2, branch 2.1.3-stable</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=2.1.3-stable</id>
<link rel='self' href='https://git.neuromancer.sk/godot.git/atom/drivers/builtin_openssl2?h=2.1.3-stable'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/'/>
<updated>2016-11-02T21:28:28Z</updated>
<entry>
<title>style: Fix PEP8 whitespace issues in Python files</title>
<updated>2016-11-02T21:28:28Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2016-11-02T21:28:28Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=e259bf8bbb00c5555675892295ce50aa32695737'/>
<id>urn:sha1:e259bf8bbb00c5555675892295ce50aa32695737</id>
<content type='text'>
Done with `autopep8 --select=E2,W2`, fixes:

- E201 - Remove extraneous whitespace.
- E202 - Remove extraneous whitespace.
- E203 - Remove extraneous whitespace.
- E211 - Remove extraneous whitespace.
- E221 - Fix extraneous whitespace around keywords.
- E222 - Fix extraneous whitespace around keywords.
- E223 - Fix extraneous whitespace around keywords.
- E224 - Remove extraneous whitespace around operator.
- E225 - Fix missing whitespace around operator.
- E226 - Fix missing whitespace around operator.
- E227 - Fix missing whitespace around operator.
- E228 - Fix missing whitespace around operator.
- E231 - Add missing whitespace.
- E231 - Fix various deprecated code (via lib2to3).
- E241 - Fix extraneous whitespace around keywords.
- E242 - Remove extraneous whitespace around operator.
- E251 - Remove whitespace around parameter '=' sign.
- E261 - Fix spacing after comment hash.
- E262 - Fix spacing after comment hash.
- E265 - Format block comments.
- E271 - Fix extraneous whitespace around keywords.
- E272 - Fix extraneous whitespace around keywords.
- E273 - Fix extraneous whitespace around keywords.
- E274 - Fix extraneous whitespace around keywords.
- W291 - Remove trailing whitespace.
- W293 - Remove trailing whitespace.
</content>
</entry>
<entry>
<title>style: Start applying PEP8 to Python files, indentation issues</title>
<updated>2016-11-02T21:26:55Z</updated>
<author>
<name>Rémi Verschelde</name>
</author>
<published>2016-11-02T21:26:55Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=561c1f17a12a42b8263ce7dd40d90e1e9633c1de'/>
<id>urn:sha1:561c1f17a12a42b8263ce7dd40d90e1e9633c1de</id>
<content type='text'>
Done with `autopep8 --select=E1`, fixes:

- E101 - Reindent all lines.
- E112 - Fix under-indented comments.
- E113 - Fix over-indented comments.
- E115 - Fix under-indented comments.
- E116 - Fix over-indented comments.
- E121 - Fix a badly indented line.
- E122 - Fix a badly indented line.
- E123 - Fix a badly indented line.
- E124 - Fix a badly indented line.
- E125 - Fix indentation undistinguish from the next logical line.
- E126 - Fix a badly indented line.
- E127 - Fix a badly indented line.
- E128 - Fix a badly indented line.
- E129 - Fix a badly indented line.
</content>
</entry>
<entry>
<title>openssl: Move to a module and split thirdparty lib</title>
<updated>2016-10-30T13:51:32Z</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=4cd640f6846aff0925bc0680988f0c5ef5919c3a'/>
<id>urn:sha1:4cd640f6846aff0925bc0680988f0c5ef5919c3a</id>
<content type='text'>
Same rationale as the previous commits.

(cherry picked from commit 422196759f93df249db38619f136cabd5dcf42cd)

Removed the winrt-specific parts.
</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>
