<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emscripten/src, branch 1.7.0</title>
<subtitle>Emscripten: An LLVM-to-JavaScript Compiler</subtitle>
<id>https://git.amat.us/emscripten/atom/src?h=1.7.0</id>
<link rel='self' href='https://git.amat.us/emscripten/atom/src?h=1.7.0'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/'/>
<updated>2013-10-22T23:06:55Z</updated>
<entry>
<title>Merge pull request #1722 from juj/fix_nodefs_windows</title>
<updated>2013-10-22T23:06:55Z</updated>
<author>
<name>juj</name>
<email>jujjyl@gmail.com</email>
</author>
<published>2013-10-22T23:06:55Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=98a12c04b0e8fe43303c75d3b96b6ad8a0bd9fa9'/>
<id>urn:sha1:98a12c04b0e8fe43303c75d3b96b6ad8a0bd9fa9</id>
<content type='text'>
Fix nodefs windows</content>
</entry>
<entry>
<title>Add a staticInit() initializer function to node fs.</title>
<updated>2013-10-22T23:06:10Z</updated>
<author>
<name>Jukka Jylänki</name>
<email>jujjyl@gmail.com</email>
</author>
<published>2013-10-22T19:53:20Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=3c0549acd9d7b900dda86b2827a485d889bf4cdd'/>
<id>urn:sha1:3c0549acd9d7b900dda86b2827a485d889bf4cdd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>remove --pre-run option in file packager, handle all that automatically</title>
<updated>2013-10-22T18:41:25Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2013-10-22T18:41:25Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=b040c0d6d4896017b1af268d0c89b7575cf3b343'/>
<id>urn:sha1:b040c0d6d4896017b1af268d0c89b7575cf3b343</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fake node.js stat() call on Windows to report a blocksize and blocks number. Otherwise these would be 'undefined', which later in unit tests would throw an error in SAFE_HEAP_STORE. Fixes o1.test_unistd_truncate.</title>
<updated>2013-10-22T10:34:32Z</updated>
<author>
<name>Jukka Jylänki</name>
<email>jujjyl@gmail.com</email>
</author>
<published>2013-10-22T10:34:32Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=aea0476209dd2eec119a7678bdde9e8aa5bc1b83'/>
<id>urn:sha1:aea0476209dd2eec119a7678bdde9e8aa5bc1b83</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixes to nodefs filesystem so that test_unistd_io passes on Windows. Don't pass integer permission modes to node.js open function, but use only the documented string open caps.</title>
<updated>2013-10-21T19:17:23Z</updated>
<author>
<name>Jukka Jylänki</name>
<email>jujjyl@gmail.com</email>
</author>
<published>2013-10-18T13:20:22Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=7a2b48d400281d3b0f531177fd3f7b3b398fbab5'/>
<id>urn:sha1:7a2b48d400281d3b0f531177fd3f7b3b398fbab5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>commented-out compiler profiler support</title>
<updated>2013-10-20T03:08:36Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2013-10-20T03:08:36Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=81a6e2186ce7326e119a843b72fcd53cc8ad5aab'/>
<id>urn:sha1:81a6e2186ce7326e119a843b72fcd53cc8ad5aab</id>
<content type='text'>
</content>
</entry>
<entry>
<title>improve internal compiler Benchmarker</title>
<updated>2013-10-20T00:10:27Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2013-10-20T00:10:27Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=b31ab685bbd0b33e27cf65433ae10c7aa5df538e'/>
<id>urn:sha1:b31ab685bbd0b33e27cf65433ae10c7aa5df538e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>avoid allocating huge lists for [BIGNUM x type] types</title>
<updated>2013-10-19T00:31:20Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2013-10-18T23:14:17Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=5a09572550870a5304b0a5d2e425e3f579cd1ed2'/>
<id>urn:sha1:5a09572550870a5304b0a5d2e425e3f579cd1ed2</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix simd math operations and improve test</title>
<updated>2013-10-18T21:04:46Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2013-10-18T21:04:46Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=8f14b5c6400133e88c89060ce978114b2455d667'/>
<id>urn:sha1:8f14b5c6400133e88c89060ce978114b2455d667</id>
<content type='text'>
</content>
</entry>
<entry>
<title>vector bitcasts</title>
<updated>2013-10-18T20:37:41Z</updated>
<author>
<name>Alon Zakai</name>
<email>alonzakai@gmail.com</email>
</author>
<published>2013-10-18T20:37:41Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=6129173723073d36b21047be1cd3dc0e58490c19'/>
<id>urn:sha1:6129173723073d36b21047be1cd3dc0e58490c19</id>
<content type='text'>
</content>
</entry>
</feed>
