Age | Commit message (Expand) | Author |
2013-06-04 | Merge branch 'incoming-merge' of github.com:modeswitch/emscripten into incoming | Alon Zakai |
2013-06-03 | show stub malloc/free warnings only in ASSERTIONS==2 | Alon Zakai |
2013-05-24 | auto-export malloc, needed by file packager | Alon Zakai |
2013-05-23 | Default to websockets, since it's more widely supported at the moment. | Alan Kligman |
2013-05-23 | Add support for webrtc-based sockets. Moved both backends behind a settings f... | Alan Kligman |
2013-05-15 | option to alias function pointer indexes across types | Alon Zakai |
2013-05-09 | FORCE_ALIGNED_MEMORY option | Alon Zakai |
2013-05-07 | switch to le32 target by default1.4.3 | Alon Zakai |
2013-05-04 | make memory management sane: 0 is null, then static including globals, then s... | Alon Zakai |
2013-04-30 | switch back to x86 target in preparation to merge to incoming | Alon Zakai |
2013-04-29 | add target settings | Alon Zakai |
2013-04-29 | ERROR_ON_UNRESOLVED_SYMBOLS option | Alon Zakai |
2013-04-24 | auto-generate library stubs that abort for missing library functions, and imp... | Alon Zakai |
2013-04-23 | remove UNRESOLVED_AS_DEAD since it doesn't work | Alon Zakai |
2013-04-22 | show clear error message instead of 987 when too many setjmp calls | Alon Zakai |
2013-04-19 | support for Runtime.addFunction in asm.js | Alon Zakai |
2013-04-18 | setjmp support for asm.js | Alon Zakai |
2013-04-11 | infrastructure for supporting exceptions in asm.js, by going through invoke_*... | Alon Zakai |
2013-04-11 | clarify INVOKE_RUN | Alon Zakai |
2013-04-09 | make noInitialRun and INVOKE_RUN refer to main(), not run(). run() need not c... | Alon Zakai |
2013-04-05 | test various chunk sizes for memory allocation | Alon Zakai |
2013-03-30 | rephrase comment | Alon Zakai |
2013-03-28 | Updated comment for DEAD_FUNCTIONS. | Michael Bishop |
2013-03-20 | remove CATCH_EXIT_CODE and make it the default behavior | Alon Zakai |
2013-03-18 | check for utf and avoid the overhead if not necessary; remove UTF_STRING_SUPPORT | Alon Zakai |
2013-03-18 | add option to turn all unresolved references into dead functions (i.e., no co... | Alon Zakai |
2013-03-17 | add OPENAL_DEBUG to settings.js | Alon Zakai |
2013-03-16 | get bindings generator to work in asm.js (except for customizeVTable) | Alon Zakai |
2013-03-15 | add option to disable utf support, and test that in asm2g | Alon Zakai |
2013-03-10 | pgo for unused function detection | Alon Zakai |
2013-03-08 | deprecate USE_TYPED_ARRAYS=1 and QUANTUM_SIZE=1 | Alon Zakai |
2013-03-04 | Delete the compiled relooper.js (but allow specification of an arbitrary relo... | Chad Austin |
2013-03-03 | remove no-longer-needed INIT_STACK | Alon Zakai |
2013-02-28 | inline by default, now that lto is off by default | Alon Zakai |
2013-02-27 | cleanups | Alon Zakai |
2013-02-27 | FORCE_GL_EMULATION option | Alon Zakai |
2013-02-26 | Add CHECK_HEAP_ALIGN to perform runtime alignment checks | Vladimir Vukicevic |
2013-02-26 | SAFE_DYNCALLS option | Alon Zakai |
2013-02-26 | do not emit EMSCRIPTEN_GENERATED_FUNCTIONS to the final output, it is just ne... | Alon Zakai |
2013-02-25 | use preserveDrawingBuffer in gl tests to make them work on latest firefox | Alon Zakai |
2013-02-23 | turn on precise i32 multiplication by default | Alon Zakai |
2013-02-22 | always use Math.imul, with fast polyfill. will be useful for faster 64-bit math | Alon Zakai |
2013-02-22 | GL_UNSAFE_OPTS option | Alon Zakai |
2013-02-22 | turn on Math.imul by default in ASM_JS mode; it has practically no downsides ... | Alon Zakai |
2013-02-17 | improve corruption checks | Alon Zakai |
2013-02-17 | memory corruption checker | Alon Zakai |
2013-02-17 | remove PROFILE option. It adds unacceptable overhead, and all browsers have p... | Alon Zakai |
2013-02-17 | remove PGO option. It is only relevant for non-ta2 builds, which are on the w... | Alon Zakai |
2013-02-08 | make gl temp buffer size adjustable | Alon Zakai |
2013-02-04 | Merge pull request #832 from waywardmonkeys/typo-fixes | Alon Zakai |