<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emscripten/src, branch 1.7.2</title>
<subtitle>Emscripten: An LLVM-to-JavaScript Compiler</subtitle>
<id>https://git.amat.us/emscripten/atom/src?h=1.7.2</id>
<link rel='self' href='https://git.amat.us/emscripten/atom/src?h=1.7.2'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/'/>
<updated>2013-11-08T23:50:05Z</updated>
<entry>
<title>Merge branch 'master' of github.com:bobroberts177/emscripten into incoming</title>
<updated>2013-11-08T23:50:05Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2013-11-08T23:50:05Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=a11272805c16be75f5e6d00c8214afcac7ba9d05'/>
<id>urn:sha1:a11272805c16be75f5e6d00c8214afcac7ba9d05</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #1761 from prenaux/develop</title>
<updated>2013-11-08T23:39:29Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2013-11-08T23:39:29Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=128ea802e3ec1268b6a934373f2b45d37c6f501f'/>
<id>urn:sha1:128ea802e3ec1268b6a934373f2b45d37c6f501f</id>
<content type='text'>
GLUT support for DELETE &amp; BACKSPACE keys ; Fixed lzma.js doit.sh so that it works on Windows ; Removed unnecessary warning in em++ ;</content>
</entry>
<entry>
<title>Merge pull request #1764 from juj/name_more_functions</title>
<updated>2013-11-08T23:37:45Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2013-11-08T23:37:45Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=a25e9721173dc072c5ab82b7084a6ebe3d24dec9'/>
<id>urn:sha1:a25e9721173dc072c5ab82b7084a6ebe3d24dec9</id>
<content type='text'>
Add more names for functions that show up in Firefox profiler as anonymous.</content>
</entry>
<entry>
<title>no-op for __builtin_prefetch; fixes #1765</title>
<updated>2013-11-08T23:36:58Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2013-11-08T23:36:29Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=cca74d2500b1e05b2927b68a50345875bbe91eff'/>
<id>urn:sha1:cca74d2500b1e05b2927b68a50345875bbe91eff</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement GLES2 glShaderBinary and glReleaseShaderCompiler functions as no-op stubs. Add a machinery for glGetError() to report errors generated by the library_gl.js interop layer.</title>
<updated>2013-11-07T15:23:25Z</updated>
<author>
<name>Jukka Jylänki</name>
<email>jujjyl@gmail.com</email>
</author>
<published>2013-11-07T15:23:25Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=df185bf8d4b44903ec454158c07ad7ca3231cf26'/>
<id>urn:sha1:df185bf8d4b44903ec454158c07ad7ca3231cf26</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add more names for functions that show up in Firefox profiler as anonymous.</title>
<updated>2013-11-07T12:29:18Z</updated>
<author>
<name>Jukka Jylänki</name>
<email>jujjyl@gmail.com</email>
</author>
<published>2013-11-07T12:29:18Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=4259c8b65351ae91c5d8265fdb51b2b59073691b'/>
<id>urn:sha1:4259c8b65351ae91c5d8265fdb51b2b59073691b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #1748 from caiiiycuk/fix_sdl_colors</title>
<updated>2013-11-06T19:56:14Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2013-11-06T19:56:14Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=7f870cf9c357f6a1138ba612ace7d7249f85e250'/>
<id>urn:sha1:7f870cf9c357f6a1138ba612ace7d7249f85e250</id>
<content type='text'>
Fix SDL_SetColors &amp;&amp; SDL_envets</content>
</entry>
<entry>
<title>Merge pull request #1743 from fadams/fix-nodejs-socket-client</title>
<updated>2013-11-06T19:50:49Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2013-11-06T19:50:49Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=663075274d30ae406734e7eb5ef8b07c9340e9a6'/>
<id>urn:sha1:663075274d30ae406734e7eb5ef8b07c9340e9a6</id>
<content type='text'>
add support for node.js to act as a socket client</content>
</entry>
<entry>
<title>[library_glut.js]: Handle DELETE &amp; BACKSPACE correctly ;</title>
<updated>2013-11-06T10:44:32Z</updated>
<author>
<name>Pierre Renaux</name>
<email>pierre@talansoft.com</email>
</author>
<published>2013-11-06T10:44:32Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=c4b07c9d429603e492657992f77ad982577d72d9'/>
<id>urn:sha1:c4b07c9d429603e492657992f77ad982577d72d9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>use __proto__ when available for new streams, otherwise do a full copy; fixes #1759, #1760</title>
<updated>2013-11-06T01:52:22Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2013-11-06T01:52:22Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=c0f26e65da33a6437a04d1adba19966f98fd79cb'/>
<id>urn:sha1:c0f26e65da33a6437a04d1adba19966f98fd79cb</id>
<content type='text'>
</content>
</entry>
</feed>
