aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-03-03Revert the extendedprecision.ll change in 76ad462, since this test isn't ↵Dan Gohman
disabled for non-fastcomp.
2014-03-03docs editAlon Zakai
2014-03-03Merge branch 'allow_multiple_worker_responses' of ↵Alon Zakai
github.com:virusdave/emscripten into incoming Conflicts: AUTHORS
2014-03-03Merge pull request #2178 from sunfishcode/incomingAlon Zakai
Testsuite cleanups
2014-03-03Eliminate undefined behavior in test_sscanf_other_whitespace.in.Dan Gohman
2014-03-03Allow 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-03update package.jsonAlon Zakai
2014-03-03Merge pull request #2151 from haneefmubarak/cleanupAlon Zakai
cleanup series I - part I
2014-03-03Tidy up and fix several tests in tests/cases.Dan Gohman
2014-03-03release 1.13.01.13.0Alon Zakai
2014-03-03add canvas.style.setProperty in headlessCanvasAlon Zakai
2014-03-03put emscripten version in emscripten-version.txt, like other reposAlon Zakai
2014-03-03update other.test_emccAlon Zakai
2014-03-03Strict: There is no global this.Bruce Mitchener
2014-03-03Strict: Don't define functions within conditional.Bruce Mitchener
2014-03-02fix ASSERTIONS output on bad function pointer callsAlon Zakai
2014-03-02mention that EMSCRIPTEN_KEEPALIVE also exports for youAlon Zakai
2014-03-02add test for phi with unreachable source with a 64-bit valueAlon Zakai
2014-03-01sort function signatures in ASSERTIONS=2 abort message dumps, attempting to ↵Alon Zakai
show most likely related ones first
2014-03-01fix other.test_dangerous_func_castAlon Zakai
2014-03-01add test for #2175Alon Zakai
2014-03-01extra testing for ASSERTIONS == 2Alon Zakai
2014-03-01mention ASSERTIONS in abort() callsAlon Zakai
2014-03-01improve assertions message on function pointer errorsAlon Zakai
2014-02-28Revert "**all: hard tabs, trailing newlines**"Haneef Mubarak
This reverts commit d09166ab48c96393edd06f89a2f928073d18586d.
2014-02-28fix some whitespaceAlon Zakai
2014-02-28Merge branch 'incoming' of ↵Alon Zakai
github.com:DerKoun/emscripten-fullscreen-improvements into incoming Conflicts: AUTHORS
2014-02-28Full screen fixes (aspect ratio & IE11) & AR optDerKoun
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-28add a test for fastcomp issue 24Alon Zakai
2014-02-28Merge pull request #2174 from sunfishcode/incomingAlon Zakai
Two minor testsuite cleanups.
2014-02-28fix glCompressedTexSubImage2D; fixes #2173Alon Zakai
2014-02-28Make this testcase pass the verifier.Dan Gohman
2014-02-27Remove Emscripten-specific workarounds from the sqlite3 test.Dan Gohman
2014-02-27make NO_EXIT_RUNTIME work properly with llvm ltoAlon Zakai
2014-02-27run -globalopt when NO_EXIT_RUNTIME, to get rid of global initializers ↵Alon Zakai
entirely in some cases
2014-02-27improve other.test_os_ozAlon Zakai
2014-02-27fuzz -Os and -Oz as wellAlon Zakai
2014-02-27support -Os and -Oz as arguments to emccAlon Zakai
2014-02-27Bring ChangeLog up to date to latest tags.Jukka Jylänki
2014-02-27fix test_source_mapAlon Zakai
2014-02-27Fix bug that caused emscripten_get_callstack to not truncate the output ↵Jukka Jylänki
buffer. Add test. Closes #2171.
2014-02-26more warnings on source versions not matching, plus testingAlon Zakai
2014-02-26make sdl canvas copy warning a one-time thing; fixes #2167Alon Zakai
2014-02-26make js optimizer max chunk size customizableAlon Zakai
2014-02-26Merge pull request #2162 from TV4Fun/syntaxupdateAlon Zakai
Fix depecrated sourceMappingURL syntax
2014-02-26Merge pull request #2165 from juj/fs_element_size1.12.3Alon Zakai
Fullscreen element sizes
2014-02-26add debug printout regarding chunkification in js optimizerAlon Zakai
2014-02-26fix test_asmjs_unknown_emscriptenAlon Zakai
2014-02-26fix test_fuzz in non-fastcompAlon Zakai
2014-02-26use le32 target when fastcomp is disabled, so we do not need a fastcomp ↵Alon Zakai
build, and also fixes sqlite test