<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emscripten/src, branch 1.11.0</title>
<subtitle>Emscripten: An LLVM-to-JavaScript Compiler</subtitle>
<id>https://git.amat.us/emscripten/atom/src?h=1.11.0</id>
<link rel='self' href='https://git.amat.us/emscripten/atom/src?h=1.11.0'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/'/>
<updated>2014-02-13T22:04:46Z</updated>
<entry>
<title>make logo a link</title>
<updated>2014-02-13T22:04:46Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2014-02-13T22:04:46Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=3b2fa85a952bbbe76c059697acda4253b60beaf3'/>
<id>urn:sha1:3b2fa85a952bbbe76c059697acda4253b60beaf3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>improve emcc help on shell file, and add minimal shell file example</title>
<updated>2014-02-13T22:01:34Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2014-02-13T22:00:50Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=ea8830dc5c54a65bd5587096c07935bf46688167'/>
<id>urn:sha1:ea8830dc5c54a65bd5587096c07935bf46688167</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'prettier-shell' of github.com:TehEpicPineapple/emscripten into incoming</title>
<updated>2014-02-13T21:58:01Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2014-02-13T21:58:01Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=c9be5fb89ebc7b45a22d3782f7f7da4ce8043ae2'/>
<id>urn:sha1:c9be5fb89ebc7b45a22d3782f7f7da4ce8043ae2</id>
<content type='text'>
Conflicts:
	AUTHORS
</content>
</entry>
<entry>
<title>Fix Mozilla Audio Data API usage after my previous commit that added the use of ScriptProcessorNode to Web Audio backend. Fixes #2126.</title>
<updated>2014-02-13T14:36:23Z</updated>
<author>
<name>Jukka Jylänki</name>
<email>jujjyl@gmail.com</email>
</author>
<published>2014-02-13T14:35:47Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=28aabecb6f594744fe6d9152bd554a2cfdd4e1b4'/>
<id>urn:sha1:28aabecb6f594744fe6d9152bd554a2cfdd4e1b4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Spruced up shell.html</title>
<updated>2014-02-13T02:10:19Z</updated>
<author>
<name>Jack Arrington</name>
<email>jack@epicpineapple.com</email>
</author>
<published>2014-02-13T02:10:19Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=273e88a86bb937860ba8bf7c3a49148694768701'/>
<id>urn:sha1:273e88a86bb937860ba8bf7c3a49148694768701</id>
<content type='text'>
Made a bunch of changes to shell, including a logo, a nicer spinner, and
better colors. Note on the image: I simply inlined the svg logo from
docs/, which made the file significantly longer.
</content>
</entry>
<entry>
<title>Merge branch 'regexp-syntax-fix' of github.com:svaarala/emscripten into incoming</title>
<updated>2014-02-12T19:59:59Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2014-02-12T19:59:59Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=277ac5239057721ebe3c6e7813dc478eeab2cea0'/>
<id>urn:sha1:277ac5239057721ebe3c6e7813dc478eeab2cea0</id>
<content type='text'>
Conflicts:
	AUTHORS
</content>
</entry>
<entry>
<title>initialize pixel buffer inside of makeSurface for SDL_SWSURFACE</title>
<updated>2014-02-12T07:58:55Z</updated>
<author>
<name>Anthony Pesch</name>
<email>inolen@gmail.com</email>
</author>
<published>2014-02-12T07:54:11Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=35383300f4a420c3dbb878a83d944bb5506f7c7e'/>
<id>urn:sha1:35383300f4a420c3dbb878a83d944bb5506f7c7e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Implement SDL audio buffer queueing to use Web Audio ScriptProcessorNode in the special case when the requested SDL_OpenAudio sampling rate matches the Web Audio graph native sampling rate. Using ScriptProcessorNode should have the benefit that it pulls audio buffer updates with better granularity/precision than using setTimeout, which suffers from too much jitter (even spikes as long as 230msecs seen).</title>
<updated>2014-02-11T22:58:28Z</updated>
<author>
<name>Jukka Jylänki</name>
<email>jujjyl@gmail.com</email>
</author>
<published>2014-02-11T22:26:09Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=75f82f615709421193f956c66a8b526dd8791ec7'/>
<id>urn:sha1:75f82f615709421193f956c66a8b526dd8791ec7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 'incoming' of github.com:mgerhardy/emscripten into incoming</title>
<updated>2014-02-11T19:56:35Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2014-02-11T19:53:09Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=64ce336884b7b394afc5b286d3c0e6ecef2df23b'/>
<id>urn:sha1:64ce336884b7b394afc5b286d3c0e6ecef2df23b</id>
<content type='text'>
Conflicts:
	src/library_sdl.js
</content>
</entry>
<entry>
<title>refactor mouse wheel handling code to be shared across SDL, glfw, glut</title>
<updated>2014-02-11T19:27:19Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2014-02-11T19:24:59Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=8a5ba3478c7ced2916a768a9071ef11815fb2773'/>
<id>urn:sha1:8a5ba3478c7ced2916a768a9071ef11815fb2773</id>
<content type='text'>
</content>
</entry>
</feed>
