Age | Commit message (Collapse) | Author |
|
|
|
|
|
Fullscreen element sizes
|
|
build, and also fixes sqlite test
|
|
new pixel sizes of the fullscreen element, as well as the whole screen size. These can be used to read and adjust the rendering canvas size appropriately when transitioning between fullscreen modes. Thanks to Joel Croteau for the suggestion at https://groups.google.com/forum/#!topic/emscripten-discuss/qaTrOXWv1Oc .
Bump version to 1.12.3 to update the cache after change to struct_info.json.
|
|
|
|
|
|
|
|
With the Emscripten toolchain, we can make clang do more of what we need
directly rather than in the wrapper scripts.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
in the env
|
|
|
|
|
|
|
|
|
|
and can work in fastcomp
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
conflicts: tests/test_core.py tools/shared.py
|
|
|
|
|
|
Conflicts:
tests/test_benchmark.py
tools/shared.py
|
|
Conflicts:
tools/shared.py
|
|
vectorization in llvm 3.4
|
|
|
|
|
|
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
|