<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emscripten/tests/embind, branch 1.3.8</title>
<subtitle>Emscripten: An LLVM-to-JavaScript Compiler</subtitle>
<id>https://git.amat.us/emscripten/atom/tests/embind?h=1.3.8</id>
<link rel='self' href='https://git.amat.us/emscripten/atom/tests/embind?h=1.3.8'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/'/>
<updated>2013-04-21T06:15:05Z</updated>
<entry>
<title>Add new passgameobject_ptr embind benchmark to test smartptr routing in and out of functions.</title>
<updated>2013-04-21T06:15:05Z</updated>
<author>
<name>Jukka Jylänki</name>
<email>jujjyl@gmail.com</email>
</author>
<published>2013-04-21T06:11:57Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=fe8c5821fce322bee6d334aa191baf3f3187d527'/>
<id>urn:sha1:fe8c5821fce322bee6d334aa191baf3f3187d527</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make embind benchmarks read emscripten_get_now() in msecs.</title>
<updated>2013-04-18T17:43:03Z</updated>
<author>
<name>Jukka Jylänki</name>
<email>jujjyl@gmail.com</email>
</author>
<published>2013-04-18T17:33:59Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=52ffac8de7b9cdf3643871985e1c864238d355b4'/>
<id>urn:sha1:52ffac8de7b9cdf3643871985e1c864238d355b4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix embind to work with --closure 1. The symbols fromWireType and toWireType cannot be minified, since they are referred from inside craftInvokerFunction code, which refers to these functions by strings. Also, consistently use 12292 instead of '12292' to have no closure mismatches.</title>
<updated>2013-04-18T17:08:42Z</updated>
<author>
<name>Jukka Jylänki</name>
<email>jujjyl@gmail.com</email>
</author>
<published>2013-04-18T08:53:29Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=4a6460b255e78529201efe786b57911e76631e19'/>
<id>urn:sha1:4a6460b255e78529201efe786b57911e76631e19</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make select_overload work for member functions</title>
<updated>2013-04-18T17:08:41Z</updated>
<author>
<name>Chad Austin</name>
<email>chad@imvu.com</email>
</author>
<published>2013-04-18T00:51:24Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=a02d08a15f853665cee193c7f21e84f48bee8845'/>
<id>urn:sha1:a02d08a15f853665cee193c7f21e84f48bee8845</id>
<content type='text'>
</content>
</entry>
<entry>
<title>calloperator wasn't pulling its own weight.  We probably should have a higher-level register_function though...</title>
<updated>2013-04-18T17:08:40Z</updated>
<author>
<name>Chad Austin</name>
<email>chad@imvu.com</email>
</author>
<published>2013-04-18T00:28:27Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=b4cc2e135b1d611fa54c28bf05aada1657c97b30'/>
<id>urn:sha1:b4cc2e135b1d611fa54c28bf05aada1657c97b30</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add support for read-only properties.</title>
<updated>2013-04-18T17:08:39Z</updated>
<author>
<name>Chad Austin</name>
<email>chad@imvu.com</email>
</author>
<published>2013-04-17T23:56:41Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=f25a4c9d196b5436bf526308cb9d771f3610dd81'/>
<id>urn:sha1:f25a4c9d196b5436bf526308cb9d771f3610dd81</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Improve error messages from embind pointer marshalling and remove TODOs in embind test code.</title>
<updated>2013-04-18T17:08:37Z</updated>
<author>
<name>Jukka Jylänki</name>
<email>jujjyl@gmail.com</email>
</author>
<published>2013-04-17T04:54:00Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=94f9f007a444181386ee7fe2b4cb01be93ebe48f'/>
<id>urn:sha1:94f9f007a444181386ee7fe2b4cb01be93ebe48f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Do slightly fewer iterations of GameObject benchmark to make the test run a bit quicker.</title>
<updated>2013-04-18T17:08:36Z</updated>
<author>
<name>Jukka Jylänki</name>
<email>jujjyl@gmail.com</email>
</author>
<published>2013-04-16T20:02:29Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=f3c28a7b9aac81b67619378c67f72e8cbc0254b0'/>
<id>urn:sha1:f3c28a7b9aac81b67619378c67f72e8cbc0254b0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Removed embind class member this pointer 'instanceof' check when serializing this to wire type, since instanceof was profiled to be slow. Instead, the correct instanceof enforcement is done in the upcastPointer function.</title>
<updated>2013-04-18T17:08:34Z</updated>
<author>
<name>Jukka Jylänki</name>
<email>jujjyl@gmail.com</email>
</author>
<published>2013-04-16T19:39:50Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=11bcd19a9ceae940277ec9ef72bea663f2f50ed1'/>
<id>urn:sha1:11bcd19a9ceae940277ec9ef72bea663f2f50ed1</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a new unit test that explicitly checks for the case when two different classes happen to have member functions with the same name and signature - a reason why the 'instanceof' check exists in embind.js.</title>
<updated>2013-04-18T17:08:34Z</updated>
<author>
<name>Jukka Jylänki</name>
<email>jujjyl@gmail.com</email>
</author>
<published>2013-04-16T19:03:13Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=496b38f13f74e04af233d5ad7307be4f099b07e5'/>
<id>urn:sha1:496b38f13f74e04af233d5ad7307be4f099b07e5</id>
<content type='text'>
</content>
</entry>
</feed>
