aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-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
2013-08-19Merge pull request #1482 from j4m3z0r/touch_handlingAlon Zakai
Touch handling
2013-08-19Add test-case for touch-handling in glut.James Gregory
2013-08-19remove another SIGTERMAlon Zakai
2013-08-19disable use of SIGTERM in socket server, does not build in all linuxesAlon Zakai
2013-08-19fix test suite ALL.*Alon Zakai
2013-08-19use -- for jscAlon Zakai
2013-08-19Merge remote-tracking branch 'origin/incoming' into touch_handlingJames Gregory
2013-08-19show preload time only on webAlon Zakai
2013-08-19add 'other' to default test runner modesAlon Zakai
2013-08-19Merge pull request #1524 from inolen/sdl_unicodeAlon Zakai
pass in modified character to SDL keydown events