<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emscripten/tools/split.py, branch 1.8.5</title>
<subtitle>Emscripten: An LLVM-to-JavaScript Compiler</subtitle>
<id>https://git.amat.us/emscripten/atom/tools/split.py?h=1.8.5</id>
<link rel='self' href='https://git.amat.us/emscripten/atom/tools/split.py?h=1.8.5'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/'/>
<updated>2013-11-17T20:05:13Z</updated>
<entry>
<title>Adjust split.py tool logic for generating output filenames to not generate the full absolute path names to the splitted filenames. This fixes a Windows problem where invalid path concatenations like 'somethingC:/projects/emscripten/hello_world.js' would be generated, and shortens the path structure to not contain redundant directory names. Fixes test browser.test_split_in_source_filenames on Windows.</title>
<updated>2013-11-17T20:05:13Z</updated>
<author>
<name>Jukka Jylänki</name>
<email>jujjyl@gmail.com</email>
</author>
<published>2013-11-16T16:06:12Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=ae5212d9d4059de34aad570192e68d12d21f6308'/>
<id>urn:sha1:ae5212d9d4059de34aad570192e68d12d21f6308</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>Fix splitting on case-insensitive file systems</title>
<updated>2012-11-06T09:23:15Z</updated>
<author>
<name>Manuel Wellmann</name>
<email>manuel.wellmann@autodesk.com</email>
</author>
<published>2012-11-06T09:23:15Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=89c12e9da6438b5e3c99b4a46ef96a78b862f044'/>
<id>urn:sha1:89c12e9da6438b5e3c99b4a46ef96a78b862f044</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add emcc option "--split &lt;size&gt;" to split javascript file.</title>
<updated>2012-09-26T17:30:19Z</updated>
<author>
<name>Lars Schneider</name>
<email>lars.schneider@autodesk.com</email>
</author>
<published>2012-09-25T12:44:54Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=0c33345f226af403d15f5f83811488aead85b71b'/>
<id>urn:sha1:0c33345f226af403d15f5f83811488aead85b71b</id>
<content type='text'>
Splits the resulting javascript file into pieces to ease debugging.
This option only works if Javascript is generated (target -o &lt;name&gt;.js).

Files with function declarations must be loaded before main file upon execution.

Without "-g" option:
Creates files with function declarations up to the given size with the suffix "_functions.partxxx.js" and a main file with the suffix ".js".

With "-g" option:
Recreates the directory structure of the C source files and stores function declarations in their respective C files with the suffix ".js". If such a file exceeds the given size, files with the suffix ".partxxx.js" are created. The main file resides in the base directory and has the suffix ".js".
</content>
</entry>
</feed>
