<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emscripten/emrun, branch master</title>
<subtitle>Emscripten: An LLVM-to-JavaScript Compiler</subtitle>
<id>https://git.amat.us/emscripten/atom/emrun?h=master</id>
<link rel='self' href='https://git.amat.us/emscripten/atom/emrun?h=master'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/'/>
<updated>2014-01-03T19:04:29Z</updated>
<entry>
<title>Linux fixes to emrun. Don't fail if glxinfo is not installed, and look for Chrome in 'google-chrome' executable name as well. Don't fail if browser is not found.</title>
<updated>2014-01-03T19:04:29Z</updated>
<author>
<name>Jukka Jylänki</name>
<email>jujjyl@gmail.com</email>
</author>
<published>2014-01-03T19:03:23Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=a639bceba11d1282bbc1808c0b8f8ddbead2a3fc'/>
<id>urn:sha1:a639bceba11d1282bbc1808c0b8f8ddbead2a3fc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improve emrun browser launch detach detection on linux. Shield log printing with mutex to not interleave multiple prints to same line without a delimiting newline.</title>
<updated>2013-12-20T16:38:04Z</updated>
<author>
<name>Jukka Jylänki</name>
<email>jujjyl@gmail.com</email>
</author>
<published>2013-12-20T16:38:04Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=f4b585968f3a6f3f6f57f9945ab5c369c0bd695b'/>
<id>urn:sha1:f4b585968f3a6f3f6f57f9945ab5c369c0bd695b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix potential race condition in emrun where the browser was spawned before the web server, and theoretically browser could attempt to load the page before server is even up. Not detected in practice, but could happen.</title>
<updated>2013-12-20T16:30:58Z</updated>
<author>
<name>Jukka Jylänki</name>
<email>jujjyl@gmail.com</email>
</author>
<published>2013-12-20T16:30:58Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=759fdd7411b40bc06e9d2ee9ebf9cfb35037198d'/>
<id>urn:sha1:759fdd7411b40bc06e9d2ee9ebf9cfb35037198d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove unneeded newline append in emrun when logging to file.</title>
<updated>2013-12-20T16:28:34Z</updated>
<author>
<name>Jukka Jylänki</name>
<email>jujjyl@gmail.com</email>
</author>
<published>2013-12-20T16:28:34Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=fd440e1f8770472458d0d95edc2b9a8b8d530686'/>
<id>urn:sha1:fd440e1f8770472458d0d95edc2b9a8b8d530686</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make emrun executable on linux</title>
<updated>2013-12-20T16:05:15Z</updated>
<author>
<name>Jukka Jylänki</name>
<email>jujjyl@gmail.com</email>
</author>
<published>2013-12-20T16:03:08Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=3bfe074325571b70fc00d8ef3702a80d19f85a97'/>
<id>urn:sha1:3bfe074325571b70fc00d8ef3702a80d19f85a97</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add verbose debug print to emrun exit to troubleshoot linux process hang issue when spawning chrome browser.</title>
<updated>2013-12-20T15:56:07Z</updated>
<author>
<name>Jukka Jylänki</name>
<email>jujjyl@gmail.com</email>
</author>
<published>2013-12-20T15:56:07Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=60ce3b1f5e986b8a9ec2d47fbea457d613f639d9'/>
<id>urn:sha1:60ce3b1f5e986b8a9ec2d47fbea457d613f639d9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove bad print in emrun when the message that arrived out-of-sequence should not have been printed, but queued to be printed later.</title>
<updated>2013-12-20T15:54:26Z</updated>
<author>
<name>Jukka Jylänki</name>
<email>jujjyl@gmail.com</email>
</author>
<published>2013-12-20T15:54:26Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=5ddcbbc02bf262811ffc72dd300f94d7dbaa57cb'/>
<id>urn:sha1:5ddcbbc02bf262811ffc72dd300f94d7dbaa57cb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Support --browser_info and --system_info in emrun when used with --android.</title>
<updated>2013-12-19T15:40:43Z</updated>
<author>
<name>Jukka Jylänki</name>
<email>jujjyl@gmail.com</email>
</author>
<published>2013-12-19T15:40:43Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=68bc17077e0919d369fe898631f7a2108487534a'/>
<id>urn:sha1:68bc17077e0919d369fe898631f7a2108487534a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add support for listing detected browsers on Android in emrun, when emrun --android --list_browsers is called.</title>
<updated>2013-12-19T15:09:09Z</updated>
<author>
<name>Jukka Jylänki</name>
<email>jujjyl@gmail.com</email>
</author>
<published>2013-12-19T15:09:09Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=609715d18ff3264ad0433c28b57b75f0e5f88d63'/>
<id>urn:sha1:609715d18ff3264ad0433c28b57b75f0e5f88d63</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Require that --browser is used with --android.</title>
<updated>2013-12-19T14:55:16Z</updated>
<author>
<name>Jukka Jylänki</name>
<email>jujjyl@gmail.com</email>
</author>
<published>2013-12-19T14:55:16Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=294688ae62076a8731c21c1682c1b76ee2eca5e0'/>
<id>urn:sha1:294688ae62076a8731c21c1682c1b76ee2eca5e0</id>
<content type='text'>
</content>
</entry>
</feed>
