aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-08-26emit less unnecessary code in side modulesAlon Zakai
2013-08-26re-parse function types after types are fully analyzed, so we get the signatu...Alon Zakai
2013-08-26make headless test use its own fileAlon Zakai
2013-08-26move test_nostdincxx from other to sanity, because it causes the cache to be ...Alon Zakai
2013-08-26Merge pull request #1525 from yukoba/pthread-specificAlon Zakai
2013-08-26Merge pull request #1507 from ToadKing/sdl-alpha-keysAlon Zakai
2013-08-26Merge pull request #1549 from Daft-Freak/patch-1Alon Zakai
2013-08-25simplify test_dlfcn_basicAlon Zakai
2013-08-25Merge pull request #1556 from ToadKing/getcanvassizeAlon Zakai
2013-08-25emscripten_get_canvas_size testcaseToadKing
2013-08-25outlining docsAlon Zakai
2013-08-25outlining value suggestionAlon Zakai
2013-08-24test for closure+mem init file in a more focused mannerAlon Zakai
2013-08-25implement emscripten_get_canvas_sizeToadKing
2013-08-24emit memory init files when closure is run, fixes #1547Alon Zakai
2013-08-24settings.js docsAlon Zakai
2013-08-24Merge pull request #1551 from waywardmonkeys/fix_browser_test_issuesAlon Zakai
2013-08-24make script tag async in shell.htmlAlon Zakai
2013-08-24improve test_html_source_mapAlon Zakai
2013-08-24more docs for outliningAlon Zakai
2013-08-24Add myself to AUTHORSDaft-Freak
2013-08-24Should be fopen, not open.Bruce Mitchener
2013-08-24_GNU_SOURCE definition not needed.Bruce Mitchener
2013-08-24Include stdlib.h when using malloc().Bruce Mitchener
2013-08-24Fix browser.test_float_tex.Bruce Mitchener
2013-08-24Fix browser.test_emscripten_async_wget2.Bruce Mitchener
2013-08-23add USE_IFRAME define to support compiled serversAnthony Pesch
2013-08-23testcase for flattening of switches with cases that need to be kept togetherAlon Zakai
2013-08-23add inlining test in freetypeAlon Zakai
2013-08-23minor fix to send in partial sockets testAnthony Pesch
2013-08-23do not split up fallthrough case statements from their followup when flatteningAlon Zakai
2013-08-23vacuum before outlining, for consistencyAlon Zakai
2013-08-23fixed server down testAnthony Pesch
2013-08-23refactor DataRequest to shrink preloading-generated codeAlon Zakai
2013-08-23do not fail when mmaping a MEMFS.CONTENT_FIXEDAlon Zakai
2013-08-23own the subarrays created by file preloading, to avoid a copyAlon Zakai
2013-08-23keep MEMFS files as typed arrays until we need them to be flexibleAlon Zakai
2013-08-23EM_ASM option for nicer inline assemblyAlon Zakai
2013-08-23Merge pull request #1548 from waywardmonkeys/missing-checks-unistd-miscAlon Zakai
2013-08-23Fix python spawn scripts on Windows when the emscripten path contains spaces,...Jukka Jylänki
2013-08-23Don't set context error when there is no context.Daft-Freak
2013-08-23Adding missing output to verify it is correct.Bruce Mitchener
2013-08-22fix test_glut_toucheventsAlon Zakai
2013-08-22disable test_bigswitch in most modes, needs bigger stack sizeAlon Zakai
2013-08-22flatten switches in outlinerAlon Zakai
2013-08-21tighten switch heuristicsAlon Zakai
2013-08-21consider range and not just absolute value for using switchesAlon Zakai
2013-08-21tweak switch parameter some moreAlon Zakai
2013-08-21tweak switch heuristicsAlon Zakai
2013-08-21enable test_bigswitch everywhere; closes #781Alon Zakai