<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emscripten/system, branch master</title>
<subtitle>Emscripten: An LLVM-to-JavaScript Compiler</subtitle>
<id>https://git.amat.us/emscripten/atom/system?h=master</id>
<link rel='self' href='https://git.amat.us/emscripten/atom/system?h=master'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/'/>
<updated>2014-06-18T13:44:03Z</updated>
<entry>
<title>Added embind support for std::unique_ptr</title>
<updated>2014-06-18T13:44:03Z</updated>
<author>
<name>Nikolay Vorobyov</name>
<email>nikolay.vorobyov@doctormobile.us</email>
</author>
<published>2014-06-18T13:44:03Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=22d2a0fcd2729d9c0c8d53e59471432ddf206b6a'/>
<id>urn:sha1:22d2a0fcd2729d9c0c8d53e59471432ddf206b6a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename SDL_SetEventHandler from previous commit to emscripten_SDL_SetEventHandler to reflect that this is our extension, and add comments.</title>
<updated>2014-06-10T00:16:05Z</updated>
<author>
<name>Jukka Jylänki</name>
<email>jujjyl@gmail.com</email>
</author>
<published>2014-06-10T00:16:05Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=c70f8f74816a13fbff827749a7c2594d2817e041'/>
<id>urn:sha1:c70f8f74816a13fbff827749a7c2594d2817e041</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added an additional call: `SDL_SetEventHandler()` to SDL.</title>
<updated>2014-06-09T23:00:06Z</updated>
<author>
<name>Michael Bishop</name>
<email>mbtyke@yahoo.com</email>
</author>
<published>2014-01-12T17:46:35Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=b71f0def47d8ffbbaffcdaccba20713db5f0f5d1'/>
<id>urn:sha1:b71f0def47d8ffbbaffcdaccba20713db5f0f5d1</id>
<content type='text'>
This is not in the official API but it is needed for Mozilla
Persona, which makes sure an event handler is on the stack when
`navigator.id.request()` is called.

Using the standard SDL api, this can never be the case because an SDL
app retrieves events from SDL’s event queue independently of when
those events are added to the queue (through event handlers that SDL
itself registers).

With this additional call, apps can receive events directly in
response to an actual event handler which will still be on the stack
when the event is handled by the SDL-based application.
</content>
</entry>
<entry>
<title>Merge pull request #2399 from waywardmonkeys/cleanup-includes</title>
<updated>2014-06-09T20:14:01Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2014-06-09T20:14:01Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=5566d816f66ad79c82ded12fff2b630efa41be44'/>
<id>urn:sha1:5566d816f66ad79c82ded12fff2b630efa41be44</id>
<content type='text'>
Cleanup includes</content>
</entry>
<entry>
<title>Put a placeholder README in system/local/include.</title>
<updated>2014-06-07T03:09:45Z</updated>
<author>
<name>Bruce Mitchener</name>
<email>bruce.mitchener@gmail.com</email>
</author>
<published>2014-06-07T03:09:45Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=1bd5ca813a0c0e4d24ae60b35716775e4d416799'/>
<id>urn:sha1:1bd5ca813a0c0e4d24ae60b35716775e4d416799</id>
<content type='text'>
This explains the purpose so that the directory is a bit more
discoverable. It also means the compiler won't complain that
the directory doesn't exist when in verbose mode.
</content>
</entry>
<entry>
<title>path should be const</title>
<updated>2014-06-06T12:13:40Z</updated>
<author>
<name>Charlie Birks</name>
<email>admin@daftgames.net</email>
</author>
<published>2014-06-06T12:13:40Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=a6860c18cf3a3525692a0dd2bee0b94e604189e3'/>
<id>urn:sha1:a6860c18cf3a3525692a0dd2bee0b94e604189e3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>changes from review</title>
<updated>2014-06-05T19:05:35Z</updated>
<author>
<name>Charlie Birks</name>
<email>admin@daftgames.net</email>
</author>
<published>2014-06-05T19:05:35Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=34d974d84bd01a96d1364d73f98554adcf0426fe'/>
<id>urn:sha1:34d974d84bd01a96d1364d73f98554adcf0426fe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add include for FILE*</title>
<updated>2014-06-05T15:05:44Z</updated>
<author>
<name>Charlie Birks</name>
<email>admin@daftgames.net</email>
</author>
<published>2014-06-05T15:05:44Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=82bac79df4493c6c0acb9feb9170094b816ff508'/>
<id>urn:sha1:82bac79df4493c6c0acb9feb9170094b816ff508</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add emscripten_get_preloaded_image_data</title>
<updated>2014-06-05T14:54:42Z</updated>
<author>
<name>Charlie Birks</name>
<email>admin@daftgames.net</email>
</author>
<published>2014-06-05T14:54:42Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=20b61c1a6d0c8e822e78f10bdd0936d5c4061200'/>
<id>urn:sha1:20b61c1a6d0c8e822e78f10bdd0936d5c4061200</id>
<content type='text'>
</content>
</entry>
<entry>
<title>removed parens from copy&amp;paste error</title>
<updated>2014-06-04T20:02:49Z</updated>
<author>
<name>Nicolas Guillemot</name>
<email>nlguillemot@gmail.com</email>
</author>
<published>2014-06-02T08:04:35Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=29d1de1a8da6bf1c11590653436008336162d421'/>
<id>urn:sha1:29d1de1a8da6bf1c11590653436008336162d421</id>
<content type='text'>
</content>
</entry>
</feed>
