Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
load times
|
|
SDL_SetVideoMode(0,0, ...)
|
|
|
|
the <canvas> was in, and not try to resize the canvas to 0x0 pixels. Derive a new test for that from sdl_ogl.c. Fixes #1059.
|
|
Fix nodefs windows
|
|
|
|
|
|
Otherwise these would be 'undefined', which later in unit tests would throw an error in SAFE_HEAP_STORE. Fixes o1.test_unistd_truncate.
|
|
pass integer permission modes to node.js open function, but use only the documented string open caps.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
github.com:fadams/emscripten into incoming
Conflicts:
AUTHORS
tests/test_other.py
|
|
Conflicts:
AUTHORS
|
|
|
|
Don't try to demangle call stack on browsers where the feature is not supported.
|
|
|