Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2014-02-25 | make other.test_outline a little more flexible | Alon Zakai | |
2014-02-25 | 1.12.21.12.2 | Alon Zakai | |
2014-02-25 | Make the "did NOT asm.js'ify" error message more | Dan Gohman | |
2014-02-25 | Fix the banned_js_engines mechanism. | Dan Gohman | |
2014-02-25 | Use __EMSCRIPTEN__ instead of EMSCRIPTEN in tests. | Dan Gohman | |
2014-02-25 | Begin 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-25 | Update the tests to use asmjs-unknown-emscripten. | Dan Gohman | |
2014-02-25 | Introduce the asmjs-unknown-emscripten target triple. | Dan Gohman | |
2014-02-25 | Minor code simplifications. | Dan Gohman | |
2014-02-25 | Fix a copy+pasto. | Dan Gohman | |
2014-02-25 | Fix a variety of pylint warnings. | Dan Gohman | |
2014-02-25 | add fuzz testcase | Alon Zakai | |
2014-02-24 | Revert "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-24 | warn on emscripten, llvm and clang versions not matching | Alon Zakai | |
2014-02-24 | update fuzz testers for fastcomp by default | Alon Zakai | |
2014-02-24 | v1.12.1 - first testing version with fastcomp on by default1.12.1 | Alon Zakai | |
2014-02-24 | Merge branch 'fastcomp-by-default' into incoming | Alon Zakai | |
2014-02-24 | add _ZNSt9exceptionD0Ev; fixes fastcomp issue 20 | Alon Zakai | |
2014-02-24 | add _ZNSt9exceptionD0Ev; fixes fastcomp issue 20 | Alon Zakai | |
2014-02-25 | Fix 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-24 | deprecate jcache | Alon Zakai | |
2014-02-24 | Merge pull request #2149 from TehEpicPineapple/prettier-shell | Alon Zakai | |
"Powered by emscripten" logo | |||
2014-02-23 | disable some outlining logging | Alon Zakai | |
2014-02-23 | add stack bump if only sp is defined but no bump is present, when outlining | Alon Zakai | |
2014-02-23 | emit value in safe heap load logging | Alon Zakai | |
2014-02-23 | Changed alcOpenDevice so it works with Safari 6 and newer. | patchanka | |
2014-02-22 | **all: hard tabs, trailing newlines** | Haneef Mubarak | |
2014-02-22 | readme: hard tabs, comment shifting | Haneef Mubarak | |
2014-02-22 | removed unnecessary dir 'patches' | Haneef Mubarak | |
2014-02-22 | updated version in package.json | Haneef Mubarak | |
2014-02-22 | rewrote READMEs and other markdown docs | Haneef 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-22 | moved pictures to 'media' | Haneef Mubarak | |
2014-02-22 | changed markdown files to '*.md | Haneef Mubarak | |
2014-02-22 | Merge branch 'master' of github.com:haneefmubarak/emscripten into incoming | Alon Zakai | |