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
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