Age | Commit message (Collapse) | Author |
|
|
|
|
|
Conflicts:
tests/test_benchmark.py
tools/shared.py
|
|
aggressiveVariableElimination
|
|
|
|
|
|
Conflicts:
tools/shared.py
|
|
|
|
|
|
|
|
|
|
sure that window is defined
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
vectorization in llvm 3.4
|
|
|
|
that we can parse it in emcc and e.g. disable vectorization as necessary
|
|
|
|
|
|
|
|
|
|
|
|
Added missing Return and Tab keycode support to library_glut.js
|
|
|
|
correct annotation for closure
|
|
tokenize() does not accept a 2nd parameter
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
confusion with varargs by clang
|
|
clean extra arg of JSify
|
|
Added workaround for window.scrollX compat.
|
|
|
|
[SDL] Actually fix SDL_UnlockSurface in IE10/IE11.
|
|
|
|
The previous revision did not copy over pixel data properly. This time, I have reverted the IE path to the code used in this method prior to the breaking change, and have tested it with JSMESS.
|
|
|
|
|
|
|
|
[SDL] Fixing SDL_UnlockSurface in IE10/IE11
|
|
|