aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-02-26improve -v output, and add some docsAlon Zakai
2014-02-26use le32 target in slow2[asm].test_sqlite; fixes #2160Alon Zakai
2014-02-26Merge pull request #2157 from rfk/rfk/fileno-error-reportingAlon Zakai
Ensure that fileno() returns -1 when given an invalid file pointer.
2014-02-26pass NO_EXIT_RUNTIME flag to fastcomp and add testAlon Zakai
2014-02-26Add 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-25run sanity checks on emcc -v even without inputsAlon Zakai
2014-02-25check sanity on emcc -vAlon Zakai
2014-02-26Ensure that fileno() returns -1 when given an invalid file pointer.Ryan Kelly
2014-02-25run a sanity check after clearing the cacheAlon Zakai
2014-02-25Fix depecrated sourceMappingURL syntaxJoel Croteau
This will remove an error message about using old syntax in debug builds.
2014-02-25test multiple chunk sizes in cube2hash testAlon Zakai
2014-02-25fix i386 target usage and asm2.test_cube2hashAlon Zakai
2014-02-25Merge branch 'NiCoX' of github.com:patchanka/emscripten into incomingAlon Zakai
Conflicts: AUTHORS
2014-02-25add fuzz testcaseAlon Zakai
2014-02-26added myself to the authorspatchanka
2014-02-25do 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
2014-02-25make other.test_outline a little more flexibleAlon Zakai
2014-02-251.12.21.12.2Alon Zakai
2014-02-25Make the "did NOT asm.js'ify" error message moreDan Gohman
2014-02-25Fix the banned_js_engines mechanism.Dan Gohman
2014-02-25Use __EMSCRIPTEN__ instead of EMSCRIPTEN in tests.Dan Gohman
2014-02-25Begin using the Emscripten toolchain in clang.Dan Gohman
With the Emscripten toolchain, we can make clang do more of what we need directly rather than in the wrapper scripts.
2014-02-25Update the tests to use asmjs-unknown-emscripten.Dan Gohman
2014-02-25Introduce the asmjs-unknown-emscripten target triple.Dan Gohman
2014-02-25Minor code simplifications.Dan Gohman
2014-02-25Fix a copy+pasto.Dan Gohman
2014-02-25Fix a variety of pylint warnings.Dan Gohman
2014-02-25add fuzz testcaseAlon Zakai
2014-02-24Revert "readme: hard tabs, comment shifting"Haneef Mubarak
This reverts commit b0bc4b4525f850563dda14b3412795bb82441c8a. altering `emcc` this strongly will break many other pulls and will cause a nightmare in terms of merging
2014-02-24warn on emscripten, llvm and clang versions not matchingAlon Zakai
2014-02-24update fuzz testers for fastcomp by defaultAlon Zakai
2014-02-24v1.12.1 - first testing version with fastcomp on by default1.12.1Alon Zakai
2014-02-24Merge branch 'fastcomp-by-default' into incomingAlon Zakai
2014-02-24add _ZNSt9exceptionD0Ev; fixes fastcomp issue 20Alon Zakai
2014-02-24add _ZNSt9exceptionD0Ev; fixes fastcomp issue 20Alon Zakai
2014-02-25Fix emscripten_get_callstack to work on Firefox 30 after it implemented ↵Jukka Jylänki
column information in callstack info. See https://bugzilla.mozilla.org/show_bug.cgi?id=762556 . Fixes test browser.test_emscripten_log on Firefox 30.
2014-02-24deprecate jcacheAlon Zakai
2014-02-24Merge pull request #2149 from TehEpicPineapple/prettier-shellAlon Zakai
"Powered by emscripten" logo
2014-02-23disable some outlining loggingAlon Zakai
2014-02-23add stack bump if only sp is defined but no bump is present, when outliningAlon Zakai
2014-02-23emit value in safe heap load loggingAlon Zakai
2014-02-23Changed alcOpenDevice so it works with Safari 6 and newer.patchanka
2014-02-22**all: hard tabs, trailing newlines**Haneef Mubarak
2014-02-22readme: hard tabs, comment shiftingHaneef Mubarak
2014-02-22removed unnecessary dir 'patches'Haneef Mubarak
2014-02-22updated version in package.jsonHaneef Mubarak
2014-02-22rewrote READMEs and other markdown docsHaneef Mubarak
**all: folded to margins** README: used local image, expanded license into a small section CONTRIBUTING: added title relooper README: removed licensing data (root of repo contains license)
2014-02-22moved pictures to 'media'Haneef Mubarak
2014-02-22changed markdown files to '*.mdHaneef Mubarak
2014-02-22Merge branch 'master' of github.com:haneefmubarak/emscripten into incomingAlon Zakai