<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emscripten, branch 1.8.11</title>
<subtitle>Emscripten: An LLVM-to-JavaScript Compiler</subtitle>
<id>https://git.amat.us/emscripten/atom/?h=1.8.11</id>
<link rel='self' href='https://git.amat.us/emscripten/atom/?h=1.8.11'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/'/>
<updated>2014-01-15T00:23:45Z</updated>
<entry>
<title>fix wprintf-related bug that bit fastcomp</title>
<updated>2014-01-15T00:23:45Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2014-01-15T00:23:45Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=a6effe0a86e59a656aaa27c01d107d2153f8c825'/>
<id>urn:sha1:a6effe0a86e59a656aaa27c01d107d2153f8c825</id>
<content type='text'>
</content>
</entry>
<entry>
<title>disable test_simd3 due to breakage</title>
<updated>2014-01-14T22:55:37Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2014-01-14T22:55:37Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=dbcc4e8d33507117d69fe30e016b1e299f3f847f'/>
<id>urn:sha1:dbcc4e8d33507117d69fe30e016b1e299f3f847f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix double start bug #1992 in browser as well</title>
<updated>2014-01-14T22:49:29Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2014-01-14T22:49:08Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=836ca84817da520a818bf568470e6f853864410c'/>
<id>urn:sha1:836ca84817da520a818bf568470e6f853864410c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #2009 from waywardmonkeys/updates2</title>
<updated>2014-01-14T22:11:16Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2014-01-14T22:11:16Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=c8529f6fa67bc6f5adada4fc3f9804c852371c50'/>
<id>urn:sha1:c8529f6fa67bc6f5adada4fc3f9804c852371c50</id>
<content type='text'>
Updates2</content>
</entry>
<entry>
<title>Merge pull request #1878 from Cloudef/incoming</title>
<updated>2014-01-14T15:12:48Z</updated>
<author>
<name>juj</name>
<email>jujjyl@gmail.com</email>
</author>
<published>2014-01-14T15:12:48Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=899b2b41e696ff627ee9b8690d9ef8ba04e73df3'/>
<id>urn:sha1:899b2b41e696ff627ee9b8690d9ef8ba04e73df3</id>
<content type='text'>
Add GLEW 1.10.0 emulation</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>Bump version.</title>
<updated>2014-01-14T09:19:38Z</updated>
<author>
<name>Bruce Mitchener</name>
<email>bruce.mitchener@gmail.com</email>
</author>
<published>2014-01-14T05:45:54Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=ef760229622d7427987bbc0b35835606d0cb53d8'/>
<id>urn:sha1:ef760229622d7427987bbc0b35835606d0cb53d8</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Expand aliases for strto*_l() to short functions.</title>
<updated>2014-01-14T09:19:38Z</updated>
<author>
<name>Bruce Mitchener</name>
<email>bruce.mitchener@gmail.com</email>
</author>
<published>2014-01-14T08:45:15Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=8016130a5149e2989c3986ba06400fce287006bb'/>
<id>urn:sha1:8016130a5149e2989c3986ba06400fce287006bb</id>
<content type='text'>
This removes warnings about incompatible pointer types in asm2 mode.
</content>
</entry>
<entry>
<title>Move err/warn/etc from libc to libcextra.</title>
<updated>2014-01-14T08:05:21Z</updated>
<author>
<name>Bruce Mitchener</name>
<email>bruce.mitchener@gmail.com</email>
</author>
<published>2014-01-14T07:55:52Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=8f85a8ed689957e72b161bad12e3d691507e1094'/>
<id>urn:sha1:8f85a8ed689957e72b161bad12e3d691507e1094</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Replace getopt_long with musl version.</title>
<updated>2014-01-14T08:05:21Z</updated>
<author>
<name>Bruce Mitchener</name>
<email>bruce.mitchener@gmail.com</email>
</author>
<published>2013-11-18T07:23:00Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=58713dc4266f88ef59c9da92bcfd6f4fd6ae1ada'/>
<id>urn:sha1:58713dc4266f88ef59c9da92bcfd6f4fd6ae1ada</id>
<content type='text'>
</content>
</entry>
</feed>
