<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emscripten/tools, branch 1.6.4</title>
<subtitle>Emscripten: An LLVM-to-JavaScript Compiler</subtitle>
<id>https://git.amat.us/emscripten/atom/tools?h=1.6.4</id>
<link rel='self' href='https://git.amat.us/emscripten/atom/tools?h=1.6.4'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/'/>
<updated>2013-09-30T20:44:29Z</updated>
<entry>
<title>Merge branch 'incoming' of github.com:ngld/emscripten into incoming</title>
<updated>2013-09-30T20:44:29Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2013-09-30T20:44:29Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=b01d44eb552e77f3a4ff3a0a7cfd19de5082e72c'/>
<id>urn:sha1:b01d44eb552e77f3a4ff3a0a7cfd19de5082e72c</id>
<content type='text'>
Conflicts:
	AUTHORS
	src/library_sdl.js
	tools/shared.py
</content>
</entry>
<entry>
<title>Don't do Popen workaround on Windows by default, since the cmdline -&gt; call emcc.bat usage doesn't seem to need it, and it adversely affects the logging buffering that makes the compiler look unresponsive, since it will only print out compilation output messages at the very end of the whole run.</title>
<updated>2013-09-26T09:45:24Z</updated>
<author>
<name>Jukka Jylänki</name>
<email>jujjyl@gmail.com</email>
</author>
<published>2013-09-18T08:08:13Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=99dcc4eec235eba633303e59176723a048f8d036'/>
<id>urn:sha1:99dcc4eec235eba633303e59176723a048f8d036</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Use the logging framework instead of print, to be consistent and as the logging framework prints out messages unbuffered which is more responsive on Windows.</title>
<updated>2013-09-26T09:44:54Z</updated>
<author>
<name>Jukka Jylänki</name>
<email>jujjyl@gmail.com</email>
</author>
<published>2013-09-26T09:43:02Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=3488df1fa054ed4352104c07276569dc16c12285'/>
<id>urn:sha1:3488df1fa054ed4352104c07276569dc16c12285</id>
<content type='text'>
Add debug logging facility to track waits on external processes when EM_BUILD_VERBOSE &gt;= 3. This helps pinpointing if the build hangs on some tool dying/live/deadlocking, and where it might occur.

Implement process.pid on WindowsPopen replacement so that EM_BUILD_VERBOSE=3 works on it as well.
</content>
</entry>
<entry>
<title>Bump version.</title>
<updated>2013-09-26T02:22:22Z</updated>
<author>
<name>Bruce Mitchener</name>
<email>bruce.mitchener@gmail.com</email>
</author>
<published>2013-09-26T02:20:57Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=19ac41a8e7d0b590ae9570517ee7710c197621ac'/>
<id>urn:sha1:19ac41a8e7d0b590ae9570517ee7710c197621ac</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #1670 from waywardmonkeys/add-locale-stuff</title>
<updated>2013-09-26T02:13:43Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2013-09-26T02:13:43Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=e89fc456ed231d7933cd1e9e4d08d8326c51f668'/>
<id>urn:sha1:e89fc456ed231d7933cd1e9e4d08d8326c51f668</id>
<content type='text'>
Add locale stuff</content>
</entry>
<entry>
<title>Bump version.</title>
<updated>2013-09-25T23:46:53Z</updated>
<author>
<name>Bruce Mitchener</name>
<email>bruce.mitchener@gmail.com</email>
</author>
<published>2013-09-25T04:58:12Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=0725ff3edc2ddddbd126193ca8ccaf392044b5ab'/>
<id>urn:sha1:0725ff3edc2ddddbd126193ca8ccaf392044b5ab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix save_debug_files</title>
<updated>2013-09-25T22:17:47Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2013-09-25T22:17:47Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=c9e163ac7d2ccb17e455af7f689403c9371c0cec'/>
<id>urn:sha1:c9e163ac7d2ccb17e455af7f689403c9371c0cec</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix some comments and bump EMSCRIPTEN_VERSION</title>
<updated>2013-09-25T15:44:57Z</updated>
<author>
<name>ngld</name>
<email>ngld@tproxy.de</email>
</author>
<published>2013-09-25T15:44:57Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=2370dd4b6f32b9be38c736b3060ba690a720483f'/>
<id>urn:sha1:2370dd4b6f32b9be38c736b3060ba690a720483f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>handle EMCC_LEAVE_INPUTS_RAW in relooper bootstrap</title>
<updated>2013-09-24T00:23:07Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2013-09-24T00:23:07Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=d9b385883799f8ec5b8d3646276536d580c436ff'/>
<id>urn:sha1:d9b385883799f8ec5b8d3646276536d580c436ff</id>
<content type='text'>
</content>
</entry>
<entry>
<title>write out file in standalone call to js_optimizer.py</title>
<updated>2013-09-23T23:50:49Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2013-09-23T23:50:49Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=6e8e67dcd1a82b4beae132528e6e7b08d14edd09'/>
<id>urn:sha1:6e8e67dcd1a82b4beae132528e6e7b08d14edd09</id>
<content type='text'>
</content>
</entry>
</feed>
