aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-04-10enable test_atomic_cxx on everything but 64-bit operations; #2273Alon Zakai
2014-04-09__atomic funcsAlon Zakai
2014-04-09start on c++11 atomics implementation and test; #2273Alon Zakai
2014-04-09Merge pull request #2276 from juj/test_odin_validationAlon Zakai
2014-04-09update test_implicit_func after musl updates; fixes #2277Alon Zakai
2014-04-09fix outlinings of return double; fixes #2278Alon Zakai
2014-04-10Merge pull request #2279 from juj/test_bad_triplejuj
2014-04-10When we build native OSX executables with Clang, we must tell Clang which OSX...Jukka Jylanki
2014-04-09mark emscripten_GetProcAddress as needing strstr, which is now in libcextraAlon Zakai
2014-04-09Ease use with tools/validate_asmjs.py by making it look for a corresponding ....Jukka Jylänki
2014-04-09Skip other.test_odin_validation if SpiderMonkey is not present, since it is a...Jukka Jylänki
2014-04-08testcase traverse toolAlon Zakai
2014-04-08do not eliminate loop vars if there are non-loop vars in the else that are in...Alon Zakai
2014-04-07Merge pull request #2256 from juj/more_musl1.14.1Alon Zakai
2014-04-07Add JavaScript implementation of musl architecture-specific instructions.Jukka Jylänki
2014-04-07Merge pull request #1464 from abergmeier/emcmakejuj
2014-04-03fix other.test_implicit_funcAlon Zakai
2014-04-03Merge pull request #2232 from abergmeier/empkg_prerequisitesAlon Zakai
2014-04-03Apply requested formatting changes.Andreas Bergmeier
2014-04-03Add valid_abspath option to emcc --help.Andreas Bergmeier
2014-04-02add missing test file for #2263 / #2258Alon Zakai
2014-04-02Merge pull request #2270 from prixeus/incomingAlon Zakai
2014-04-02- fix mouse button orderingprixeus
2014-04-01fix mkdir on a path ending in a slash; fixes #2263 and #2258Alon Zakai
2014-03-31testcase for returning nanAlon Zakai
2014-03-31Merge pull request #2264 from imvu/incoming-with-fastcomp-asm.js-emval-2Alon Zakai
2014-03-31testcase for fixable bad function casts with extra paramsAlon Zakai
2014-03-31Remove 'vararg' from names of functions, per code review. Don't expand float...Chad Austin
2014-03-31commentAlon Zakai
2014-03-31add testing for EM_ASM_ARGSAlon Zakai
2014-03-31update test_idbfs_sync to use EM_ASM with input arguments, which is more idio...Alon Zakai
2014-03-31better error handling in EM_ASMAlon Zakai
2014-03-31add EM_ASM_ARGS, a nicer name for EM_ASM_Alon Zakai
2014-03-30Add test for warning about abspath and selectively disabling it.Andreas Bergmeier
2014-03-29Follow up from azakai's code reviewChad Austin
2014-03-28Instead of varargs, which depend on the compiler, manually build the varargs ...Chad Austin
2014-03-28Make val::val(T&&) compatible with asm.jsChad Austin
2014-03-28Make val::operator() compatible with asm.jsChad Austin
2014-03-28Rename readValueFromPointer to readValueFromVarArg to make its sometimes odd ...Chad Austin
2014-03-28Make val::call<> compatible with asm.jsChad Austin
2014-03-28Fix passing memory_views in varargsChad Austin
2014-03-28Allow passing memory_views in varargsChad Austin
2014-03-28Some minor emval simplificationsChad Austin
2014-03-28It appears we can use doubles as generic wire types.Chad Austin
2014-03-28make val::new_ compatible with asm.jsChad Austin
2014-03-28make val::as<> compatible with asm.jsChad Austin
2014-03-28tests for val::as on strings and val tooChad Austin
2014-03-28Add some unit tests that verify we can pass all kinds of primitive types thro...Chad Austin
2014-03-29Bump version to 1.14.1 after updates to musl libc functions.Jukka Jylänki
2014-03-29Skip s_0_0.test_strndup, s_0_0.test_strstr, s_0_0.test_unistd_ttyname tests s...Jukka Jylänki