aboutsummaryrefslogtreecommitdiff
path: root/cmake
AgeCommit message (Expand)Author
2014-05-28use response files for everything and remove unnecessary settingsMarkus Henschel
2014-04-14Store CMAKE_AR and CMAKE_RANLIB in CMake CACHE so that the values persist to ...Jukka Jylänki
2014-02-19Change compile options for MinSizeRelJoel Croteau
2014-01-03Update Emscripten CMake toolchain default flags to include -O2 also in compil...Jukka Jylänki
2013-12-30Add support for generating vs-tool Visual Studio project files from CMake for...Jukka Jylänki
2013-12-24Fixed small problems which exhibit themself when building projects with too m...Volo Zyko
2013-11-17Fix browser.test_freealut on Windows by implementing a CMake build path for t...Jukka Jylänki
2013-11-14CMake: only append to LINK_FLAGS if they existDaft-Freak
2013-09-23Fix Emscripten CMake toolchain to generate proper static library archive file...Jukka Jylänki
2013-09-18Remove code duplication on CMake link macros.Jukka Jylänki
2013-09-18Add functions em_link_js_library(), em_link_pre_js() and em_link_post_js() to...Jukka Jylänki
2013-09-11Add CMake helper function em_validate_asmjs_after_build() that adds an extra ...Jukka Jylänki
2013-09-04Remove default filename suffix specification in CMake toolchain, since test_o...Jukka Jylänki
2013-09-04Remove the need to pass CMAKE_MODULE_PATH to CMake by weakly setting it in th...Jukka Jylänki
2013-09-04Delete Emscripten_unix.cmake, the previous commit makes that obsolete!Jukka Jylänki
2013-09-04Improve CMake toolchain file to use response files. Avoid the compiler detect...Jukka Jylänki
2013-04-07Use .bat files to route 'python emxxx' to 'emxxx' on Windows. Remove referenc...Jukka Jylänki
2013-01-14Adjust default compiler and linker flags when using cmake. With emscripten, -...Jukka Jylänki
2012-11-15Explicitly pass the emscripten compiler file suffixes to cmake on Windows to ...Jukka Jylänki
2012-11-14Try to locate emcc in cmake based on the cmake toolchain directory structure ...Jukka Jylänki
2012-11-12Update cmake scripts.Jukka Jylänki
2012-11-12Make separate cmake files for unix and windows cmake toolchains. On Windows, ...Jukka Jylänki
2012-11-12Added cmake toolchain file for Emscripten and a other.test_cmake to tests its...Jukka Jylänki