Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-12 | Make tests/test_html5_fullscreen.c standalone-compilable outside test suite. | Jukka Jylänki | |
2014-03-11 | improve demangler a little | Alon Zakai | |
2014-03-11 | improve CHECK_HEAP_ALIGN message | Alon Zakai | |
2014-03-11 | Updated ChangeLog to latest. | Jukka Jylänki | |
2014-03-11 | Implement 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-11 | Clean up warnings in emscripten_log test. | Jukka Jylänki | |
2014-03-10 | fix mouse wheel deltas for closure compiler in html5 API, and add some ↵ | Alon Zakai | |
closure testing; #2214 | |||
2014-03-10 | add test for odin validation | Alon Zakai | |
2014-03-10 | add -w to spidermonkey to see odin warnings | Alon Zakai | |
2014-03-10 | avoid llvm-dis when using save-bc in fastcomp | Alon Zakai | |
2014-03-10 | restore some closure testing | Alon Zakai | |
2014-03-10 | forward CLOSURE_COMPILER to settings, and use that to avoid a ↵ | Alon Zakai | |
closure-specific workaround for Module detection; fixes #2209 | |||
2014-03-10 | 1.13.11.13.1 | Alon Zakai | |
2014-03-10 | Merge branch 'patch-1' of github.com:ddiproietto/emscripten into incoming | Alon Zakai | |
Conflicts: AUTHORS | |||
2014-03-09 | add some text to safe heap asserts | Alon Zakai | |
2014-03-08 | add aliases testcase | Alon Zakai | |
2014-03-08 | Added myself to AUTHORS | Daniele Di Proietto | |
2014-03-08 | Fix GLFW ESC key | Daniele Di Proietto | |
GLFW_KEY_ESC is defined to GLFW_KEY_SPECIAL+1 (257) in system/include/GL/glfw.h. | |||
2014-03-07 | fix C syntax in html5.h | Alon Zakai | |
2014-03-07 | Implement emscripten_async_wget2_data | Joel Croteau | |
This adds the new function emscripten_async_wget2_data to read from an XMLHTTPRequest directly into memory while supporting advanced features. | |||
2014-03-07 | Merge pull request #2202 from abergmeier/fix_address | Alon Zakai | |
Correct my email address. | |||
2014-03-07 | Merge pull request #2206 from juj/fix_osx_test_preload_file | Alon Zakai | |
Resolve symbolic links when checking for destination locations in file_packager. Fixes browser.test_preload_file on OSX. | |||
2014-03-07 | more work on hackish function removal using profiling | Alon Zakai | |
2014-03-07 | todo about TextEncoder | Alon Zakai | |
2014-03-07 | Merge branch 'master' of github.com:Noxalus/emscripten into incoming | Alon Zakai | |
Conflicts: AUTHORS | |||
2014-03-07 | Support 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-07 | Resolve symbolic links when checking for destination locations in ↵ | Jukka Jylänki | |
file_packager. Fixes browser.test_preload_file on OSX. | |||
2014-03-07 | Update AUTHORS | Noxalus | |
2014-03-07 | Merge pull request #2204 from juj/update_test_sdl_wm_togglefullscreen | juj | |
Update test_sdl_wm_togglefullscreen to continuously render to queried canvas size. | |||
2014-03-07 | Update test_sdl_wm_togglefullscreen to continuously render to queried canvas ↵ | Jukka Jylänki | |
size. | |||
2014-03-07 | Correct my email address. | Andreas Bergmeier | |
2014-03-06 | some primitive profiling tools | Alon Zakai | |
2014-03-06 | only include necessary system libraries amongst each other based on explicit ↵ | Alon Zakai | |
dependencies; fixes #2191 | |||
2014-03-06 | remove extraneous eps since we have svg | Haneef Mubarak | |
2014-03-06 | use png instead of jpeg for logos | Haneef Mubarak | |
2014-03-06 | provide a bitmap for the 'powered-by' logo | Haneef Mubarak | |
2014-03-06 | move 'powered by' logo to media dir | Haneef Mubarak | |
2014-03-06 | add (void) to C functions in emscripten.h | Alon Zakai | |
2014-03-06 | only include necessary system libraries amongst each other based on explicit ↵ | Alon Zakai | |
dependencies; fixes #2191 | |||
2014-03-06 | Merge pull request #2182 from juj/llvm_version | Alon Zakai | |
llvm_version check. | |||
2014-03-06 | Merge pull request #2195 from waywardmonkeys/upstream-scons-changes | Alon Zakai | |
Upstream scons changes | |||
2014-03-06 | Merge pull request #2198 from juj/interactive_tests | Alon Zakai | |
Interactive tests | |||
2014-03-06 | mark opts in fuzz saves | Alon Zakai | |
2014-03-06 | add commented out line to help debugging llvm opt aborts | Alon Zakai | |
2014-03-06 | add docs and testing for mem init file being async | Alon Zakai | |
2014-03-06 | show logging about preload/pre-main time even without a main | Alon Zakai | |
2014-03-06 | Added a (currently failing) interactive test for SDL_WM_ToggleFullScreen. | Jukka Jylänki | |
2014-03-06 | Added 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-06 | Upstream changes to scons support from IMVU. | Bruce Mitchener | |
2014-03-06 | Update closure-externs.js | Noxalus | |
Add a gamepad support with closure. |