<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emscripten/tests/test_browser.py, branch 1.8.13</title>
<subtitle>Emscripten: An LLVM-to-JavaScript Compiler</subtitle>
<id>https://git.amat.us/emscripten/atom/tests/test_browser.py?h=1.8.13</id>
<link rel='self' href='https://git.amat.us/emscripten/atom/tests/test_browser.py?h=1.8.13'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/'/>
<updated>2014-01-14T22:49:29Z</updated>
<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>Merge branch 'add-libuuid' of github.com:fadams/emscripten into incoming</title>
<updated>2014-01-07T18:49:15Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2014-01-07T18:49:15Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=f034e3928783ff7a6491833f358c51cfb082b197'/>
<id>urn:sha1:f034e3928783ff7a6491833f358c51cfb082b197</id>
<content type='text'>
Conflicts:
	tools/shared.py
</content>
</entry>
<entry>
<title>changed != to !== in a couple of places. Added fix to prevent closure minifying crypto randomBytes etc. this fix makes use of closure externs so I've added a closure-externs.js to hold the definitions and modified tools/shared.py closure_compiler method to point to closure-externs.js. I've added externs to fix minification of the ws library used in library_sockfs.js too</title>
<updated>2014-01-06T14:49:50Z</updated>
<author>
<name>Fraser Adams</name>
<email>fraser.adams@blueyonder.co.uk</email>
</author>
<published>2014-01-06T14:49:50Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=3bdbd008f9f95e6a1d8da42e61a751289db17b60'/>
<id>urn:sha1:3bdbd008f9f95e6a1d8da42e61a751289db17b60</id>
<content type='text'>
</content>
</entry>
<entry>
<title>disable/update various browser tests for fastcomp</title>
<updated>2014-01-04T01:29:32Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2014-01-04T01:29:32Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=c67e7e831cfd3c67b533f9e44b75c0925a5c52b9'/>
<id>urn:sha1:c67e7e831cfd3c67b533f9e44b75c0925a5c52b9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>convert test_sdl_canvas to btest</title>
<updated>2014-01-03T23:44:34Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2014-01-03T23:42:17Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=c7ccd83f14bde44767c296da7bd626c12f67c8f7'/>
<id>urn:sha1:c7ccd83f14bde44767c296da7bd626c12f67c8f7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added crypto quality random number generators for Node.js and browser environment if available</title>
<updated>2014-01-02T16:40:09Z</updated>
<author>
<name>Fraser Adams</name>
<email>fraser.adams@blueyonder.co.uk</email>
</author>
<published>2014-01-02T16:40:09Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=385a660a1868dc1777b251dfcf83371ccd388b02'/>
<id>urn:sha1:385a660a1868dc1777b251dfcf83371ccd388b02</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update browser.test_preload_file</title>
<updated>2013-12-21T04:59:10Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2013-12-21T04:59:10Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=c8263b3d8970d25a046d434811c4a44e9b3f28f0'/>
<id>urn:sha1:c8263b3d8970d25a046d434811c4a44e9b3f28f0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>update tests for recent file packager changes</title>
<updated>2013-12-21T04:30:24Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2013-12-21T04:30:24Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=9d75faafd1433dafe40eba34a3d59e346a2a2ab6'/>
<id>urn:sha1:9d75faafd1433dafe40eba34a3d59e346a2a2ab6</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #1635 from juj/emscripten_log</title>
<updated>2013-12-21T01:22:51Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2013-12-21T01:22:51Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=702cf8f1e8a173a15a745c5ac3bae654c99fe33c'/>
<id>urn:sha1:702cf8f1e8a173a15a745c5ac3bae654c99fe33c</id>
<content type='text'>
emscripten_log() and emscripten_get_callstack()</content>
</entry>
</feed>
