aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-09-13Don't define _POSIX_SHARED_MEMORY_OBJECTS.Bruce Mitchener
2013-09-13add some stubs for libc needed by libc++Alon Zakai
2013-09-13simplify other.test_llvm_nativizer to not rely on libc stuffAlon Zakai
2013-09-13update sanity.test_jcacheAlon Zakai
2013-09-13headers readmeAlon Zakai
2013-09-13Don't define _POSIX_SHARED_MEMORY_OBJECTS.Bruce Mitchener
2013-09-13Skip test_math unless using ta2Bruce Mitchener
2013-09-13Incorrect return type on a compat header.Bruce Mitchener
2013-09-13Update to musl-0.9.13 headers.Bruce Mitchener
2013-09-13Correctly note musl provenance and differences.Bruce Mitchener
2013-09-13Change various 64 bit typedefs over to 32 bit.Bruce Mitchener
2013-09-13gethostbyname_r update.Bruce Mitchener
2013-09-13Fix sockaddr struct definitions for musl.Bruce Mitchener
2013-09-13Handle fpclassify and signbit for long double.failsBruce Mitchener
2013-09-13Emscripten requires different #s for stdio fds.Bruce Mitchener
2013-09-13Bump version for new libc headers.1.5.7Bruce Mitchener
2013-09-13Provide better impl of __assert_fail().Bruce Mitchener
2013-09-13Fix fpclassify with musl libc headers.Bruce Mitchener
2013-09-13Add __va_copy as a compat/stdarg.hBruce Mitchener
2013-09-13Fix time tests.Bruce Mitchener
2013-09-13Fix other.test_embind & other.test_static_link.Bruce Mitchener
2013-09-13Update to work with new libc headers.Bruce Mitchener
2013-09-13Update libc headers to use musl headers.Bruce Mitchener
2013-09-13Expand on the instructions for building Python.Bruce Mitchener
2013-09-13Merge branch 'incoming' of github.com:sbalko/emscripten into incomingSoeren Balko
2013-09-13Enable %[] pattern in scanfSoeren Balko
2013-09-13Enable %[] pattern in scanfSoeren Balko
2013-09-13Fix using emcc -E.Bruce Mitchener
2013-09-12try to use console.log even in workersAlon Zakai
2013-09-12do not switchify illegally-typed switchesAlon Zakai
2013-09-13Typo fix.Bruce Mitchener
2013-09-12Module.logReadFiles optionAlon Zakai
2013-09-12update other.test_js_optimizerAlon Zakai
2013-09-11abort registerize at the proper early time when we need toAlon Zakai
2013-09-11we only allow 1 exported variable from inline js; #1613Alon Zakai
2013-09-11Merge pull request #1613 from juj/inline_asm_testcaseAlon Zakai
2013-09-11disable registerize when seeing inline js in non-asm mode, as we do not prote...Alon Zakai
2013-09-11test FORCE_ALIGNED_MEMORY in bullet only in configure mode, not cmakeAlon Zakai
2013-09-11build both configure and cmake versions of bullet, so the cache does not mix ...Alon Zakai
2013-09-11better comment on inline js in asm.jsAlon Zakai
2013-09-11Merge pull request #1610 from juj/fix_bulletAlon Zakai
2013-09-11Merge pull request #1608 from juj/validate_asmjsAlon Zakai
2013-09-11better assertion message for corruption checker and asmAlon Zakai
2013-09-11listen to blur on the window, not the document, so chrome worksAlon Zakai
2013-09-11Skip asm2x86.test_utf32 since test_utf32 uses inline asm.Jukka Jylänki
2013-09-11Add new unit test for inline asm syntax passing through input variables to ou...Jukka Jylänki
2013-09-11Fix test_the_bullet on Windows. Closes #696. Related to #681. On Windows, use...Jukka Jylänki
2013-09-11Use SPIDERMONKEY_ENGINE from ~/.emscripten in validate_asmjs.py as the primar...Jukka Jylänki
2013-09-11Use em_validate_asmjs_after_build() in CMake test.Jukka Jylänki
2013-09-11Add CMake helper function em_validate_asmjs_after_build() that adds an extra ...Jukka Jylänki