Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-15 | add musl fputws, fix vswprintf, add testing for fwprintf and swprintf as well1.8.14 | Alon Zakai | |
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-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 | 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 ↵ | Alon Zakai | |
miscompilation in original compiler | |||
2014-01-13 | Handle negative zero values correctly. | Bruce Mitchener | |
This handles the situation when they're part of a global variable whether it just be a float/double or embedded within a struct. Fixes #1898. | |||
2014-01-12 | enable another test_cases case in fastcomp | Alon Zakai | |
2014-01-12 | enable test_async_exit in fastcomp | Alon Zakai | |
2014-01-12 | enable test_typed_exceptions in fastcomp | Alon Zakai | |
2014-01-11 | more i64 switch tests | Alon Zakai | |
2014-01-10 | enable more exceptions tests in fastcomp | Alon Zakai | |
2014-01-10 | enable first exceptions test for fastcomp | Alon Zakai | |
2014-01-09 | prevent calling run more than once; fixes #1992 | Alon Zakai | |
2014-01-08 | fix and enable other.test_simd on fastcomp | Alon Zakai | |
2014-01-08 | enable simd tests in fastcomp | Alon Zakai | |
2014-01-07 | fix test_lua | Alon Zakai | |
2014-01-07 | update other.test_simd test for llvm 3.3 and 3.4 | Alon Zakai | |
2014-01-07 | Merge branch 'incoming' into llvm-3.41.8.6 | Alon Zakai | |
Conflicts: tests/test_benchmark.py tools/shared.py | |||
2014-01-07 | handle variables that assign a value including themselves in ↵ | Alon Zakai | |
aggressiveVariableElimination | |||
2014-01-07 | make aggressiveVariableElimination usable through a setting | Alon Zakai | |
2014-01-07 | properly overflow gep arguments; fixes #1975 | Alon Zakai | |
2014-01-07 | Merge branch 'add-libuuid' of github.com:fadams/emscripten into incoming | Alon Zakai | |
Conflicts: tools/shared.py | |||
2014-01-07 | make benchmark suite more robust to settings changes | Alon Zakai | |
2014-01-07 | clean up test runner output | Alon Zakai | |
2014-01-06 | benchmark updates | Alon Zakai | |
2014-01-06 | benchmark updates | Alon Zakai | |
2014-01-06 | refactor lua benchmark | Alon Zakai | |
2014-01-06 | option to benchmark multiple llvm versions, both native and js | Alon Zakai | |
2014-01-06 | refactor lua benchmark | Alon Zakai | |
2014-01-06 | option to benchmark multiple llvm versions, both native and js | Alon Zakai | |
2014-01-06 | fix poppler configure for clang 3.4 | Alon Zakai | |
2014-01-06 | other.test_emcc fixes for fastcomp | Alon Zakai | |
2014-01-06 | changed != to !== in a couple of places. Added fix to prevent closure ↵ | Fraser Adams | |
minifying crypto randomBytes etc. this fix makes use of closure externs so I've added a closure-externs.js to hold the definitions and modified tools/shared.py closure_compiler method to point to closure-externs.js. I've added externs to fix minification of the ws library used in library_sockfs.js too | |||
2014-01-04 | fix function type in test_openal_buffers for asm | Alon Zakai | |
2014-01-04 | specify (void) as the arguments in webgl_context_attributes test, to avoid ↵ | Alon Zakai | |
confusion with varargs by clang | |||
2014-01-03 | disable/update various browser tests for fastcomp | Alon Zakai | |
2014-01-03 | fix benchmark suite bug where args got appended | Alon Zakai | |
2014-01-03 | disable named globals test in fastcomp | Alon Zakai | |
2014-01-03 | convert test_sdl_canvas to btest | Alon Zakai | |