<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emscripten/tests/embind/embind_test.cpp, branch 1.4.9</title>
<subtitle>Emscripten: An LLVM-to-JavaScript Compiler</subtitle>
<id>https://git.amat.us/emscripten/atom/tests/embind/embind_test.cpp?h=1.4.9</id>
<link rel='self' href='https://git.amat.us/emscripten/atom/tests/embind/embind_test.cpp?h=1.4.9'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/'/>
<updated>2013-05-17T19:58:44Z</updated>
<entry>
<title>Add support for multiple overloaded smart pointer constructors.</title>
<updated>2013-05-17T19:58:44Z</updated>
<author>
<name>Chad Austin</name>
<email>chad@imvu.com</email>
</author>
<published>2013-05-11T06:05:15Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=fec256e358077534355250f08ddd47f19ec80703'/>
<id>urn:sha1:fec256e358077534355250f08ddd47f19ec80703</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add new unit tests to ensure that the return values of interfaces implemented in JS don't leak memory.</title>
<updated>2013-05-17T19:57:45Z</updated>
<author>
<name>Jukka Jylanki</name>
<email>jjylanki@imvu.com</email>
</author>
<published>2013-05-07T13:50:14Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=af3c155db90051d9772ed2a1cc29f9701f7a9c6c'/>
<id>urn:sha1:af3c155db90051d9772ed2a1cc29f9701f7a9c6c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add support for (fast?) memory_view objects.  If C++ passes a memory_view to JS, it gets converted into a typed array object on the other side.  Intended for WebGL.</title>
<updated>2013-05-17T19:56:48Z</updated>
<author>
<name>Chad Austin</name>
<email>chad@imvu.com</email>
</author>
<published>2013-05-04T01:20:26Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=fd8cbaa853ec9ea1f2c0c689e1729126c52368e4'/>
<id>urn:sha1:fd8cbaa853ec9ea1f2c0c689e1729126c52368e4</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add a test for interface methods that return void.</title>
<updated>2013-05-03T01:56:18Z</updated>
<author>
<name>Chad Austin</name>
<email>chad@imvu.com</email>
</author>
<published>2013-05-02T22:34:27Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=2d628d429053984a3a463a9746c2b042f31e4361'/>
<id>urn:sha1:2d628d429053984a3a463a9746c2b042f31e4361</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add isAliasOf for seeing if two embind handles point to the same underlying object.</title>
<updated>2013-05-03T01:55:07Z</updated>
<author>
<name>Chad Austin</name>
<email>chad@imvu.com</email>
</author>
<published>2013-04-30T22:01:08Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=9607e5be25f12ac986436622bdd3b710505a596c'/>
<id>urn:sha1:9607e5be25f12ac986436622bdd3b710505a596c</id>
<content type='text'>
Conflicts:
	tests/embind/embind_test.cpp
</content>
</entry>
<entry>
<title>Add a select_const for selecting the const method implementation if there are only two.</title>
<updated>2013-05-03T01:54:27Z</updated>
<author>
<name>Chad Austin</name>
<email>chad@imvu.com</email>
</author>
<published>2013-04-18T23:52:42Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=6566a0c989b101572c8154bbd43cc6a07532bada'/>
<id>urn:sha1:6566a0c989b101572c8154bbd43cc6a07532bada</id>
<content type='text'>
Conflicts:
	tests/embind/embind_test.cpp
</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>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>
