Age | Commit message (Expand) | Author |
2013-09-11 | listen to blur on the window, not the document, so chrome works | Alon Zakai |
2013-09-11 | Skip asm2x86.test_utf32 since test_utf32 uses inline asm. | Jukka Jylänki |
2013-09-11 | Add new unit test for inline asm syntax passing through input variables to ou... | Jukka Jylänki |
2013-09-11 | Fix test_the_bullet on Windows. Closes #696. Related to #681. On Windows, use... | Jukka Jylänki |
2013-09-11 | Use SPIDERMONKEY_ENGINE from ~/.emscripten in validate_asmjs.py as the primar... | Jukka Jylänki |
2013-09-11 | Use em_validate_asmjs_after_build() in CMake test. | Jukka Jylänki |
2013-09-11 | Add CMake helper function em_validate_asmjs_after_build() that adds an extra ... | Jukka Jylänki |
2013-09-11 | Add validate_asmjs.py tool to help unit-testing whether a build output is pro... | Jukka Jylänki |
2013-09-10 | add space to emcc debug output | Alon Zakai |
2013-09-10 | handle flexible arrays at the end of structs, whose elements are themselves s... | Alon Zakai |
2013-09-10 | Add support for marshalling UTF-16 strings to/from JS. Allows passing wchar_t... | Jukka Jylänki |
2013-09-10 | Fix UTF-16 surrogate detection. | Jukka Jylänki |
2013-09-10 | Update utf32 test to contain non-BMP characters in the test string. | Jukka Jylänki |
2013-09-10 | Fix UTF32 <-> JS string conversion for non-BMP characters. Turns out JS strin... | Jukka Jylänki |
2013-09-10 | Rename utf32<->jsstring marshalling functions to UTF32ToString and stringToUT... | Jukka Jylänki |
2013-09-10 | Skip test_utf32 when on s_0_x since they don't link in libc, and the code rel... | Jukka Jylänki |
2013-09-10 | Add functions for marshalling wchar_t (which is fixed 32-bit UTF32LE on Unix)... | Jukka Jylänki |
2013-09-10 | Merge pull request #1605 from juj/mingw32make_nmake_cmake | Alon Zakai |
2013-09-10 | EMCC_STDERR_FILE option, to log stderr in js compiler to a file | Alon Zakai |
2013-09-10 | remove no longer necessary preventDefault | Alon Zakai |
2013-09-10 | fix preventDefault being called after event has been replaced | Alon Zakai |
2013-09-10 | Remove Hello_Triangle_KD project from msvc tests, since it depends on nonexis... | Jukka Jylänki |
2013-09-10 | Remove the use of solution folders in msvc10 tests, since that feature is not... | Jukka Jylänki |
2013-09-10 | Add missing 'if WINDOWS' in CMake toolchain handling code. | Jukka Jylänki |
2013-09-10 | Fix indentation in Building.which() function. | Jukka Jylänki |
2013-09-10 | Update docs on test. | Jukka Jylänki |
2013-09-10 | Fix previous merge. | Jukka Jylänki |
2013-09-10 | Skip nmake test in test_cmake on Windows if PATH doesn't have nmake set up. | Jukka Jylänki |
2013-09-10 | Add Building.which() function to help find a tool in PATH. Use mingw32-make i... | Jukka Jylänki |
2013-09-10 | Add test that NMake works with CMake. Closes #1069. | Jukka Jylänki |
2013-09-09 | proxy boundingClientRect | Alon Zakai |
2013-09-09 | preventDefault() when proxying events | Alon Zakai |
2013-09-09 | Merge pull request #1578 from inolen/browser_exception | Alon Zakai |
2013-09-09 | Merge pull request #1583 from juj/cmake_improvements | Alon Zakai |
2013-09-09 | mark side modules as not valid asm.js, for now; #1577 | Alon Zakai |
2013-09-09 | remove unnecessary -lSDL in sdl-config | Alon Zakai |
2013-09-08 | proxy input events | Alon Zakai |
2013-09-08 | stub out console in proxied worker | Alon Zakai |
2013-09-08 | test file preloading in worker | Alon Zakai |
2013-09-08 | add test harness support for proxying, test_sdl_canvas_proxy passes | Alon Zakai |
2013-09-08 | proxy canvas writes | Alon Zakai |
2013-09-08 | proxy window.close | Alon Zakai |
2013-09-08 | stubs for proxied getImageData/putImageData | Alon Zakai |
2013-09-08 | initial setup for proxying: add option and generate separate html and js | Alon Zakai |
2013-09-08 | track if there is inline js, and if so do not mark as valid asm.js | Alon Zakai |
2013-09-08 | do not assume all postSets from global constants are i32 | Alon Zakai |
2013-09-08 | refactor COMPILER_OPTS | Alon Zakai |
2013-09-07 | add some cpu undefs that are important for configure steps | Alon Zakai |
2013-09-07 | add sdl-config tool | Alon Zakai |
2013-09-07 | when Module.screenIsReadOnly is set, do not constantly read the SDL screen pi... | Alon Zakai |