Age | Commit message (Expand) | Author |
2013-11-01 | Merge pull request #1750 from juj/no_copy_vfs_to_heap | juj |
2013-11-02 | Add command line parameter --no-heap-copy that optimizes for small memory foo... | Jukka Jylänki |
2013-11-01 | add vector support for and, or and xor | Alon Zakai |
2013-10-31 | Merge branch 'fixup-node-version-check' of github.com:bnoordhuis/emscripten i... | Alon Zakai |
2013-10-30 | handle vector zeroinitializers | Alon Zakai |
2013-10-30 | remove finalizeParam and properly use finalizeLLVMParameter everywhere | Alon Zakai |
2013-10-30 | fix tests/cases/caall.ll | Alon Zakai |
2013-10-30 | tools: parse pre-release node.js version numbers | Ben Noordhuis |
2013-10-30 | begin to add emscripten_float32x4_signmask | Alon Zakai |
2013-10-30 | improve simd tests | Alon Zakai |
2013-10-30 | fix missing semicolons on simd load and store | Alon Zakai |
2013-10-29 | clean up simd code, fix uint32x4 heap offsets, and add testing | Alon Zakai |
2013-10-29 | optimize scanString to not run the regex more than once | Alon Zakai |
2013-10-28 | Merge pull request #1740 from waywardmonkeys/boost-libcxx-libc-interaction | Alon Zakai |
2013-10-28 | fix glGetString and eglQueryString, and optimize emulated glGetString | Alon Zakai |
2013-10-27 | simplify webgl context attributes test harness code a little | Alon Zakai |
2013-10-27 | show alerts if antialiasing, depth or stencil are missing in context attribut... | Alon Zakai |
2013-10-27 | Merge branch 'webgl_context_attributes' of github.com:anlambert/emscripten in... | Alon Zakai |
2013-10-27 | Fix an issue with Boost compilation. | Bruce Mitchener |
2013-10-25 | improve [2 x i40] testcase | Alon Zakai |
2013-10-25 | handle internal illegal iX fields in calculateStructAlignment | Alon Zakai |
2013-10-25 | Fix test browser.test_sdl_canvas_size on Linux and OSX. | Jukka Jylänki |
2013-10-24 | handle empty inline asms; fixes #1729 | Alon Zakai |
2013-10-24 | add tests for WebGL context attributes (antialiasing, depth, stencil) when th... | Antoine Lambert |
2013-10-23 | write out html and side js when html output is requested, to improve page loa... | Alon Zakai |
2013-10-23 | Implement SDL_SetVideoMode(0,0, ...) to create the canvas in whatever size th... | Jukka Jylänki |
2013-10-21 | Fix test_unistd_access and test_unistd_truncate on Windows. Both tests failed... | Jukka Jylänki |
2013-10-21 | Skip failing test_unistd_links test with NODEFS on Windows, since it requires... | Jukka Jylänki |
2013-10-19 | update other.test_toobig | Alon Zakai |
2013-10-18 | fix simd math operations and improve test | Alon Zakai |
2013-10-18 | improve simd2 test | Alon Zakai |
2013-10-18 | add test_simd2 | Alon Zakai |
2013-10-18 | add -O2 to simd test | Alon Zakai |
2013-10-18 | add test target | Alon Zakai |
2013-10-17 | is SP is not defined in linpack, default to DP | Alon Zakai |
2013-10-16 | add more necessary unistd clear()s | Alon Zakai |
2013-10-16 | Merge branch 'fix-module-exports-with-closure-try2' of github.com:fadams/emsc... | Alon Zakai |
2013-10-16 | Merge branch 'antialiasing' of github.com:wsmind/emscripten into incoming | Alon Zakai |
2013-10-15 | disable test_iostream in non-ta2, where the mem initializer being aliased is ... | Alon Zakai |
2013-10-15 | avoid spidermonkey in test_files due to closure collision | Alon Zakai |
2013-10-15 | update test_emcc | Alon Zakai |
2013-10-15 | add some clear()s to unistd tests that need them | Alon Zakai |
2013-10-15 | removed comment in src/shell.js and explicitly called run_js with engine=NODE... | Fraser Adams |
2013-10-14 | properly parse ctors fully; fixes #1155 | Alon Zakai |
2013-10-14 | use proper separator in va_argHandler; fixes #1705 | Alon Zakai |
2013-10-14 | Merge branch 'glut_mouse_wheel' of github.com:anlambert/emscripten into incoming | Alon Zakai |
2013-10-14 | Merge branch 'fix-rotozoom' of github.com:fhd/emscripten into incoming | Alon Zakai |
2013-10-13 | demangle arrays | Alon Zakai |
2013-10-13 | add remaining basic demangle types | Alon Zakai |
2013-10-13 | more demangle testing | Alon Zakai |