<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emscripten/tests, branch 1.9.2</title>
<subtitle>Emscripten: An LLVM-to-JavaScript Compiler</subtitle>
<id>https://git.amat.us/emscripten/atom/tests?h=1.9.2</id>
<link rel='self' href='https://git.amat.us/emscripten/atom/tests?h=1.9.2'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/'/>
<updated>2014-01-15T19:26:48Z</updated>
<entry>
<title>add musl fputws, fix vswprintf, add testing for fwprintf and swprintf as well</title>
<updated>2014-01-15T19:26:48Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2014-01-14T01:48:55Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=c5522c645635939ac49e6cfecb02a64e768a76d6'/>
<id>urn:sha1:c5522c645635939ac49e6cfecb02a64e768a76d6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix aggressiveVariableElimination bug and add testing</title>
<updated>2014-01-15T04:54:14Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2014-01-15T04:53:53Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=60a86d0fcb15b8381f1fc97ad17571cb281f26c1'/>
<id>urn:sha1:60a86d0fcb15b8381f1fc97ad17571cb281f26c1</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>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>add fputwc, which enables wprintf</title>
<updated>2014-01-14T01:03:24Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2014-01-14T00:44:17Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=0e36f078d4a9666303340506638726d316096e07'/>
<id>urn:sha1:0e36f078d4a9666303340506638726d316096e07</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'incoming' of github.com:kripken/emscripten into incoming</title>
<updated>2014-01-14T00:56:03Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2014-01-14T00:55:19Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=cd1edebb5034ea52396a5b68304e84ae80878740'/>
<id>urn:sha1:cd1edebb5034ea52396a5b68304e84ae80878740</id>
<content type='text'>
conflicts: tests/test_core.py tools/shared.py
</content>
</entry>
<entry>
<title>Merge pull request #2004 from waywardmonkeys/updates</title>
<updated>2014-01-14T00:54:38Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2014-01-14T00:54:38Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=2914deb17f3857bb02eeec87a58a3ed6d4a8853a'/>
<id>urn:sha1:2914deb17f3857bb02eeec87a58a3ed6d4a8853a</id>
<content type='text'>
Updates</content>
</entry>
<entry>
<title>handle precision -1 in printf .*</title>
<updated>2014-01-13T23:31:52Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2014-01-13T23:31:00Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=7844db37f5b6dce1e7772f955ff606ef806ae032'/>
<id>urn:sha1:7844db37f5b6dce1e7772f955ff606ef806ae032</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Move scalbn to libc to fix broken functionality. Disable test on x86.</title>
<updated>2014-01-13T19:21:11Z</updated>
<author>
<name>Bruce Mitchener</name>
<email>bruce.mitchener@gmail.com</email>
</author>
<published>2014-01-13T15:08:30Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=e3825afd87e2bf638da9b18a9deaf31de5a03cc3'/>
<id>urn:sha1:e3825afd87e2bf638da9b18a9deaf31de5a03cc3</id>
<content type='text'>
</content>
</entry>
</feed>
