aboutsummaryrefslogtreecommitdiff
path: root/src/settings.js
AgeCommit message (Expand)Author
2013-09-13RELOOPER_BUFFER_SIZE to change the relooper buffer size easily1.5.8Alon Zakai
2013-09-13Update libc headers to use musl headers.Bruce Mitchener
2013-09-08initial setup for proxying: add option and generate separate html and jsAlon Zakai
2013-09-03refactor dlfcn support into DLFCNAlon Zakai
2013-09-03do not require LINKABLE in DLOPEN_SUPPORTAlon Zakai
2013-09-03commentAlon Zakai
2013-08-30Merge pull request #1557 from inolen/sockfsAlon Zakai
2013-08-29Update STD*_FILENO constants in settings.js to match unistd.hRanger Harke
2013-08-29 - created SOCKFSAnthony Pesch
2013-08-29 - added raw addr / hostname lookup supportAnthony Pesch
2013-08-25outlining docsAlon Zakai
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