aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-09-04Have test_cmake also test that running 'emconfigure cmake' works, in addition...Jukka Jylänki
2013-09-04Remove the old mechanism of generating a CMake toolchain file on the fly when...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-04Fix other.test_cmake when EM_BUILD_VERBOSE is not defined.Jukka Jylänki
2013-09-04Add a test to ensure that EMSCRIPTEN=1 variable is set in CMake when building.Jukka Jylänki
2013-09-04Delete Emscripten_unix.cmake, the previous commit makes that obsolete!Jukka Jylänki
2013-09-04Utilize EM_BUILD_VERBOSE in other.test_cmake.Jukka Jylänki
2013-09-04Improve CMake toolchain file to use response files. Avoid the compiler detect...Jukka Jylänki
2013-09-03add extCall_* methods in asm dlopen support, parallel to invoke in that they ...Alon Zakai
2013-09-03abort with error message if dlopen called in asm.js mode without DLOPEN_SUPPORTAlon Zakai
2013-09-03refactor dlfcn support into DLFCNAlon Zakai
2013-09-03add some long double libc stubsAlon Zakai
2013-09-03handle the case of EXPORTED_FUNCTIONS=@Alon Zakai
2013-09-03assert guards against cross-module stack leaksAlon Zakai
2013-09-03remove obsolete header parsing codeAlon Zakai
2013-09-03always keep malloc and free alive and exported, for internal use and other mo...Alon Zakai
2013-09-03add browser module testAlon Zakai
2013-09-03support -E in emccAlon Zakai
2013-09-03free H_BASE on cleanupAnthony Pesch
2013-09-03do not eliminate supposedly stub functions in side modules, as they may be im...Alon Zakai
2013-09-03wip test_dlfcn_mallocsAlon Zakai
2013-09-03remove unneeded settings from DLOPEN_SUPPORTAlon Zakai
2013-09-03do no run cleanups on dlclose of selfAlon Zakai
2013-09-03add test_dlfcn_funcsAlon Zakai
2013-09-03typo fix, index is in arguments[0]Anthony Pesch
2013-09-03fix cleanup code to not happen in main moduleAlon Zakai
2013-09-03clean up shared modules when dlclose()dAlon Zakai
2013-09-03do not require LINKABLE in DLOPEN_SUPPORTAlon Zakai
2013-09-03rename testAlon Zakai
2013-09-03move neededTables assignment to right place; fixes test_dlfcn_unique_sigAlon Zakai
2013-09-03clean up dlfcn testsAlon Zakai
2013-09-03fix test_dlfcn_unique_sig in non-asmAlon Zakai
2013-09-03fix non-asm dlfcn setup codeAlon Zakai
2013-09-03use a separate stack in each asm module; fixes asm2g.test_dlfcn_stack_forwardAlon Zakai
2013-09-03added test_dlfcn_stack_forwardAnthony Pesch
2013-09-03added dlopen test to test function pointers with signatures not found in the ...Anthony Pesch
2013-09-03fix asm validation of side modulesAlon Zakai
2013-09-03fix test_dlfcn_selfAlon Zakai
2013-09-03update test_dlfcn_varargsAlon Zakai
2013-09-03update test_dlfcn_varargsAlon Zakai
2013-09-03update test_dlfcn_aliasAlon Zakai
2013-09-03update test_dlfcn_data_and_fptrAlon Zakai
2013-09-03support function pointer calls across asm modules by passing them all through...Alon Zakai
2013-09-03use function table offset for F_BASE_* in shared modulesAlon Zakai
2013-09-03do not override Runtime methods with asm methods in side modulesAlon Zakai
2013-09-03use addFunction in dlsym, and define F_BASE in side modules so they can run a...Alon Zakai
2013-09-03disable ALIASING_FUNCTION_POINTERS for DLOPEN_SUPPORTAlon Zakai
2013-09-03commentAlon Zakai
2013-09-03refactor test_dlfcn_qsortAlon Zakai
2013-09-03refactor dlfcn test codeAlon Zakai