<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emscripten, branch 1.13.2</title>
<subtitle>Emscripten: An LLVM-to-JavaScript Compiler</subtitle>
<id>https://git.amat.us/emscripten/atom/?h=1.13.2</id>
<link rel='self' href='https://git.amat.us/emscripten/atom/?h=1.13.2'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/'/>
<updated>2014-03-14T23:14:00Z</updated>
<entry>
<title>add a Nested branch type in relooper, to represent a path we must make sure is nested so that parallel paths do not get intertwined. this allows us to emit a more canonical form of nested ifs as a result of short-circuit operators; 1.13.2</title>
<updated>2014-03-14T23:14:00Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2014-03-14T22:09:59Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=5c03805d684cb541ba5a40138457bb598642de20'/>
<id>urn:sha1:5c03805d684cb541ba5a40138457bb598642de20</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #2224 from juj/osx_mouse</title>
<updated>2014-03-14T23:10:22Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2014-03-14T23:10:22Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=e56b193cee003dd0015077726163fb4c2511ee68'/>
<id>urn:sha1:e56b193cee003dd0015077726163fb4c2511ee68</id>
<content type='text'>
OSX mouse support.</content>
</entry>
<entry>
<title>Add better documentation to emscripten/html5.h KeyEvent structure on the current implementation and deprecation status of the various fields. See also pr #2222.</title>
<updated>2014-03-14T19:52:26Z</updated>
<author>
<name>Jukka Jylänki</name>
<email>jujjyl@gmail.com</email>
</author>
<published>2014-03-14T19:52:26Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=cef72b48d5f288b8954c174b8b6d7be94c51988e'/>
<id>urn:sha1:cef72b48d5f288b8954c174b8b6d7be94c51988e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #2225 from juj/safari_webaudio</title>
<updated>2014-03-14T19:11:11Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2014-03-14T19:11:11Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=b7ac1c02e9a868a4bad39a47217e8e52e55f76ee'/>
<id>urn:sha1:b7ac1c02e9a868a4bad39a47217e8e52e55f76ee</id>
<content type='text'>
Safari 6.0.5 webaudio fixes in SDL and OpenAL library.</content>
</entry>
<entry>
<title>Fix typo in comment.</title>
<updated>2014-03-14T19:00:23Z</updated>
<author>
<name>Jukka Jylänki</name>
<email>jujjyl@gmail.com</email>
</author>
<published>2014-03-14T19:00:23Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=dee56ea62fd1cd4a1d35024c9c5243c4952ffecc'/>
<id>urn:sha1:dee56ea62fd1cd4a1d35024c9c5243c4952ffecc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make tests/openal_playback.cpp compilable outside the test runner.</title>
<updated>2014-03-14T18:58:04Z</updated>
<author>
<name>Jukka Jylänki</name>
<email>jujjyl@gmail.com</email>
</author>
<published>2014-03-14T18:52:56Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=21fc381f6e0fd575da709bc461dd5251d30536fa'/>
<id>urn:sha1:21fc381f6e0fd575da709bc461dd5251d30536fa</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix OpenAL library to work with old Web Audio API syntax that exists in Safari 6.0.5 at least.</title>
<updated>2014-03-14T18:58:03Z</updated>
<author>
<name>Jukka Jylänki</name>
<email>jujjyl@gmail.com</email>
</author>
<published>2014-03-14T18:52:37Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=7cd9a3c64c4cbbede7fac8002b351f5f599eb799'/>
<id>urn:sha1:7cd9a3c64c4cbbede7fac8002b351f5f599eb799</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix SDL Web Audio to work on Safari 6.0.5. That browser does not implement the AudioBufferSourceNode.start() method, but only has the older .noteOn() method, and the audio ctors don't come out as functions, but strongly typed ctor objects.</title>
<updated>2014-03-14T18:58:02Z</updated>
<author>
<name>Jukka Jylänki</name>
<email>jujjyl@gmail.com</email>
</author>
<published>2014-03-14T18:29:02Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=b3b29bede566334d184cf87a3cc748be23445474'/>
<id>urn:sha1:b3b29bede566334d184cf87a3cc748be23445474</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add an automated version of the html5 mouse test in browser test suite.</title>
<updated>2014-03-14T09:26:19Z</updated>
<author>
<name>Jukka Jylänki</name>
<email>jujjyl@gmail.com</email>
</author>
<published>2014-03-14T09:26:19Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=a564e870359a576ad42531bb39a279db12bd5b2b'/>
<id>urn:sha1:a564e870359a576ad42531bb39a279db12bd5b2b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement support for Webkit mouse wheel events. Add new interactive mouse test. Checked on OSX Safari 6.0.5. Fixes #2219.</title>
<updated>2014-03-13T14:34:46Z</updated>
<author>
<name>Jukka Jylänki</name>
<email>jujjyl@gmail.com</email>
</author>
<published>2014-03-13T14:34:46Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=fb0b19e4c5dbf53f61ddfd02ce480ac97aee20d8'/>
<id>urn:sha1:fb0b19e4c5dbf53f61ddfd02ce480ac97aee20d8</id>
<content type='text'>
</content>
</entry>
</feed>
