Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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 | |
2014-02-27 | Remove Emscripten-specific workarounds from the sqlite3 test. | Dan Gohman | |
2014-02-27 | make NO_EXIT_RUNTIME work properly with llvm lto | Alon Zakai | |
2014-02-27 | run -globalopt when NO_EXIT_RUNTIME, to get rid of global initializers ↵ | Alon Zakai | |
entirely in some cases | |||
2014-02-27 | improve other.test_os_oz | Alon Zakai | |
2014-02-27 | fuzz -Os and -Oz as well | Alon Zakai | |
2014-02-27 | support -Os and -Oz as arguments to emcc | Alon Zakai | |
2014-02-27 | Bring ChangeLog up to date to latest tags. | Jukka Jylänki | |
2014-02-27 | fix test_source_map | Alon Zakai | |
2014-02-27 | Fix bug that caused emscripten_get_callstack to not truncate the output ↵ | Jukka Jylänki | |
buffer. Add test. Closes #2171. | |||
2014-02-26 | more warnings on source versions not matching, plus testing | Alon Zakai | |
2014-02-26 | make sdl canvas copy warning a one-time thing; fixes #2167 | Alon Zakai | |
2014-02-26 | make js optimizer max chunk size customizable | Alon Zakai | |
2014-02-26 | Merge pull request #2162 from TV4Fun/syntaxupdate | Alon Zakai | |
Fix depecrated sourceMappingURL syntax | |||
2014-02-26 | Merge pull request #2165 from juj/fs_element_size1.12.3 | Alon Zakai | |
Fullscreen element sizes | |||
2014-02-26 | add debug printout regarding chunkification in js optimizer | Alon Zakai | |
2014-02-26 | fix test_asmjs_unknown_emscripten | Alon Zakai | |
2014-02-26 | fix test_fuzz in non-fastcomp | Alon Zakai | |
2014-02-26 | use le32 target when fastcomp is disabled, so we do not need a fastcomp ↵ | Alon Zakai | |
build, and also fixes sqlite test | |||
2014-02-26 | improve -v output, and add some docs | Alon Zakai | |
2014-02-26 | use le32 target in slow2[asm].test_sqlite; fixes #2160 | Alon Zakai | |
2014-02-26 | Merge pull request #2157 from rfk/rfk/fileno-error-reporting | Alon Zakai | |
Ensure that fileno() returns -1 when given an invalid file pointer. | |||
2014-02-26 | pass NO_EXIT_RUNTIME flag to fastcomp and add test | Alon Zakai | |
2014-02-26 | Add new fields to EmscriptenFullscreenChangeEvent structure that report the ↵ | Jukka Jylänki | |
new pixel sizes of the fullscreen element, as well as the whole screen size. These can be used to read and adjust the rendering canvas size appropriately when transitioning between fullscreen modes. Thanks to Joel Croteau for the suggestion at https://groups.google.com/forum/#!topic/emscripten-discuss/qaTrOXWv1Oc . Bump version to 1.12.3 to update the cache after change to struct_info.json. | |||
2014-02-25 | run sanity checks on emcc -v even without inputs | Alon Zakai | |
2014-02-25 | check sanity on emcc -v | Alon Zakai | |
2014-02-26 | Ensure that fileno() returns -1 when given an invalid file pointer. | Ryan Kelly | |
2014-02-25 | run a sanity check after clearing the cache | Alon Zakai | |
2014-02-25 | Fix depecrated sourceMappingURL syntax | Joel Croteau | |
This will remove an error message about using old syntax in debug builds. | |||
2014-02-25 | test multiple chunk sizes in cube2hash test | Alon Zakai | |
2014-02-25 | fix i386 target usage and asm2.test_cube2hash | Alon Zakai | |
2014-02-25 | Merge branch 'NiCoX' of github.com:patchanka/emscripten into incoming | Alon Zakai | |
Conflicts: AUTHORS | |||
2014-02-25 | add fuzz testcase | Alon Zakai | |
2014-02-26 | added myself to the authors | patchanka | |
2014-02-25 | do not warn on undefined symbols for things that are mere js lib ↵ | Alon Zakai | |
dependencies, and not things we know are actually missing (they may be provided by a C implementation); fixes #2154 |