<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emscripten/em++, branch 1.0.1a</title>
<subtitle>Emscripten: An LLVM-to-JavaScript Compiler</subtitle>
<id>https://git.amat.us/emscripten/atom/em++?h=1.0.1a</id>
<link rel='self' href='https://git.amat.us/emscripten/atom/em++?h=1.0.1a'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/'/>
<updated>2012-03-20T13:26:50Z</updated>
<entry>
<title>Misc fixes for Windows.</title>
<updated>2012-03-20T13:26:50Z</updated>
<author>
<name>Sigmund Vik</name>
<email>sigmund_vik@yahoo.com</email>
</author>
<published>2012-03-20T13:26:50Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=f829735cc3e20e5d2165a020e87c4128d2ed9792'/>
<id>urn:sha1:f829735cc3e20e5d2165a020e87c4128d2ed9792</id>
<content type='text'>
Most of these changes have to do with how python scripts are invoked.

For Linux, 'Popen([EMCC] + args)' works because the first line in emcc
is '#!/usr/bin/env python'. On Windows, the python interpreter has
to be explicitly invoked, e.g. 'Popen(['python', EMCC] + args)'. Note
that there is no harm in explicitly invoking the python interpreter
on Linux, so this works on both platforms.

For Windows, execvp() behaves differently than on Linux:
http://mail.python.org/pipermail/python-list/2002-July/763863.html
http://msdn.microsoft.com/en-us/library/3xw6zy53.aspx

This causes many strange things to happen as the parent process
terminated before its children. In this change the use of execvp()
has been replaced with subprocess.call().

This change also fixes some code that assumed that the path separator
always is '/', but for Windows it is '\'. And where the path module
can be required, we use path.normalize() and path.resolve() to check
if a filename is absolute in a platform agnostic manner.
</content>
</entry>
<entry>
<title>emcc: --version</title>
<updated>2011-12-11T18:23:03Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2011-12-11T18:23:03Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=58f694a190e414af9f811a72952e0ba3f7d94b83'/>
<id>urn:sha1:58f694a190e414af9f811a72952e0ba3f7d94b83</id>
<content type='text'>
</content>
</entry>
<entry>
<title>emcc stuff</title>
<updated>2011-11-23T05:34:03Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2011-11-23T05:34:03Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=753437a56d63666d0761b66ead1b0d491c4bcb2b'/>
<id>urn:sha1:753437a56d63666d0761b66ead1b0d491c4bcb2b</id>
<content type='text'>
</content>
</entry>
</feed>
