aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2013-10-27Merge branch 'webgl_context_attributes' of github.com:anlambert/emscripten in...Alon Zakai
2013-10-27Fix an issue with Boost compilation.Bruce Mitchener
2013-10-25move to FROUND option for Math.froundAlon Zakai
2013-10-25add fasta_float testAlon Zakai
2013-10-25improve [2 x i40] testcaseAlon Zakai
2013-10-25handle internal illegal iX fields in calculateStructAlignmentAlon Zakai
2013-10-25Fix test browser.test_sdl_canvas_size on Linux and OSX.Jukka Jylänki
2013-10-24handle empty inline asms; fixes #1729Alon Zakai
2013-10-24add tests for WebGL context attributes (antialiasing, depth, stencil) when th...Antoine Lambert
2013-10-23write out html and side js when html output is requested, to improve page loa...Alon Zakai
2013-10-23Implement SDL_SetVideoMode(0,0, ...) to create the canvas in whatever size th...Jukka Jylänki
2013-10-21Fix test_unistd_access and test_unistd_truncate on Windows. Both tests failed...Jukka Jylänki
2013-10-21Skip failing test_unistd_links test with NODEFS on Windows, since it requires...Jukka Jylänki
2013-10-19update other.test_toobigAlon Zakai
2013-10-18fix simd math operations and improve testAlon Zakai
2013-10-18improve simd2 testAlon Zakai
2013-10-18add test_simd2Alon Zakai
2013-10-18add -O2 to simd testAlon Zakai
2013-10-18add test targetAlon Zakai
2013-10-17is SP is not defined in linpack, default to DPAlon Zakai
2013-10-16add more necessary unistd clear()sAlon Zakai
2013-10-16Merge branch 'fix-module-exports-with-closure-try2' of github.com:fadams/emsc...Alon Zakai
2013-10-16Merge branch 'antialiasing' of github.com:wsmind/emscripten into incomingAlon Zakai
2013-10-15disable test_iostream in non-ta2, where the mem initializer being aliased is ...Alon Zakai
2013-10-15avoid spidermonkey in test_files due to closure collisionAlon Zakai
2013-10-15update test_emccAlon Zakai
2013-10-15add some clear()s to unistd tests that need themAlon Zakai
2013-10-15removed comment in src/shell.js and explicitly called run_js with engine=NODE...Fraser Adams
2013-10-14properly parse ctors fully; fixes #1155Alon Zakai
2013-10-14use proper separator in va_argHandler; fixes #1705Alon Zakai
2013-10-14Merge branch 'glut_mouse_wheel' of github.com:anlambert/emscripten into incomingAlon Zakai
2013-10-14Merge branch 'fix-rotozoom' of github.com:fhd/emscripten into incomingAlon Zakai
2013-10-13demangle arraysAlon Zakai
2013-10-13add remaining basic demangle typesAlon Zakai
2013-10-13more demangle testingAlon Zakai
2013-10-13demangle referencesAlon Zakai
2013-10-13Fixed a few warnings in cubegeom testsRémi Papillié
2013-10-12demangle stacks in abort(), using new stackTrace utilityAlon Zakai
2013-10-12properly demangle cxxabi crazinessAlon Zakai
2013-10-12refactor out parsing of nested demangled runsAlon Zakai
2013-10-12support demangling constAlon Zakai
2013-10-12demangle basic templatesAlon Zakai
2013-10-12demangle some templatesAlon Zakai
2013-10-12work towards demangling of templatesAlon Zakai
2013-10-12demangle basic paramsAlon Zakai
2013-10-12avoid crash in demangler with special operatorsAlon Zakai
2013-10-11use full params when legalizing phis, not just their idents; fixes #1702Alon Zakai
2013-10-11Fixes bug when renaming a directory into a subdirectory.Michael Bishop
2013-10-11C++ demangle helperAlon Zakai
2013-10-10do not emit postSets for function indexing etc., bake them into the memory in...Alon Zakai