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