<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emscripten/system/include, branch master</title>
<subtitle>Emscripten: An LLVM-to-JavaScript Compiler</subtitle>
<id>https://git.amat.us/emscripten/atom/system/include?h=master</id>
<link rel='self' href='https://git.amat.us/emscripten/atom/system/include?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>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>
<entry>
<title>add emscripten_align typedefs for #2378</title>
<updated>2014-05-28T21:50:35Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2014-05-28T21:50:35Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=504b62384aba8da8258ed6f8ba0a455a1db7736a'/>
<id>urn:sha1:504b62384aba8da8258ed6f8ba0a455a1db7736a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Moarrrr templates!  Remove some boilerplate in embind.  Thanks imran and andy!</title>
<updated>2014-05-21T16:08:06Z</updated>
<author>
<name>Chad Austin</name>
<email>chad@imvu.com</email>
</author>
<published>2014-05-13T19:51:08Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=29839c4b7c6803c4741641e5ba8158516da2f680'/>
<id>urn:sha1:29839c4b7c6803c4741641e5ba8158516da2f680</id>
<content type='text'>
</content>
</entry>
</feed>
