Age | Commit message (Expand) | Author |
2013-08-05 | Removed USE_OLD_FS | Anthony Pesch |
2013-08-05 | initial VFS work | Anthony Pesch |
2013-07-31 | support for stb-image | Alon Zakai |
2013-07-30 | Fix the build, missing comma. | Bruce Mitchener |
2013-07-30 | Missing word in comment in src/settings.js. | Bruce Mitchener |
2013-07-30 | Organize C_DEFINES alphabetically. | Bruce Mitchener |
2013-07-29 | Merge pull request #1370 from inolen/ungetc_fixes | Alon Zakai |
2013-07-24 | Merge pull request #1394 from inolen/stat_tests | Alon Zakai |
2013-07-20 | - added lchmod | Anthony Pesch |
2013-07-17 | outlining integration in compiler | Alon Zakai |
2013-07-15 | Use DLOPEN_SUPPORT instead of LINKABLE to enable self-dlopen. | Jez Ng |
2013-07-12 | misc ungetc fixes | Anthony Pesch |
2013-07-03 | DISABLE_GL_EMULATION option | Alon Zakai |
2013-07-03 | initial setup | Alon Zakai |
2013-07-01 | Merge pull request #1335 from inolen/module_exports | Alon Zakai |
2013-07-01 | - Added MODULE_NAME setting to control global module export | Anthony Pesch |
2013-06-29 | additional C header constants in JS | Mokhtar Naamani |
2013-06-28 | update C header constants in JS | Alon Zakai |
2013-06-28 | don't explicitly initialize uninitialized globals | Anthony Pesch |
2013-06-26 | deprecate llvm opts in non-ta2 modes | Alon Zakai |
2013-06-08 | comment on EXPORT_ALL | Alon Zakai |
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 |