<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emscripten/system, branch 1.19.0</title>
<subtitle>Emscripten: An LLVM-to-JavaScript Compiler</subtitle>
<id>https://git.amat.us/emscripten/atom/system?h=1.19.0</id>
<link rel='self' href='https://git.amat.us/emscripten/atom/system?h=1.19.0'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/'/>
<updated>2014-05-28T21:50:35Z</updated>
<entry>
<title>add emscripten_align typedefs for #2378</title>
<updated>2014-05-28T21:50:35Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2014-05-28T21:50:35Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=504b62384aba8da8258ed6f8ba0a455a1db7736a'/>
<id>urn:sha1:504b62384aba8da8258ed6f8ba0a455a1db7736a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Moarrrr templates!  Remove some boilerplate in embind.  Thanks imran and andy!</title>
<updated>2014-05-21T16:08:06Z</updated>
<author>
<name>Chad Austin</name>
<email>chad@imvu.com</email>
</author>
<published>2014-05-13T19:51:08Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=29839c4b7c6803c4741641e5ba8158516da2f680'/>
<id>urn:sha1:29839c4b7c6803c4741641e5ba8158516da2f680</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Bring back the ability to implement a C++ interface with a specific JavaScript object.</title>
<updated>2014-05-21T16:07:13Z</updated>
<author>
<name>Chad Austin</name>
<email>chad@imvu.com</email>
</author>
<published>2014-05-12T19:26:27Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=179248abb25b51ab674b11f5fd4cd7c289a91b52'/>
<id>urn:sha1:179248abb25b51ab674b11f5fd4cd7c289a91b52</id>
<content type='text'>
</content>
</entry>
<entry>
<title>minor refactoring: I intend to bring back wrapper.implement</title>
<updated>2014-05-21T16:05:41Z</updated>
<author>
<name>Chad Austin</name>
<email>chad@imvu.com</email>
</author>
<published>2014-05-12T18:26:54Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=91edf0395130e3c7a31318b9d546f0ca415c6274'/>
<id>urn:sha1:91edf0395130e3c7a31318b9d546f0ca415c6274</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Call __destruct on the JS implementation when the instance is destroyed.</title>
<updated>2014-05-21T15:58:47Z</updated>
<author>
<name>Chad Austin</name>
<email>chad@imvu.com</email>
</author>
<published>2014-05-08T21:53:04Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=ec70dcb7bc76221949c057b5284c256d9959579a'/>
<id>urn:sha1:ec70dcb7bc76221949c057b5284c256d9959579a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Support deriving from abstract classes with constructors</title>
<updated>2014-05-21T15:58:23Z</updated>
<author>
<name>Chad Austin</name>
<email>chad@imvu.com</email>
</author>
<published>2014-05-08T01:30:30Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=1f7d9ea73de5fccbedf642b68ff600a5b0285061'/>
<id>urn:sha1:1f7d9ea73de5fccbedf642b68ff600a5b0285061</id>
<content type='text'>
</content>
</entry>
<entry>
<title>give a good error message when a pure virtual function is not implemented in JavaScript</title>
<updated>2014-05-21T15:58:16Z</updated>
<author>
<name>Chad Austin</name>
<email>chad@imvu.com</email>
</author>
<published>2014-05-07T23:20:55Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=1bad0e2ae1038b9ae6ba362c73ca9d3fc8f17e11'/>
<id>urn:sha1:1bad0e2ae1038b9ae6ba362c73ca9d3fc8f17e11</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove .implement from the public API</title>
<updated>2014-05-21T15:58:10Z</updated>
<author>
<name>Chad Austin</name>
<email>caustin@gmail.com</email>
</author>
<published>2014-05-04T06:13:29Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=6e7397193370ebad6be01438ab1e65223820e909'/>
<id>urn:sha1:6e7397193370ebad6be01438ab1e65223820e909</id>
<content type='text'>
</content>
</entry>
<entry>
<title>make optional methods work</title>
<updated>2014-05-21T15:57:28Z</updated>
<author>
<name>Chad Austin</name>
<email>chad@imvu.com</email>
</author>
<published>2014-05-02T23:17:55Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=95a583b28ac063c3e813e61ea938bb93de910d66'/>
<id>urn:sha1:95a583b28ac063c3e813e61ea938bb93de910d66</id>
<content type='text'>
</content>
</entry>
<entry>
<title>properties set in constructor persist to methods</title>
<updated>2014-05-21T15:55:45Z</updated>
<author>
<name>Chad Austin</name>
<email>chad@imvu.com</email>
</author>
<published>2014-05-02T21:56:45Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=a30b438d002a389a523350e2bb0f66b0cf92711d'/>
<id>urn:sha1:a30b438d002a389a523350e2bb0f66b0cf92711d</id>
<content type='text'>
</content>
</entry>
</feed>
