summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-03-12Make tests/test_html5_fullscreen.c standalone-compilable outside test suite.Jukka Jylänki
2014-03-11improve demangler a littleAlon Zakai
2014-03-11improve CHECK_HEAP_ALIGN messageAlon Zakai
2014-03-11Updated ChangeLog to latest.Jukka Jylänki
2014-03-11Implement a IE10+ specific path to emscripten_get_callstack to get the call ↵Jukka Jylänki
stack information. In IE, callstacks are populated only when an exception object is thrown. Closes #2212.
2014-03-11Clean up warnings in emscripten_log test.Jukka Jylänki
2014-03-10fix mouse wheel deltas for closure compiler in html5 API, and add some ↵Alon Zakai
closure testing; #2214
2014-03-10add test for odin validationAlon Zakai
2014-03-10add -w to spidermonkey to see odin warningsAlon Zakai
2014-03-10avoid llvm-dis when using save-bc in fastcompAlon Zakai
2014-03-10restore some closure testingAlon Zakai
2014-03-10forward CLOSURE_COMPILER to settings, and use that to avoid a ↵Alon Zakai
closure-specific workaround for Module detection; fixes #2209
2014-03-101.13.11.13.1Alon Zakai
2014-03-10Merge branch 'patch-1' of github.com:ddiproietto/emscripten into incomingAlon Zakai
Conflicts: AUTHORS
2014-03-09add some text to safe heap assertsAlon Zakai
2014-03-08add aliases testcaseAlon Zakai
2014-03-08Added myself to AUTHORSDaniele Di Proietto
2014-03-08Fix GLFW ESC keyDaniele Di Proietto
GLFW_KEY_ESC is defined to GLFW_KEY_SPECIAL+1 (257) in system/include/GL/glfw.h.
2014-03-07fix C syntax in html5.hAlon Zakai
2014-03-07Implement emscripten_async_wget2_dataJoel Croteau
This adds the new function emscripten_async_wget2_data to read from an XMLHTTPRequest directly into memory while supporting advanced features.
2014-03-07Merge pull request #2202 from abergmeier/fix_addressAlon Zakai
Correct my email address.
2014-03-07Merge pull request #2206 from juj/fix_osx_test_preload_fileAlon Zakai
Resolve symbolic links when checking for destination locations in file_packager. Fixes browser.test_preload_file on OSX.
2014-03-07more work on hackish function removal using profilingAlon Zakai
2014-03-07todo about TextEncoderAlon Zakai
2014-03-07Merge branch 'master' of github.com:Noxalus/emscripten into incomingAlon Zakai
Conflicts: AUTHORS
2014-03-07Support syntax --preload-file x@x where both sides are identical and outside ↵Jukka Jylänki
the current source tree. The code would accidentally treat that case as if user had instead written '--preload-file x'. Closes #2201.
2014-03-07Resolve symbolic links when checking for destination locations in ↵Jukka Jylänki
file_packager. Fixes browser.test_preload_file on OSX.
2014-03-07Update AUTHORSNoxalus
2014-03-07Merge pull request #2204 from juj/update_test_sdl_wm_togglefullscreenjuj
Update test_sdl_wm_togglefullscreen to continuously render to queried canvas size.
2014-03-07Update test_sdl_wm_togglefullscreen to continuously render to queried canvas ↵Jukka Jylänki
size.
2014-03-07Correct my email address.Andreas Bergmeier
2014-03-06some primitive profiling toolsAlon Zakai
2014-03-06only include necessary system libraries amongst each other based on explicit ↵Alon Zakai
dependencies; fixes #2191
2014-03-06remove extraneous eps since we have svgHaneef Mubarak
2014-03-06use png instead of jpeg for logosHaneef Mubarak
2014-03-06provide a bitmap for the 'powered-by' logoHaneef Mubarak
2014-03-06move 'powered by' logo to media dirHaneef Mubarak
2014-03-06add (void) to C functions in emscripten.hAlon Zakai
2014-03-06only include necessary system libraries amongst each other based on explicit ↵Alon Zakai
dependencies; fixes #2191
2014-03-06Merge pull request #2182 from juj/llvm_versionAlon Zakai
llvm_version check.
2014-03-06Merge pull request #2195 from waywardmonkeys/upstream-scons-changesAlon Zakai
Upstream scons changes
2014-03-06Merge pull request #2198 from juj/interactive_testsAlon Zakai
Interactive tests
2014-03-06mark opts in fuzz savesAlon Zakai
2014-03-06add commented out line to help debugging llvm opt abortsAlon Zakai
2014-03-06add docs and testing for mem init file being asyncAlon Zakai
2014-03-06show logging about preload/pre-main time even without a mainAlon Zakai
2014-03-06Added a (currently failing) interactive test for SDL_WM_ToggleFullScreen.Jukka Jylänki
2014-03-06Added new test suite 'interactive', which contains those browser tests that ↵Jukka Jylänki
require human verification in the loop. Move all such tests from 'browser' test suite to the 'interactive' test suite so that the browser test suite only contains automated tests.
2014-03-06Upstream changes to scons support from IMVU.Bruce Mitchener
2014-03-06Update closure-externs.jsNoxalus
Add a gamepad support with closure.