<feed xmlns='http://www.w3.org/2005/Atom'>
<title>godot.git/drivers/builtin_openssl2/SCsub, branch 2.1.2-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/SCsub?h=2.1.2-stable</id>
<link rel='self' href='https://git.neuromancer.sk/godot.git/atom/drivers/builtin_openssl2/SCsub?h=2.1.2-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>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>
<entry>
<title>cloning env for builtin_openssl _and_ openssl :)</title>
<updated>2016-05-07T01:43:22Z</updated>
<author>
<name>Ariel Manzur</name>
</author>
<published>2016-05-07T01:43:22Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=baaa74f2153403044ab7570b920bc01317f8a047'/>
<id>urn:sha1:baaa74f2153403044ab7570b920bc01317f8a047</id>
<content type='text'>
</content>
</entry>
<entry>
<title>clonning env for builtin ssl</title>
<updated>2016-05-07T01:30:48Z</updated>
<author>
<name>Ariel Manzur</name>
</author>
<published>2016-05-07T01:30:48Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/godot.git/commit/?id=62c17d65a8ad808bb712e64df2f16ecfb193c9be'/>
<id>urn:sha1:62c17d65a8ad808bb712e64df2f16ecfb193c9be</id>
<content type='text'>
</content>
</entry>
</feed>
