Age | Commit message (Expand) | Author |
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 | move to FROUND option for Math.fround | Alon Zakai |
2013-10-25 | add fasta_float test | Alon Zakai |
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 |
2013-10-13 | demangle references | Alon Zakai |
2013-10-13 | Fixed a few warnings in cubegeom tests | Rémi Papillié |
2013-10-12 | demangle stacks in abort(), using new stackTrace utility | Alon Zakai |
2013-10-12 | properly demangle cxxabi craziness | Alon Zakai |
2013-10-12 | refactor out parsing of nested demangled runs | Alon Zakai |
2013-10-12 | support demangling const | Alon Zakai |
2013-10-12 | demangle basic templates | Alon Zakai |
2013-10-12 | demangle some templates | Alon Zakai |
2013-10-12 | work towards demangling of templates | Alon Zakai |
2013-10-12 | demangle basic params | Alon Zakai |
2013-10-12 | avoid crash in demangler with special operators | Alon Zakai |
2013-10-11 | use full params when legalizing phis, not just their idents; fixes #1702 | Alon Zakai |
2013-10-11 | Fixes bug when renaming a directory into a subdirectory. | Michael Bishop |
2013-10-11 | C++ demangle helper | Alon Zakai |
2013-10-10 | do not emit postSets for function indexing etc., bake them into the memory in... | Alon Zakai |