aboutsummaryrefslogtreecommitdiff
path: root/src/settings.js
AgeCommit message (Expand)Author
2013-08-25outlining value suggestionAlon Zakai
2013-08-24settings.js docsAlon Zakai
2013-08-24more docs for outliningAlon Zakai
2013-08-19re-enabled non-asm.js shared lib supportAnthony Pesch
2013-08-15make legacy gl emulation an opt-in option, LEGACY_GL_EMULATIONAlon Zakai
2013-08-11experimental toFloat32 optionAlon Zakai
2013-08-10Remove some errno settings.Bruce Mitchener
2013-08-09Use cDefine to get numerical values for errors.Bruce Mitchener
2013-08-08fix AF_INET6 value in settings.jsAlon Zakai
2013-08-07Modify NSIG, SIGRTMIN and SIGRTMAX of src/settings.jsYu Kobayashi
2013-08-07Modified src/settings.h to match the constants of sys/socket.hYu Kobayashi
2013-08-05Removed USE_OLD_FSAnthony Pesch
2013-08-05initial VFS workAnthony Pesch
2013-07-31support for stb-imageAlon Zakai
2013-07-30Fix the build, missing comma.Bruce Mitchener
2013-07-30Missing word in comment in src/settings.js.Bruce Mitchener
2013-07-30Organize C_DEFINES alphabetically.Bruce Mitchener
2013-07-29Merge pull request #1370 from inolen/ungetc_fixesAlon Zakai
2013-07-24Merge pull request #1394 from inolen/stat_testsAlon Zakai
2013-07-20 - added lchmodAnthony Pesch
2013-07-17outlining integration in compilerAlon Zakai
2013-07-15Use DLOPEN_SUPPORT instead of LINKABLE to enable self-dlopen.Jez Ng
2013-07-12misc ungetc fixesAnthony Pesch
2013-07-03DISABLE_GL_EMULATION optionAlon Zakai
2013-07-03initial setupAlon Zakai
2013-07-01Merge pull request #1335 from inolen/module_exportsAlon Zakai
2013-07-01 - Added MODULE_NAME setting to control global module exportAnthony Pesch
2013-06-29additional C header constants in JSMokhtar Naamani
2013-06-28update C header constants in JSAlon Zakai
2013-06-28don't explicitly initialize uninitialized globalsAnthony Pesch
2013-06-26deprecate llvm opts in non-ta2 modesAlon Zakai
2013-06-08comment on EXPORT_ALLAlon Zakai
2013-06-04Merge branch 'incoming-merge' of github.com:modeswitch/emscripten into incomingAlon Zakai
2013-06-03show stub malloc/free warnings only in ASSERTIONS==2Alon Zakai
2013-05-24auto-export malloc, needed by file packagerAlon Zakai
2013-05-23Default to websockets, since it's more widely supported at the moment.Alan Kligman
2013-05-23Add support for webrtc-based sockets. Moved both backends behind a settings f...Alan Kligman
2013-05-15option to alias function pointer indexes across typesAlon Zakai
2013-05-09FORCE_ALIGNED_MEMORY optionAlon Zakai
2013-05-07switch to le32 target by default1.4.3Alon Zakai
2013-05-04make memory management sane: 0 is null, then static including globals, then s...Alon Zakai
2013-04-30switch back to x86 target in preparation to merge to incomingAlon Zakai
2013-04-29add target settingsAlon Zakai
2013-04-29ERROR_ON_UNRESOLVED_SYMBOLS optionAlon Zakai
2013-04-24auto-generate library stubs that abort for missing library functions, and imp...Alon Zakai
2013-04-23remove UNRESOLVED_AS_DEAD since it doesn't workAlon Zakai
2013-04-22show clear error message instead of 987 when too many setjmp callsAlon Zakai
2013-04-19support for Runtime.addFunction in asm.jsAlon Zakai
2013-04-18setjmp support for asm.jsAlon Zakai
2013-04-11infrastructure for supporting exceptions in asm.js, by going through invoke_*...Alon Zakai