<feed xmlns='http://www.w3.org/2005/Atom'>
<title>emscripten/cmake, branch 1.18.2</title>
<subtitle>Emscripten: An LLVM-to-JavaScript Compiler</subtitle>
<id>https://git.amat.us/emscripten/atom/cmake?h=1.18.2</id>
<link rel='self' href='https://git.amat.us/emscripten/atom/cmake?h=1.18.2'/>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/'/>
<updated>2014-04-14T15:37:13Z</updated>
<entry>
<title>Store CMAKE_AR and CMAKE_RANLIB in CMake CACHE so that the values persist to user CMake toolchain files. Also CACHE the variable Emscripten, in the hope of that fixing the visibility issue with variable. Some users have reported that in their CMakeLists.txt files the variable EMSCRIPTEN is not always visible, even though in the Emscripten cmake unit tests it always works. Fixes #2288. Thanks mhenschel!</title>
<updated>2014-04-14T15:37:13Z</updated>
<author>
<name>Jukka Jylänki</name>
<email>jujjyl@gmail.com</email>
</author>
<published>2014-04-14T15:37:13Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=cfecdac66f1bde8da28adf34d782cfff6be9f83e'/>
<id>urn:sha1:cfecdac66f1bde8da28adf34d782cfff6be9f83e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change compile options for MinSizeRel</title>
<updated>2014-02-19T09:17:17Z</updated>
<author>
<name>Joel Croteau</name>
<email>jcroteau@gmail.com</email>
</author>
<published>2014-02-13T09:12:42Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=1e420afb6d2d1497686d001bda88a4ddbe7e16fb'/>
<id>urn:sha1:1e420afb6d2d1497686d001bda88a4ddbe7e16fb</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Update Emscripten CMake toolchain default flags to include -O2 also in compile pass, not just at link time, and add -g to CMake RelWithDebInfo builds.</title>
<updated>2014-01-03T12:24:33Z</updated>
<author>
<name>Jukka Jylänki</name>
<email>jujjyl@gmail.com</email>
</author>
<published>2014-01-03T12:23:55Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=28a44bc47112df28bc08c5de44a6fe9bc0237878'/>
<id>urn:sha1:28a44bc47112df28bc08c5de44a6fe9bc0237878</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add support for generating vs-tool Visual Studio project files from CMake for building with Emscripten. This requires a custom build of CMake to work, since by default, CMake does not allow targeting other platforms than a few hardcoded ones ("win32", "x64", "itanium").</title>
<updated>2013-12-30T10:58:12Z</updated>
<author>
<name>Jukka Jylänki</name>
<email>jujjyl@gmail.com</email>
</author>
<published>2013-12-21T09:58:19Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=4bf76193c6f3f5d4c0a83ef2e715210b3d375175'/>
<id>urn:sha1:4bf76193c6f3f5d4c0a83ef2e715210b3d375175</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed small problems which exhibit themself when building projects with too many source files.</title>
<updated>2013-12-24T13:56:32Z</updated>
<author>
<name>Volo Zyko</name>
<email>volo.zyko@gmail.com</email>
</author>
<published>2013-12-20T13:16:33Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=c0fcd18329fb0cf477a6beac8629e75420d05de6'/>
<id>urn:sha1:c0fcd18329fb0cf477a6beac8629e75420d05de6</id>
<content type='text'>
When there are too many source files and one builds static libraray cmake splits the whole list of files
into several invocations of library archiver. In order this to work cmake needs to know both how to create
and how to append to archive. Another related issue is that emscripten code fails when links a final
javascript code if a command line of a link command is too long (this 'too long' is very OS dependent).

Related discussion can be found in issue #1931.

Conflicts:
	AUTHORS
</content>
</entry>
<entry>
<title>Fix browser.test_freealut on Windows by implementing a CMake build path for that library.</title>
<updated>2013-11-17T20:06:03Z</updated>
<author>
<name>Jukka Jylänki</name>
<email>jujjyl@gmail.com</email>
</author>
<published>2013-11-16T21:46:25Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=1ee42ca288ac5def839833013ae0795b666953f3'/>
<id>urn:sha1:1ee42ca288ac5def839833013ae0795b666953f3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>CMake: only append to LINK_FLAGS if they exist</title>
<updated>2013-11-14T17:42:17Z</updated>
<author>
<name>Daft-Freak</name>
<email>admin@daftgames.net</email>
</author>
<published>2013-11-13T19:11:54Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=11fa4baa5b20dc15839b80eac7c27fb08bd97322'/>
<id>urn:sha1:11fa4baa5b20dc15839b80eac7c27fb08bd97322</id>
<content type='text'>
Prevents an error similar to:
ERROR root: props-NOTFOUND: No such file or directory
</content>
</entry>
<entry>
<title>Fix Emscripten CMake toolchain to generate proper static library archive files with the AR tool instead of building LLVM bitcode files for archive files. Fixes #1648.</title>
<updated>2013-09-23T12:21:07Z</updated>
<author>
<name>Jukka Jylänki</name>
<email>jujjyl@gmail.com</email>
</author>
<published>2013-09-23T12:01:12Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=a507cd8807f1d62f654af3beab15b221252de542'/>
<id>urn:sha1:a507cd8807f1d62f654af3beab15b221252de542</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Remove code duplication on CMake link macros.</title>
<updated>2013-09-18T13:27:52Z</updated>
<author>
<name>Jukka Jylänki</name>
<email>jujjyl@gmail.com</email>
</author>
<published>2013-09-11T07:48:37Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=37c5356835984485c0edf87763a91a654080d2fe'/>
<id>urn:sha1:37c5356835984485c0edf87763a91a654080d2fe</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add functions em_link_js_library(), em_link_pre_js() and em_link_post_js() to support linking .js files to executables, while doing dependency tracking on filestamp modifications. For more info, see https://groups.google.com/forum/#!topic/emscripten-discuss/uRbTIB62V7s .</title>
<updated>2013-09-18T13:27:51Z</updated>
<author>
<name>Jukka Jylänki</name>
<email>jujjyl@gmail.com</email>
</author>
<published>2013-09-09T18:30:06Z</published>
<link rel='alternate' type='text/html' href='https://git.amat.us/emscripten/commit/?id=d0b297107e15592fc9b39786947d120690ec6ac6'/>
<id>urn:sha1:d0b297107e15592fc9b39786947d120690ec6ac6</id>
<content type='text'>
</content>
</entry>
</feed>
