Age | Commit message (Expand) | Author |
2013-09-18 | generate valid code for segfaulting loads, not assignless aborts | Alon Zakai |
2013-09-18 | Add a test and myself to AUTHORS. | ngld |
2013-09-18 | handle memory initializer when there are deps added during preRun | Alon Zakai |
2013-09-18 | Merge pull request #1611 from juj/cmake_link_js | Alon Zakai |
2013-09-18 | Removed old test case and put a test case in a more appropriate area. | Michael J. Bishop |
2013-09-18 | Added to the test_files test to ensure the pread() functionality. | Michael J. Bishop |
2013-09-18 | Add functions em_link_js_library(), em_link_pre_js() and em_link_post_js() to... | Jukka Jylänki |
2013-09-16 | Merge pull request #1618 from sbalko/incoming | Alon Zakai |
2013-09-13 | emscripten_async_load_script | Alon Zakai |
2013-09-13 | second enet fix to handle musl headers in emscripten | Alon Zakai |
2013-09-13 | Merge pull request #1619 from waywardmonkeys/python-build-instructions | Alon Zakai |
2013-09-13 | simplify other.test_llvm_nativizer to not rely on libc stuff | Alon Zakai |
2013-09-13 | update sanity.test_jcache | Alon Zakai |
2013-09-13 | Skip test_math unless using ta2 | Bruce Mitchener |
2013-09-13 | Change various 64 bit typedefs over to 32 bit. | Bruce Mitchener |
2013-09-13 | gethostbyname_r update. | Bruce Mitchener |
2013-09-13 | Update to work with new libc headers. | Bruce Mitchener |
2013-09-13 | Expand on the instructions for building Python. | Bruce Mitchener |
2013-09-13 | Enable %[] pattern in scanf | Soeren Balko |
2013-09-12 | do not switchify illegally-typed switches | Alon Zakai |
2013-09-11 | we only allow 1 exported variable from inline js; #1613 | Alon Zakai |
2013-09-11 | Merge pull request #1613 from juj/inline_asm_testcase | Alon Zakai |
2013-09-11 | test FORCE_ALIGNED_MEMORY in bullet only in configure mode, not cmake | Alon Zakai |
2013-09-11 | build both configure and cmake versions of bullet, so the cache does not mix ... | Alon Zakai |
2013-09-11 | Merge pull request #1610 from juj/fix_bullet | Alon Zakai |
2013-09-11 | Merge pull request #1608 from juj/validate_asmjs | 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 em_validate_asmjs_after_build() in CMake test. | Jukka Jylänki |
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 | Update utf32 test to contain non-BMP characters in the test string. | 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 | 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 | 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 test that NMake works with CMake. Closes #1069. | Jukka Jylänki |
2013-09-09 | Merge pull request #1583 from juj/cmake_improvements | Alon Zakai |
2013-09-08 | proxy input events | 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 | stubs for proxied getImageData/putImageData | Alon Zakai |
2013-09-08 | initial setup for proxying: add option and generate separate html and js | Alon Zakai |