aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-08-26re-parse function types after types are fully analyzed, so we get the ↵Alon Zakai
signatures of functions receiving struct types as parameters
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
cleared, and so cannot be safely run in parallel with other tests
2013-08-26Merge pull request #1525 from yukoba/pthread-specificAlon Zakai
Bug fixes of pthread specific
2013-08-26Merge pull request #1507 from ToadKing/sdl-alpha-keysAlon Zakai
SDL alpha keys fix
2013-08-26Merge pull request #1549 from Daft-Freak/patch-1Alon Zakai
Don't set context error when there is no context.
2013-08-25simplify test_dlfcn_basicAlon Zakai
2013-08-25Merge pull request #1556 from ToadKing/getcanvassizeAlon Zakai
Ability to get current canvas size
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
Fix browser test issues
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