Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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... | |||
2014-03-03 | Revert the extendedprecision.ll change in 76ad462, since this test isn't ↵ | Dan Gohman | |
disabled for non-fastcomp. | |||
2014-03-03 | docs edit | Alon Zakai | |
2014-03-03 | Merge branch 'allow_multiple_worker_responses' of ↵ | Alon Zakai | |
github.com:virusdave/emscripten into incoming Conflicts: AUTHORS | |||
2014-03-03 | Merge pull request #2178 from sunfishcode/incoming | Alon Zakai | |
Testsuite cleanups | |||
2014-03-03 | Eliminate undefined behavior in test_sscanf_other_whitespace.in. | Dan Gohman | |
2014-03-03 | Allow multiple worker responses (via messages) if desired. | Dave Nicponski | |
Add unit test for multiple worker responses. Test command: python tests/runner.py browser.test_worker_api_3 Add self to authors file. | |||
2014-03-03 | update package.json | Alon Zakai | |
2014-03-03 | Merge pull request #2151 from haneefmubarak/cleanup | Alon Zakai | |
cleanup series I - part I | |||
2014-03-03 | Tidy up and fix several tests in tests/cases. | Dan Gohman | |
2014-03-03 | release 1.13.01.13.0 | Alon Zakai | |
2014-03-03 | add canvas.style.setProperty in headlessCanvas | Alon Zakai | |
2014-03-03 | put emscripten version in emscripten-version.txt, like other repos | Alon Zakai | |
2014-03-03 | update other.test_emcc | Alon Zakai | |
2014-03-03 | Strict: There is no global this. | Bruce Mitchener | |
2014-03-03 | Strict: Don't define functions within conditional. | Bruce Mitchener | |
2014-03-02 | fix ASSERTIONS output on bad function pointer calls | Alon Zakai | |
2014-03-02 | mention that EMSCRIPTEN_KEEPALIVE also exports for you | Alon Zakai | |
2014-03-02 | add test for phi with unreachable source with a 64-bit value | Alon Zakai | |
2014-03-01 | sort function signatures in ASSERTIONS=2 abort message dumps, attempting to ↵ | Alon Zakai | |
show most likely related ones first | |||
2014-03-01 | fix other.test_dangerous_func_cast | Alon Zakai | |
2014-03-01 | add test for #2175 | Alon Zakai | |
2014-03-01 | extra testing for ASSERTIONS == 2 | Alon Zakai | |
2014-03-01 | mention ASSERTIONS in abort() calls | Alon Zakai | |
2014-03-01 | improve assertions message on function pointer errors | Alon Zakai | |
2014-02-28 | Revert "**all: hard tabs, trailing newlines**" | Haneef Mubarak | |
This reverts commit d09166ab48c96393edd06f89a2f928073d18586d. | |||
2014-02-28 | fix some whitespace | Alon Zakai | |
2014-02-28 | Merge branch 'incoming' of ↵ | Alon Zakai | |
github.com:DerKoun/emscripten-fullscreen-improvements into incoming Conflicts: AUTHORS | |||
2014-02-28 | Full screen fixes (aspect ratio & IE11) & AR opt | DerKoun | |
Full screen image now has correct aspect ratio (parent of canvas is full screen root, canvas size is adapted via styles). Full screen now works properly in Internet Explorer 11. It is now possible to optionally force a specific aspect ratio for the canvas (canvas size is adapted via styles, ratio for now has to be set manually in compiled JS). | |||
2014-02-28 | add a test for fastcomp issue 24 | Alon Zakai | |
2014-02-28 | Merge pull request #2174 from sunfishcode/incoming | Alon Zakai | |
Two minor testsuite cleanups. | |||
2014-02-28 | fix glCompressedTexSubImage2D; fixes #2173 | Alon Zakai | |
2014-02-28 | Make this testcase pass the verifier. | Dan Gohman | |