Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2014-03-05 | Disable the aliasbitcast.ll test for fastcomp, since it is invalid IR. | Dan Gohman | |
2014-03-05 | Disable emptyasm_aue, as inline asm is now diagnosed with an error. | Dan Gohman | |
This testcase was originally inspired by libgcrypt. Compiling asm("":::"memory") to a no-op would be doable, and would help the code compile without error, but properly supporting what libgrypt is actually doing here, being paranoid enough to make repeated stores to the same memory location to clear it out, would be much harder, because we'd really need a way to tell the JS engine what's going on so that it doesn't optimize anything away. | |||
2014-03-05 | remove stale dependencies in openal | Alon Zakai | |
2014-03-05 | throttle glut requestAnimationFrames; fixes #2183 | Alon Zakai | |
2014-03-05 | disable asm validation when backend tells us | Alon Zakai | |
2014-03-05 | run llvm-lit on JS codegen tests | Alon Zakai | |
2014-03-05 | Merge pull request #2190 from DerKoun/incoming | Alon Zakai | |
Fix for full screen closing immediately | |||
2014-03-06 | Fixed full screen closing immediately | DerKoun | |
Fixed full screen closing immediately because of canvas container not being defined. | |||
2014-03-05 | Add EXT_shader_texture_lod to trivially supported extensions | Vladimir Vukicevic | |
2014-03-05 | emscripten_debugger() | Alon Zakai | |
2014-03-05 | some test_outline updates | Alon Zakai | |
2014-03-05 | use -m32 in fuzzer | Alon Zakai | |
2014-03-05 | Allow going fullscreen in response to mousedown events | jonas echterhoff | |
2014-03-05 | Merge commit '0ec7107' into HEAD | Alon Zakai | |
2014-03-05 | Merge commit '19312ae' into HEAD | Alon Zakai | |
2014-03-05 | If the directory tree for used LLVM compiler is not from a LLVM source ↵ | Jukka Jylänki | |
checkout and clang_version is not found, assume clang_version = llvm_version. | |||
2014-03-04 | Pass OPT_LEVEL into llc's -O option. | Dan Gohman | |
2014-03-04 | explain EXPORTED_FUNCTIONS better | Alon Zakai | |
2014-03-04 | Update for the new datalayout string. | Dan Gohman | |
2014-03-04 | Fix an implicit declaration of atoi in sqlite's benchmark.c. | Dan Gohman | |
2014-03-04 | Pass correct args for test_sdl_canvas. | Bruce Mitchener | |
2014-03-03 | improve testing for statically incorrect calls | Alon Zakai | |
2014-03-03 | disable tests/cases/sillyfuncast2 in fastcomp - we do not attempt to correct ↵ | Alon Zakai | |
errors in improper function calls with the wrong type (but we do warn in this test) | |||
2014-03-03 | forward assertions setting into backend, and test checking for invalid # of ↵ | Alon Zakai | |
args in static calls | |||
2014-03-03 | enable errors on implicit functions by default; fixes #2175 | Alon Zakai | |
2014-03-03 | Merge pull request #2179 from sunfishcode/incoming | Alon Zakai | |
Revert the extendedprecision.ll change in 76ad462, since this test isn't... |