Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-20 | Merge pull request #2037 from waywardmonkeys/updates5 | Alon Zakai | |
Updates 5 | |||
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 | |
Updates 4 | |||
2014-01-18 | Merge pull request #2007 from abergmeier/cmake_test_ninja | juj | |
Add support for Ninja and Eclipse+Ninja testing in test_cmake. | |||
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 ↵ | Alon Zakai | |
coverage and support for fastcomp | |||
2014-01-15 | Merge pull request #2016 from rfk/rfk/minify-names-separately | Alon Zakai | |
Split name-minification into a separate pass from registerization. | |||
2014-01-15 | undo unnecessary test disabling | Alon Zakai | |
2014-01-15 | Merge branch 'incoming' | Alon Zakai | |
2014-01-15 | add musl fputws, fix vswprintf, add testing for fwprintf and swprintf as well1.8.14 | Alon Zakai | |
2014-01-15 | Provide compile time and run time options for WebSocket URL and subprotocol ↵ | Fraser Adams | |
fields | |||
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 | |
Includes library_glew.js that stubs the init functions, but also provides the other functions. GL/glew.h is now changed to work with GLEW_EXT_foo_bar constants, some missing constants that are in GLEW 1.10.0 are also provided. Otherwise it still uses SDL_opengl.h to provide function definitions and other constants. Linaro's GLEW (glew-oes) is also supported to some degree to make it easier to get ES1 and ES2 software using it running. What it lacks: - Some constants and function declarations that are in GLEW 1.10.0 might be missing. - The real glew-es fork also includes normal GL constants and function pointers, this does not. Tests ran: - tests/runner.py browser Real world example using this code (and upcomming glfw3 port) can be found here: http://cloudef.eu/glhck http://cloudef.eu/glhck/qb.html | |||
2014-01-14 | Replace printing to stderr with logging warning. | Andreas Bergmeier | |
2014-01-14 | Add test for glGetTexEnv implementation. Fix output of GL_TEXTURE_ENV_COLOR ↵ | Jukka Jylänki | |
color data from glGetTexEnvfv. | |||
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 | |
conflicts: tests/test_core.py tools/shared.py | |||
2014-01-13 | Merge pull request #2004 from waywardmonkeys/updates | Alon Zakai | |
Updates | |||
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 | |
We can't use weak aliases on variables in emscripten, so get rid of __signgam and just use signgam. | |||
2014-01-14 | Add strtod(), wcstod(), wcstol() and friends. | Bruce Mitchener | |
This implementation of strtod() replaces the old as it implements support for parsing hex constants which is needed by various tests. | |||
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 | |