<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emscripten/src/modules.js, branch 1.12.1</title>
<subtitle>Emscripten: An LLVM-to-JavaScript Compiler</subtitle>
<id>https://git.amat.us/emscripten/atom/src/modules.js?h=1.12.1</id>
<link rel='self' href='https://git.amat.us/emscripten/atom/src/modules.js?h=1.12.1'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/'/>
<updated>2014-01-24T17:29:37Z</updated>
<entry>
<title>Merge pull request #2035 from juj/html5_events</title>
<updated>2014-01-24T17:29:37Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2014-01-24T17:29:37Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=4f5a270f09ff132eee8732f628c1f039decb2280'/>
<id>urn:sha1:4f5a270f09ff132eee8732f628c1f039decb2280</id>
<content type='text'>
HTML5 Events API.</content>
</entry>
<entry>
<title>Rename library_events to library_html5 and other suggested renamings. Add better support for reporting EMSCRIPTEN_RESULT_NOT_SUPPORTED for unsupported features.</title>
<updated>2014-01-24T10:31:53Z</updated>
<author>
<name>Jukka Jylänki</name>
<email>jujjyl@gmail.com</email>
</author>
<published>2014-01-24T09:57:18Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=9f7690fa3de0d28ed93c88f2a80537a79bfd2847'/>
<id>urn:sha1:9f7690fa3de0d28ed93c88f2a80537a79bfd2847</id>
<content type='text'>
</content>
</entry>
<entry>
<title>better error reporting on errors in js libraries; fixes #2033</title>
<updated>2014-01-24T00:14:06Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2014-01-24T00:13:49Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=9d8957c9209dd3f0d62519a47963b4968585ac72'/>
<id>urn:sha1:9d8957c9209dd3f0d62519a47963b4968585ac72</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement C-based events library for various HTML5 APIs.</title>
<updated>2014-01-22T16:59:37Z</updated>
<author>
<name>Jukka Jylänki</name>
<email>jujjyl@gmail.com</email>
</author>
<published>2014-01-22T16:59:37Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=96895e6dae8cf1314f8b4ce3fbab4e7c70ecaf4a'/>
<id>urn:sha1:96895e6dae8cf1314f8b4ce3fbab4e7c70ecaf4a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add GLEW 1.10.0 emulation</title>
<updated>2014-01-14T15:04:58Z</updated>
<author>
<name>Jari Vetoniemi</name>
<email>mailroxas@gmail.com</email>
</author>
<published>2014-01-14T15:04:58Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=a39788f5020f726cbe6cfcc49de9cc669f445237'/>
<id>urn:sha1:a39788f5020f726cbe6cfcc49de9cc669f445237</id>
<content type='text'>
Includes library_glew.js that stubs the init functions, but also provides the
other functions.

GL/glew.h is now changed to work with GLEW_EXT_foo_bar constants,
some missing constants that are in GLEW 1.10.0 are also provided.

Otherwise it still uses SDL_opengl.h to provide function definitions and
other constants.

Linaro's GLEW (glew-oes) is also supported to some degree to make it
easier to get ES1 and ES2 software using it running.

What it lacks:
- Some constants and function declarations that are in GLEW 1.10.0
might be missing.
- The real glew-es fork also includes normal GL constants and
function pointers, this does not.

Tests ran:
- tests/runner.py browser

Real world example using this code (and upcomming glfw3 port) can be found here:
http://cloudef.eu/glhck
http://cloudef.eu/glhck/qb.html
</content>
</entry>
<entry>
<title>implementation of libuuid</title>
<updated>2013-12-31T13:27:05Z</updated>
<author>
<name>Fraser Adams</name>
<email>fraser.adams@blueyonder.co.uk</email>
</author>
<published>2013-12-31T13:27:05Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=32e1d73d605a7c4c3dc162b7c0d626b3dcce27ce'/>
<id>urn:sha1:32e1d73d605a7c4c3dc162b7c0d626b3dcce27ce</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix varargs signature generation, '...' is optional and both cases must be handled; fixes #1918</title>
<updated>2013-12-17T02:03:23Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2013-12-17T02:03:23Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=11fc948b1c884d4b7d7b78694a44097ef2015af3'/>
<id>urn:sha1:11fc948b1c884d4b7d7b78694a44097ef2015af3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>export code for CallHandlers.h</title>
<updated>2013-12-14T18:25:23Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2013-12-14T18:25:23Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=9022047fe90d92dcee81d064a5bd0538f2cb7e4f'/>
<id>urn:sha1:9022047fe90d92dcee81d064a5bd0538f2cb7e4f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>do not skip vector types in function signatures</title>
<updated>2013-12-11T01:36:26Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2013-12-11T01:36:12Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=d02b4f578039d03bfe49b5dfec88c6025c941c7f'/>
<id>urn:sha1:d02b4f578039d03bfe49b5dfec88c6025c941c7f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>send EXPORTED_FUNCTIONS to fastcomp glue</title>
<updated>2013-11-30T22:22:49Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2013-11-30T22:22:49Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=94bb14c5bbd23285549d87f19dc6d09c90bcf92f'/>
<id>urn:sha1:94bb14c5bbd23285549d87f19dc6d09c90bcf92f</id>
<content type='text'>
</content>
</entry>
</feed>
