Age | Commit message (Expand) | Author |
2014-01-24 | Merge pull request #2035 from juj/html5_events1.9.4 | Alon Zakai |
2014-01-24 | Add test for storing special float literals in source code. Currently fails i... | Jukka Jylänki |
2014-01-24 | Rename library_events to library_html5 and other suggested renamings. Add bet... | Jukka Jylänki |
2014-01-23 | Merge pull request #2046 from rfk/rfk/registerize-harder-followups | Alon Zakai |
2014-01-23 | rename filePackageURL to filePackagePrefixURL | Alon Zakai |
2014-01-23 | allow adding a custom prefix to file package downloads, so they can happen fr... | Alon Zakai |
2014-01-23 | Add dedicated testcases for registerizeHarder pass. | Ryan Kelly |
2014-01-22 | Merge pull request #1905 from juj/glGetTexEnv | Alon Zakai |
2014-01-22 | fix some sdl typos that error on safe heap in asm mode, and add test coverage... | Alon Zakai |
2014-01-22 | skip test_debug in asm3 | Alon Zakai |
2014-01-22 | fastcomp updates and a test for fptosi|ui on floats and doubles | Alon Zakai |
2014-01-22 | Implement C-based events library for various HTML5 APIs. | Jukka Jylänki |
2014-01-22 | Add test for s3tc.c rendering when GL_FFP_ONLY flag is set. | Jukka Jylänki |
2014-01-22 | Fix default vertex color to (1,1,1,1) and properly enable correct attribute s... | Jukka Jylänki |
2014-01-21 | add asm3 test mode | Alon Zakai |
2014-01-21 | add benchmarker option to vary native compiler flags | Alon Zakai |
2014-01-21 | switch benchmarks to -O3 | Alon Zakai |
2014-01-21 | update other.test_emcc | Alon Zakai |
2014-01-21 | update tests to allow exceptions and setjmp together in fastcomp | Alon Zakai |
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 |