<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emscripten, branch 1.9.5</title>
<subtitle>Emscripten: An LLVM-to-JavaScript Compiler</subtitle>
<id>https://git.amat.us/emscripten/atom/?h=1.9.5</id>
<link rel='self' href='https://git.amat.us/emscripten/atom/?h=1.9.5'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/'/>
<updated>2014-01-25T04:16:50Z</updated>
<entry>
<title>Merge pull request #2057 from juj/relooper_linkage</title>
<updated>2014-01-25T04:16:50Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2014-01-25T04:16:50Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=ed697ccbcd43f1dc72024c2157a1f8f6f18d9e96'/>
<id>urn:sha1:ed697ccbcd43f1dc72024c2157a1f8f6f18d9e96</id>
<content type='text'>
Fix inconsistent linkage warnings from Visual Studio caused by mismatched dllexport specifiers.</content>
</entry>
<entry>
<title>Bump version to 1.9.5 to cause relooper to rebuild after previous change.</title>
<updated>2014-01-25T01:45:14Z</updated>
<author>
<name>Jukka Jylänki</name>
<email>jujjyl@gmail.com</email>
</author>
<published>2014-01-25T01:45:14Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=1f43e7a9b7011e81a8367b14d8657af61df57651'/>
<id>urn:sha1:1f43e7a9b7011e81a8367b14d8657af61df57651</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix inconsistent linkage warnings from Visual Studio caused by mismatched dllexport specifiers.</title>
<updated>2014-01-25T01:44:29Z</updated>
<author>
<name>Jukka Jylänki</name>
<email>jujjyl@gmail.com</email>
</author>
<published>2014-01-25T01:34:06Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=198d96a390d48b32db4cb80d94dba66e949fe4ac'/>
<id>urn:sha1:198d96a390d48b32db4cb80d94dba66e949fe4ac</id>
<content type='text'>
Both definition and declaration need to have dllexport present, and added RELOOPERDLL_EXPORTS define to the .cpp file so it always sees the dllexport version instead of dllimport.
</content>
</entry>
<entry>
<title>spinner during startup; #2050</title>
<updated>2014-01-24T23:03:31Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2014-01-24T23:03:31Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=d54f3e0e933bbe33906edcb7ea372b829d3242c7'/>
<id>urn:sha1:d54f3e0e933bbe33906edcb7ea372b829d3242c7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #2035 from juj/html5_events</title>
<updated>2014-01-24T17:29:37Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2014-01-24T17:29:37Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=4f5a270f09ff132eee8732f628c1f039decb2280'/>
<id>urn:sha1:4f5a270f09ff132eee8732f628c1f039decb2280</id>
<content type='text'>
HTML5 Events API.</content>
</entry>
<entry>
<title>Merge pull request #2052 from juj/test_float_literals</title>
<updated>2014-01-24T17:25:47Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2014-01-24T17:25:47Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=c91f409ab001982cea23ba08ce0ef578337707a7'/>
<id>urn:sha1:c91f409ab001982cea23ba08ce0ef578337707a7</id>
<content type='text'>
Add test for storing special float literals in source code.</content>
</entry>
<entry>
<title>Add test for storing special float literals in source code. Currently fails in fastcomp.</title>
<updated>2014-01-24T17:16:10Z</updated>
<author>
<name>Jukka Jylänki</name>
<email>jujjyl@gmail.com</email>
</author>
<published>2014-01-24T17:16:10Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=95bde35523b77f87c43aed877259607a77814d6f'/>
<id>urn:sha1:95bde35523b77f87c43aed877259607a77814d6f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Rename library_events to library_html5 and other suggested renamings. Add better support for reporting EMSCRIPTEN_RESULT_NOT_SUPPORTED for unsupported features.</title>
<updated>2014-01-24T10:31:53Z</updated>
<author>
<name>Jukka Jylänki</name>
<email>jujjyl@gmail.com</email>
</author>
<published>2014-01-24T09:57:18Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=9f7690fa3de0d28ed93c88f2a80537a79bfd2847'/>
<id>urn:sha1:9f7690fa3de0d28ed93c88f2a80537a79bfd2847</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge pull request #2046 from rfk/rfk/registerize-harder-followups</title>
<updated>2014-01-24T04:28:18Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2014-01-24T04:28:18Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=64d37b601f9180c66a4b10476ef3a4a614c78de6'/>
<id>urn:sha1:64d37b601f9180c66a4b10476ef3a4a614c78de6</id>
<content type='text'>
Some follow-up fixes to registerizeHarder</content>
</entry>
<entry>
<title>Merge pull request #2051 from inolen/invalidate_buffer_support</title>
<updated>2014-01-24T03:32:48Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2014-01-24T03:32:48Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=42efac37f1866d2084a610b4161495efb36dca19'/>
<id>urn:sha1:42efac37f1866d2084a610b4161495efb36dca19</id>
<content type='text'>
use correct bufferData method when passing a NULL pointer</content>
</entry>
</feed>
