<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emscripten/src, branch 1.7.3</title>
<subtitle>Emscripten: An LLVM-to-JavaScript Compiler</subtitle>
<id>https://git.amat.us/emscripten/atom/src?h=1.7.3</id>
<link rel='self' href='https://git.amat.us/emscripten/atom/src?h=1.7.3'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/'/>
<updated>2013-11-12T01:40:12Z</updated>
<entry>
<title>Merge branch 'sdl_joystick' of github.com:jvilk/emscripten into incoming</title>
<updated>2013-11-12T01:40:12Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2013-11-12T01:40:12Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=d83b61b6e1c8fa54e2e7184d812f59841138b71f'/>
<id>urn:sha1:d83b61b6e1c8fa54e2e7184d812f59841138b71f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'incoming' into f32</title>
<updated>2013-11-11T19:56:51Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2013-11-11T19:56:51Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=117f357f9c08fd3297f5c34cdd0a43227079f059'/>
<id>urn:sha1:117f357f9c08fd3297f5c34cdd0a43227079f059</id>
<content type='text'>
</content>
</entry>
<entry>
<title>coerce to double before converting a float to an i64</title>
<updated>2013-11-11T18:59:18Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2013-11-11T18:59:18Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=9d006256df96e6d81bf869958af28643720f14db'/>
<id>urn:sha1:9d006256df96e6d81bf869958af28643720f14db</id>
<content type='text'>
</content>
</entry>
<entry>
<title>use writeAsciiToMemory in library.js in more places</title>
<updated>2013-11-11T01:45:06Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2013-11-11T01:45:06Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=37d0e6c55f9f48255b5ac34426196ddf6d5072a2'/>
<id>urn:sha1:37d0e6c55f9f48255b5ac34426196ddf6d5072a2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #1778 from ToadKing/nanosleep-fix</title>
<updated>2013-11-10T18:21:40Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2013-11-10T18:21:40Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=fb837edc43d0311bd1685026cf8929611c5aa4d7'/>
<id>urn:sha1:fb837edc43d0311bd1685026cf8929611c5aa4d7</id>
<content type='text'>
nanosleep - don't write to rmtp if it's NULL</content>
</entry>
<entry>
<title>Make GL library more spec conformant by not throwing exceptions on errors, but instead reporting them via glGetError() as the GLES2 spec says. Use the linker flag "-s GL_ASSERTIONS=1" to enable additional debug-time error logging from the GL layer for error reasons.</title>
<updated>2013-11-10T15:09:51Z</updated>
<author>
<name>Jukka Jylänki</name>
<email>jujjyl@gmail.com</email>
</author>
<published>2013-11-10T15:09:51Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=74e4c26aa1cdf71139b22ef79936a092706b5707'/>
<id>urn:sha1:74e4c26aa1cdf71139b22ef79936a092706b5707</id>
<content type='text'>
</content>
</entry>
<entry>
<title>nanosleep - don't write to rmtp if it's NULL</title>
<updated>2013-11-10T08:38:58Z</updated>
<author>
<name>ToadKing</name>
<email>toadking@toadking.com</email>
</author>
<published>2013-11-10T08:38:58Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=1c7c811c8ded27a733075529f736797953a5209b'/>
<id>urn:sha1:1c7c811c8ded27a733075529f736797953a5209b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[SDL] Joystick API implementation using HTML5 Gamepad API</title>
<updated>2013-11-10T07:25:17Z</updated>
<author>
<name>John Vilk</name>
<email>jvilk@cs.umass.edu</email>
</author>
<published>2013-11-07T03:08:33Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=39b138d4ddda29b535285bc1c5223641dcacce28'/>
<id>urn:sha1:39b138d4ddda29b535285bc1c5223641dcacce28</id>
<content type='text'>
Works in browsers that implement the working draft of the standard (current Chrome / Firefox stable):
http://www.w3.org/TR/2012/WD-gamepad-20120529/#gamepad-interface

...and browsers that implement the editor's draft (current Firefox Nightly):
https://dvcs.w3.org/hg/gamepad/raw-file/default/gamepad.html#idl-def-Gamepad

Contains unit tests for both event types.
</content>
</entry>
<entry>
<title>support inline asm comments; fixes #1766</title>
<updated>2013-11-10T00:18:50Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2013-11-10T00:18:31Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=d446e2b3c3b96474106b9bd47f35d901abb14f6d'/>
<id>urn:sha1:d446e2b3c3b96474106b9bd47f35d901abb14f6d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>optimize fround polyfill a tiny bit</title>
<updated>2013-11-09T18:34:06Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2013-11-09T18:34:06Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=c94fbc8db50b1bb8ba9c31bf6e93f2c733cac253'/>
<id>urn:sha1:c94fbc8db50b1bb8ba9c31bf6e93f2c733cac253</id>
<content type='text'>
</content>
</entry>
</feed>
