<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emscripten/em++, branch 1.2.9</title>
<subtitle>Emscripten: An LLVM-to-JavaScript Compiler</subtitle>
<id>https://git.amat.us/emscripten/atom/em++?h=1.2.9</id>
<link rel='self' href='https://git.amat.us/emscripten/atom/em++?h=1.2.9'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/'/>
<updated>2012-12-19T23:06:48Z</updated>
<entry>
<title>Updated to add a PYTHON config option instead of defaulting to python2. This should preserve the default behavior in a way that can be overridden.</title>
<updated>2012-12-19T23:06:48Z</updated>
<author>
<name>Alan Kligman</name>
<email>alan.kligman@gmail.com</email>
</author>
<published>2012-12-02T22:55:21Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=a2bc9a30de6c541b399d267471cf984a6998f30c'/>
<id>urn:sha1:a2bc9a30de6c541b399d267471cf984a6998f30c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Updated scripts to call python2 directly rather than relying on python symlink pointing to the right place. See PEP394 for details on why this should be OK.</title>
<updated>2012-12-19T23:06:48Z</updated>
<author>
<name>Alan Kligman</name>
<email>alan.kligman@gmail.com</email>
</author>
<published>2012-12-01T23:31:36Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=315f13e5a1b35e23241da080f0df16e80ece88ae'/>
<id>urn:sha1:315f13e5a1b35e23241da080f0df16e80ece88ae</id>
<content type='text'>
</content>
</entry>
<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>
