aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-08-28Update AUTHORS fileRanger Harke
2013-08-27added extname to path libraryAnthony Pesch
2013-08-27Merge pull request #1564 from inolen/sdl_fullscreen_fixAlon Zakai
2013-08-27FS.loadFilesFromDB|saveFilesToDBAlon Zakai
2013-08-27support SDL_WM_ToggleFullScreen when initiated by key inputAnthony Pesch
2013-08-27copy the entire datafile in one chunk into the heap, avoiding one malloc per ...Alon Zakai
2013-08-27own preloaded files, avoiding an unnecessary copyAlon Zakai
2013-08-27fix outliner bug with checking when switch cases need to be joinedAlon Zakai
2013-08-27fix outlining separation of case statements ending in continue or returnAlon Zakai
2013-08-27better outlining debugging outputAlon Zakai
2013-08-27fix test_cases/callwithstructuralAlon Zakai
2013-08-26handle illegal values in structural constants in calls; fixes #1318Alon Zakai
2013-08-26handle structural constants in callsAlon Zakai
2013-08-26parse llvm structural types in parameter tokensAlon Zakai
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