summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
This should be getting the size of a float, not a uint.
2013-08-24Fix browser.test_emscripten_async_wget2.Bruce Mitchener
Need to include <stdarg.h> to use va_start / va_end.
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
Missing checks unistd misc
2013-08-23Fix python spawn scripts on Windows when the emscripten path contains ↵Jukka Jylänki
spaces, like C:\Program Files\emscripten.
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
2013-08-21warn on unswitchified switchesAlon Zakai
2013-08-21do not emit switches for very sparse/large switch valuesAlon Zakai
2013-08-21emit switches in relooper1.5.6Alon Zakai
2013-08-21only outline in asm.js mode, where it is supportedAlon Zakai
2013-08-21warn on very large functions and mention OUTLINING_LIMITAlon Zakai
2013-08-21remove some function indentation in asm.js blockAlon Zakai
2013-08-20Merge pull request #1537 from aidanhs/4-byte-utf8-charsAlon Zakai
Fix printing of 4 byte UTF-8 characters
2013-08-20todo comment on TextDecoderAlon Zakai
2013-08-20sync headless code from bbAlon Zakai
2013-08-20Only check needed > 0 if it was formerly > 0Aidan Hobson Sayers
2013-08-20Clearer (and faster?), as per jij's suggestionAidan Hobson Sayers
2013-08-20Add test for fixAidan Hobson Sayers
2013-08-20Fix 4 byte utf8 charactersAidan Hobson Sayers
2013-08-20Add self to authorsAidan Hobson Sayers
2013-08-20Merge branch 'fixed_openal_buffers' of github.com:ToadKing/emscripten into ↵Alon Zakai
incoming
2013-08-20improve headless.jsAlon Zakai
2013-08-19round doubles to i64s more carefully, especially small negatives; fixes #1539Alon Zakai