<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emscripten/system/lib/embind, branch 1.8.5</title>
<subtitle>Emscripten: An LLVM-to-JavaScript Compiler</subtitle>
<id>https://git.amat.us/emscripten/atom/system/lib/embind?h=1.8.5</id>
<link rel='self' href='https://git.amat.us/emscripten/atom/system/lib/embind?h=1.8.5'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/'/>
<updated>2013-05-17T19:56:48Z</updated>
<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>Remove executable permissions on simple files</title>
<updated>2013-05-03T20:18:26Z</updated>
<author>
<name>Sylvestre Ledru</name>
<email>sylvestre@debian.org</email>
</author>
<published>2013-05-02T11:03:14Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=155342908c2dd94e433bd043367efc9799296420'/>
<id>urn:sha1:155342908c2dd94e433bd043367efc9799296420</id>
<content type='text'>
</content>
</entry>
<entry>
<title>emscripten libcextra provides wmemset,wmemcpy.</title>
<updated>2013-04-24T01:57:22Z</updated>
<author>
<name>Bruce Mitchener</name>
<email>bruce.mitchener@gmail.com</email>
</author>
<published>2013-04-24T01:57:22Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=f40259d46de6e2c40642d6ad5ac35b373b6dbe46'/>
<id>urn:sha1:f40259d46de6e2c40642d6ad5ac35b373b6dbe46</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Finally! JSInterface is dead</title>
<updated>2013-04-18T17:08:17Z</updated>
<author>
<name>Chad Austin</name>
<email>chad@imvu.com</email>
</author>
<published>2013-04-16T09:13:41Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=d990cb17d8c43913a733c28601f4319fce90c27a'/>
<id>urn:sha1:d990cb17d8c43913a733c28601f4319fce90c27a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add support for returning std::wstring</title>
<updated>2013-04-18T17:08:09Z</updated>
<author>
<name>Chad Austin</name>
<email>chad@imvu.com</email>
</author>
<published>2013-04-11T06:59:51Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=6a4574cfe44b75f8cfaa916a08b402f99baf6cc7'/>
<id>urn:sha1:6a4574cfe44b75f8cfaa916a08b402f99baf6cc7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert "Bring back EMSCRIPTEN_KEEPALIVE" - instead directly use the __attribute__((used)) macro in embind/bind.cpp.</title>
<updated>2013-04-12T11:27:39Z</updated>
<author>
<name>Jukka Jylänki</name>
<email>jujjyl@gmail.com</email>
</author>
<published>2013-04-12T10:03:13Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=af586c3c8e712751f2f99e10aa71c749edaeca41'/>
<id>urn:sha1:af586c3c8e712751f2f99e10aa71c749edaeca41</id>
<content type='text'>
This reverts commit cbf636a88bcfcabf084331fc4d8a445cacb158f9.
</content>
</entry>
<entry>
<title>Stop using cxa_demangle in embind.</title>
<updated>2013-04-12T11:27:35Z</updated>
<author>
<name>Bruce Mitchener</name>
<email>bruce.mitchener@gmail.com</email>
</author>
<published>2013-04-04T15:45:40Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=01c2ac873fdd7c219bea0dfa8cf3ba9580d8a933'/>
<id>urn:sha1:01c2ac873fdd7c219bea0dfa8cf3ba9580d8a933</id>
<content type='text'>
With an updated libcxx, we no longer have libcxxabi in the
include path, so we can't have the demangling code in the
build.
</content>
</entry>
<entry>
<title>Raise a TypeError if user tries to push an integer from JS side to C/C++ function exported with embind and the integer (char/short/int/long) is out of bounds of the data type expected by the C++ function.</title>
<updated>2013-04-12T11:26:48Z</updated>
<author>
<name>Jukka Jylanki</name>
<email>jjylanki@imvu.com</email>
</author>
<published>2013-03-26T10:18:13Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=113721e6c6ca4cbde2bb39c4460269424ef3d81d'/>
<id>urn:sha1:113721e6c6ca4cbde2bb39c4460269424ef3d81d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add sensible error messages when working with classes that depend on unbound types.</title>
<updated>2013-04-12T11:26:32Z</updated>
<author>
<name>Chad Austin</name>
<email>chad@imvu.com</email>
</author>
<published>2013-03-21T03:15:36Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=e10ede1e07ee85d9d99bd34eb4ec8a62ae972616'/>
<id>urn:sha1:e10ede1e07ee85d9d99bd34eb4ec8a62ae972616</id>
<content type='text'>
</content>
</entry>
<entry>
<title>If calling function that uses unbound types, give a sensible error message.</title>
<updated>2013-04-12T11:26:30Z</updated>
<author>
<name>Chad Austin</name>
<email>chad@imvu.com</email>
</author>
<published>2013-03-21T01:39:45Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=0a6f5476f19792164e122c27ffca83baa69c1ca3'/>
<id>urn:sha1:0a6f5476f19792164e122c27ffca83baa69c1ca3</id>
<content type='text'>
</content>
</entry>
</feed>
