<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emscripten/system/include, branch 1.7.2</title>
<subtitle>Emscripten: An LLVM-to-JavaScript Compiler</subtitle>
<id>https://git.amat.us/emscripten/atom/system/include?h=1.7.2</id>
<link rel='self' href='https://git.amat.us/emscripten/atom/system/include?h=1.7.2'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/'/>
<updated>2013-11-07T09:08:02Z</updated>
<entry>
<title>Don't use atomic as that breaks our version of clang.</title>
<updated>2013-11-07T09:08:02Z</updated>
<author>
<name>Bruce Mitchener</name>
<email>bruce.mitchener@gmail.com</email>
</author>
<published>2013-11-07T09:08:02Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=8a8f0348a15b274ab2fc1f98a434fe8c7e02ff82'/>
<id>urn:sha1:8a8f0348a15b274ab2fc1f98a434fe8c7e02ff82</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update libcxx to 194185, 2013-11-07.</title>
<updated>2013-11-07T09:07:18Z</updated>
<author>
<name>Bruce Mitchener</name>
<email>bruce.mitchener@gmail.com</email>
</author>
<published>2013-11-07T08:49:37Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=44af976a44bc194b985fdb880f99a7feff133b5a'/>
<id>urn:sha1:44af976a44bc194b985fdb880f99a7feff133b5a</id>
<content type='text'>
This brings C++14 support.
</content>
</entry>
<entry>
<title>Merge pull request #1748 from caiiiycuk/fix_sdl_colors</title>
<updated>2013-11-06T19:56:14Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2013-11-06T19:56:14Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=7f870cf9c357f6a1138ba612ace7d7249f85e250'/>
<id>urn:sha1:7f870cf9c357f6a1138ba612ace7d7249f85e250</id>
<content type='text'>
Fix SDL_SetColors &amp;&amp; SDL_envets</content>
</entry>
<entry>
<title>begin to add emscripten_float32x4_signmask</title>
<updated>2013-10-30T20:14:26Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2013-10-30T20:14:26Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=a4b5ac5a0b7b705d89def4fb447f36cbe04d5789'/>
<id>urn:sha1:a4b5ac5a0b7b705d89def4fb447f36cbe04d5789</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix SDL_SetColors &amp;&amp; SDL_envets</title>
<updated>2013-10-30T11:18:29Z</updated>
<author>
<name>Aleksander Guryanov</name>
<email>caiiiycuk@gmail.com</email>
</author>
<published>2013-10-30T11:18:29Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=2247ff845fa862a35fc9d1acf8150eb7e56f41ac'/>
<id>urn:sha1:2247ff845fa862a35fc9d1acf8150eb7e56f41ac</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix an issue with Boost compilation.</title>
<updated>2013-10-27T06:14:22Z</updated>
<author>
<name>Bruce Mitchener</name>
<email>bruce.mitchener@gmail.com</email>
</author>
<published>2013-10-27T06:02:37Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=5017df14dbeadcb486a5b8b95533142ee4296fd1'/>
<id>urn:sha1:5017df14dbeadcb486a5b8b95533142ee4296fd1</id>
<content type='text'>
The issue is that when these macros are defined, libcxx
creates inline functions and so we end up with 2 separate
defintions of these functions (one inline in std and one
that is extern "C").

We undef these until libcxx is fixed. Without this,
some things can fail to compile correctly, like
Boost. Fixes issue #1716.
</content>
</entry>
<entry>
<title>add vector.h</title>
<updated>2013-10-18T20:00:49Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2013-10-18T18:01:53Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=634513d0c75e7d09a9c9055d4077d631e443ecb4'/>
<id>urn:sha1:634513d0c75e7d09a9c9055d4077d631e443ecb4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>make EM_ASM use strings on the heap, so it works in asm, and cache the generated functions</title>
<updated>2013-10-07T00:44:06Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2013-10-07T00:44:06Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=332325394c20bb4a3972344144803fcd93476b08'/>
<id>urn:sha1:332325394c20bb4a3972344144803fcd93476b08</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Mark __assert_fail as _Noreturn.</title>
<updated>2013-09-24T14:01:04Z</updated>
<author>
<name>Bruce Mitchener</name>
<email>bruce.mitchener@gmail.com</email>
</author>
<published>2013-09-24T14:01:04Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=baa4d38f13f436bdeba724f0825bbe985637be22'/>
<id>urn:sha1:baa4d38f13f436bdeba724f0825bbe985637be22</id>
<content type='text'>
This eliminates a performance regression caused in the box2d
benchmark by switching to the musl headers.  Without this
being _Noreturn, clang / llvm generates much worse code involving
phis and extra loads.
</content>
</entry>
<entry>
<title>emscripten_async_load_script</title>
<updated>2013-09-13T22:13:30Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2013-09-13T22:13:30Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=1fc6762e3176843ffc378c8b4f43dd73fed25ebe'/>
<id>urn:sha1:1fc6762e3176843ffc378c8b4f43dd73fed25ebe</id>
<content type='text'>
</content>
</entry>
</feed>
