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
/
tests
/
cmake
Age
Commit message (
Expand
)
Author
2014-07-10
Fix a long-standing CMake toolchain issue where the toolchain was not able to...
Jukka Jylänki
2014-07-10
When using emconfigure/emcmake to invoke cmake toolchain, don't pass in EMMAK...
Jukka Jylänki
2014-07-09
move check for noExitRuntime into exit(), and fix up tests
Alon Zakai
2014-06-30
Added CMAKE_FIND_ROOT_PATH test
Jonas Platte
2014-05-28
add test for building shared and static libraries with cmake
Markus Henschel
2014-04-14
Store CMAKE_AR and CMAKE_RANLIB in CMake CACHE so that the values persist to ...
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
Use em_validate_asmjs_after_build() in CMake test.
Jukka Jylänki
2013-09-04
Remove default filename suffix specification in CMake toolchain, since test_o...
Jukka Jylänki
2013-09-04
Add a test to ensure that EMSCRIPTEN=1 variable is set in CMake when building.
Jukka Jylänki
2013-09-04
Improve CMake toolchain file to use response files. Avoid the compiler detect...
Jukka Jylänki
2012-11-12
Added cmake toolchain file for Emscripten and a other.test_cmake to tests its...
Jukka Jylänki