<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emscripten/src/embind, branch 1.18.0</title>
<subtitle>Emscripten: An LLVM-to-JavaScript Compiler</subtitle>
<id>https://git.amat.us/emscripten/atom/src/embind?h=1.18.0</id>
<link rel='self' href='https://git.amat.us/emscripten/atom/src/embind?h=1.18.0'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/'/>
<updated>2014-05-06T09:53:37Z</updated>
<entry>
<title>Apply Chad's fix from issue #2335 to fix other.test_embind.</title>
<updated>2014-05-06T09:53:37Z</updated>
<author>
<name>Jukka Jylänki</name>
<email>jujjyl@gmail.com</email>
</author>
<published>2014-05-06T09:53:37Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=fd3d9cc489400b90bb578cab7a6fece69e161fe0'/>
<id>urn:sha1:fd3d9cc489400b90bb578cab7a6fece69e161fe0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix embind/asm.js in PRECISE_F32 mode</title>
<updated>2014-04-30T05:09:13Z</updated>
<author>
<name>Chad Austin</name>
<email>chad@chadaustin.me</email>
</author>
<published>2014-04-30T05:09:13Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=7da733906454466f4ae22d1a1541ea152f5025db'/>
<id>urn:sha1:7da733906454466f4ae22d1a1541ea152f5025db</id>
<content type='text'>
</content>
</entry>
<entry>
<title>passes tests</title>
<updated>2014-04-24T08:43:38Z</updated>
<author>
<name>Chad Austin</name>
<email>chad@chadaustin.me</email>
</author>
<published>2014-04-24T08:43:38Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=9a530d0e76ea951f761d93ce3aa739b5605acb25'/>
<id>urn:sha1:9a530d0e76ea951f761d93ce3aa739b5605acb25</id>
<content type='text'>
</content>
</entry>
<entry>
<title>enable embind/asm.js tests.</title>
<updated>2014-04-24T08:18:32Z</updated>
<author>
<name>Chad Austin</name>
<email>chad@chadaustin.me</email>
</author>
<published>2014-04-24T08:18:32Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=0471c2bf4fbdf9cc407ec01e3cabd04095c843d0'/>
<id>urn:sha1:0471c2bf4fbdf9cc407ec01e3cabd04095c843d0</id>
<content type='text'>
</content>
</entry>
<entry>
<title>have asm.js embind go through dynCall</title>
<updated>2014-04-24T07:34:18Z</updated>
<author>
<name>Chad Austin</name>
<email>chad@chadaustin.me</email>
</author>
<published>2014-04-24T07:34:18Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=c7b472ab5ac60c67cae8ab95d0363fd328dd4571'/>
<id>urn:sha1:c7b472ab5ac60c67cae8ab95d0363fd328dd4571</id>
<content type='text'>
</content>
</entry>
<entry>
<title>class and enum signatures</title>
<updated>2014-04-13T16:25:08Z</updated>
<author>
<name>Chad Austin</name>
<email>caustin@gmail.com</email>
</author>
<published>2014-04-13T21:45:21Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=7e19fc2e5bfba9475d1d11a8ed65c2772da02e8d'/>
<id>urn:sha1:7e19fc2e5bfba9475d1d11a8ed65c2772da02e8d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>value array and value object signatures</title>
<updated>2014-04-13T16:24:46Z</updated>
<author>
<name>Chad Austin</name>
<email>caustin@gmail.com</email>
</author>
<published>2014-04-13T06:10:50Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=c4b76efed701ba8a2e6fb66a5c6de9faa938b672'/>
<id>urn:sha1:c4b76efed701ba8a2e6fb66a5c6de9faa938b672</id>
<content type='text'>
</content>
</entry>
<entry>
<title>craftInvokerFunction never seems to use classType</title>
<updated>2014-04-13T16:24:38Z</updated>
<author>
<name>Chad Austin</name>
<email>caustin@gmail.com</email>
</author>
<published>2014-04-13T04:53:09Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=80731b5e8522feb819edbb439b76c72df1bf800d'/>
<id>urn:sha1:80731b5e8522feb819edbb439b76c72df1bf800d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>checkpoint asm.js-style function lookup by signature string</title>
<updated>2014-04-13T16:24:08Z</updated>
<author>
<name>Chad Austin</name>
<email>caustin@gmail.com</email>
</author>
<published>2014-04-13T04:06:54Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=521216f211165e962664f49be3890e2fc22d8efd'/>
<id>urn:sha1:521216f211165e962664f49be3890e2fc22d8efd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove 'vararg' from names of functions, per code review.  Don't expand floats to doubles in argument packs.</title>
<updated>2014-03-31T19:53:15Z</updated>
<author>
<name>Chad Austin</name>
<email>chad@imvu.com</email>
</author>
<published>2014-03-31T19:53:15Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=ffed52a8ac686a54bfda83d722673c11b8e7093e'/>
<id>urn:sha1:ffed52a8ac686a54bfda83d722673c11b8e7093e</id>
<content type='text'>
</content>
</entry>
</feed>
