<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emscripten/tools, branch 1.3.6</title>
<subtitle>Emscripten: An LLVM-to-JavaScript Compiler</subtitle>
<id>https://git.amat.us/emscripten/atom/tools?h=1.3.6</id>
<link rel='self' href='https://git.amat.us/emscripten/atom/tools?h=1.3.6'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/'/>
<updated>2013-04-01T23:01:04Z</updated>
<entry>
<title>Merge pull request #1009 from waywardmonkeys/another-libcxx-update</title>
<updated>2013-04-01T23:01:04Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2013-04-01T23:01:04Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=00c2e03551a61ca76bdb303f1c007845f8a6dbd6'/>
<id>urn:sha1:00c2e03551a61ca76bdb303f1c007845f8a6dbd6</id>
<content type='text'>
Another libcxx update</content>
</entry>
<entry>
<title>fix -nostdinc++</title>
<updated>2013-03-31T00:11:35Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2013-03-31T00:11:35Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=50c04c47db09205375f5c281a96e4bb6f3df0bd3'/>
<id>urn:sha1:50c04c47db09205375f5c281a96e4bb6f3df0bd3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #1004 from waywardmonkeys/fix-nostdincxx</title>
<updated>2013-03-30T22:46:45Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2013-03-30T22:46:45Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=c99afc04fe74867e18734431a2468168073b09f9'/>
<id>urn:sha1:c99afc04fe74867e18734431a2468168073b09f9</id>
<content type='text'>
-nostdinc++ is needed to not pick up system C++ headers.</content>
</entry>
<entry>
<title>Bump version.</title>
<updated>2013-03-29T09:39:38Z</updated>
<author>
<name>Bruce Mitchener</name>
<email>bruce.mitchener@gmail.com</email>
</author>
<published>2013-03-29T09:32:19Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=2787d1f7d01afb598ed56c4d52dab876e0a34a74'/>
<id>urn:sha1:2787d1f7d01afb598ed56c4d52dab876e0a34a74</id>
<content type='text'>
</content>
</entry>
<entry>
<title>-nostdinc++ is needed to not pick up system C++ headers.</title>
<updated>2013-03-27T15:36:24Z</updated>
<author>
<name>Bruce Mitchener</name>
<email>bruce.mitchener@gmail.com</email>
</author>
<published>2013-03-27T15:36:24Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=640c813789b81b30c99220a08c1ca36b8f288f7c'/>
<id>urn:sha1:640c813789b81b30c99220a08c1ca36b8f288f7c</id>
<content type='text'>
The comment here isn't quite accurate as at least current clang
requires that -nostdinc++ be passed for the correct behavior.

This was reported by Marcos Scriven.
</content>
</entry>
<entry>
<title>Remove unused llvm-extract stuff.</title>
<updated>2013-03-26T03:13:01Z</updated>
<author>
<name>Bruce Mitchener</name>
<email>bruce.mitchener@gmail.com</email>
</author>
<published>2013-03-26T03:13:01Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=4e409bd1b7ba2206af823f44a3f02f5ae45e1bcd'/>
<id>urn:sha1:4e409bd1b7ba2206af823f44a3f02f5ae45e1bcd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove symbol removing hack; export all malloc symbols as weak; add test for a case where symbol removing made us not merge llvm constructors properly</title>
<updated>2013-03-25T19:58:25Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2013-03-25T19:58:25Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=ad285f60d0be807e7e49e7c86ca8f9bedec4714f'/>
<id>urn:sha1:ad285f60d0be807e7e49e7c86ca8f9bedec4714f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Get exceptions working as they were before.</title>
<updated>2013-03-25T07:14:22Z</updated>
<author>
<name>Bruce Mitchener</name>
<email>bruce.mitchener@gmail.com</email>
</author>
<published>2013-03-25T04:25:49Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=09221ebd18ec0074b25d593400f040ee460526aa'/>
<id>urn:sha1:09221ebd18ec0074b25d593400f040ee460526aa</id>
<content type='text'>
This no longer uses headers from libcxxabi and
in fact uses libcxxabi a bit less than before.

This no longer lets some new C++11 stuff such as
exception_ptr work as the support for that relies
upon libcxxabi code.
</content>
</entry>
<entry>
<title>Bump version.</title>
<updated>2013-03-24T17:34:37Z</updated>
<author>
<name>Bruce Mitchener</name>
<email>bruce.mitchener@gmail.com</email>
</author>
<published>2013-03-24T17:34:37Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=ff1ba5d2339a6e086b812acf96c47f78764b0095'/>
<id>urn:sha1:ff1ba5d2339a6e086b812acf96c47f78764b0095</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Get things working with the new libcxx / libcxxabi.</title>
<updated>2013-03-24T17:34:11Z</updated>
<author>
<name>Bruce Mitchener</name>
<email>bruce.mitchener@gmail.com</email>
</author>
<published>2013-02-27T17:35:29Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=90338c69f75bf4c0b07bd7552b9c47755194eca8'/>
<id>urn:sha1:90338c69f75bf4c0b07bd7552b9c47755194eca8</id>
<content type='text'>
</content>
</entry>
</feed>
