Age | Commit message (Expand) | Author |
2014-01-20 | Merge pull request #2037 from waywardmonkeys/updates5 | Alon Zakai |
2014-01-21 | Move workaround for emscripten from include/exception to library.js. | Bruce Mitchener |
2014-01-20 | enable more tests in fastcomp | Alon Zakai |
2014-01-20 | enable more tests in fastcomp | Alon Zakai |
2014-01-20 | enable and fix more tests for fastcomp | Alon Zakai |
2014-01-20 | updates and fixes for test_cases | Alon Zakai |
2014-01-20 | fix up final setjmp tests for fastcomp | Alon Zakai |
2014-01-20 | enable test_longjmp_stacked in fastcomp | Alon Zakai |
2014-01-20 | enable more setjmp tests in fastcomp | Alon Zakai |
2014-01-20 | fix longjmp call by pointer in fastcomp, and enable test_longjmp2 | Alon Zakai |
2014-01-20 | enable first setjmp test in fastcomp | Alon Zakai |
2014-01-18 | improve EM_ASM to tolerate quotes when safe, and error when not; fixes #2032 | Alon Zakai |
2014-01-18 | Merge pull request #2030 from waywardmonkeys/updates4 | Alon Zakai |
2014-01-18 | Merge pull request #2007 from abergmeier/cmake_test_ninja | juj |
2014-01-18 | Implement catopen/catgets/catclose to help libcxx tests pass. | Bruce Mitchener |
2014-01-18 | Make exception tests named more consistently. | Bruce Mitchener |
2014-01-18 | catched -> caught | Bruce Mitchener |
2014-01-17 | fix asm1.test_cubescript | Alon Zakai |
2014-01-17 | fix test_source_map | Alon Zakai |
2014-01-17 | fix flakey lua benchmark | Alon Zakai |
2014-01-17 | make debug checks in asm2g more lenient, so they pass on fastcomp | Alon Zakai |
2014-01-17 | disable test_fnmatch in s_x_x | Alon Zakai |
2014-01-16 | make asm2g use SAFE_HEAP in fastcomp | Alon Zakai |
2014-01-16 | add fnmatch; fixes #20021.9.3 | Alon Zakai |
2014-01-16 | don't override Module.print and printErr if the user specified them | Alon Zakai |
2014-01-16 | strengthen test_alloca to check alignment | Alon Zakai |
2014-01-16 | enable a form of safe heap in asm, using js optimizer pass to ensure full cov... | Alon Zakai |
2014-01-15 | Merge pull request #2016 from rfk/rfk/minify-names-separately | Alon Zakai |
2014-01-15 | add musl fputws, fix vswprintf, add testing for fwprintf and swprintf as well1.8.14 | Alon Zakai |
2014-01-16 | Split name-minification into a separate pass from registerization. | Ryan Kelly |
2014-01-14 | fix aggressiveVariableElimination bug and add testing | Alon Zakai |
2014-01-14 | disable test_simd3 due to breakage | Alon Zakai |
2014-01-14 | fix double start bug #1992 in browser as well | Alon Zakai |
2014-01-14 | Add GLEW 1.10.0 emulation | Jari Vetoniemi |
2014-01-14 | Replace printing to stderr with logging warning. | Andreas Bergmeier |
2014-01-13 | add fputwc, which enables wprintf1.8.9 | Alon Zakai |
2014-01-13 | Merge branch 'incoming' of github.com:kripken/emscripten into incoming1.8.8 | Alon Zakai |
2014-01-13 | Merge pull request #2004 from waywardmonkeys/updates | Alon Zakai |
2014-01-13 | handle precision -1 in printf .* | Alon Zakai |
2014-01-14 | Move scalbn to libc to fix broken functionality. Disable test on x86. | Bruce Mitchener |
2014-01-14 | Another test for negative zero and hex floats. | Bruce Mitchener |
2014-01-14 | Make lgamma and friends work, add test. | Bruce Mitchener |
2014-01-14 | Add strtod(), wcstod(), wcstol() and friends. | Bruce Mitchener |
2014-01-13 | Add support for Ninja and Eclipse+Ninja testing in test_cmake. | Andreas Bergmeier |
2014-01-13 | clean up some more tests/cases | Alon Zakai |
2014-01-13 | fix testcase to validate as llvm ir | Alon Zakai |
2014-01-13 | remove old test that cannot be done in fastcomp, relies on code miscompilatio... | Alon Zakai |
2014-01-13 | Handle negative zero values correctly. | Bruce Mitchener |
2014-01-12 | enable another test_cases case in fastcomp | Alon Zakai |
2014-01-12 | enable test_async_exit in fastcomp | Alon Zakai |