index
:
emscripten
master
push-upstream
Emscripten: An LLVM-to-JavaScript Compiler
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
settings.js
Age
Commit message (
Expand
)
Author
2013-08-25
outlining value suggestion
Alon Zakai
2013-08-24
settings.js docs
Alon Zakai
2013-08-24
more docs for outlining
Alon Zakai
2013-08-19
re-enabled non-asm.js shared lib support
Anthony Pesch
2013-08-15
make legacy gl emulation an opt-in option, LEGACY_GL_EMULATION
Alon Zakai
2013-08-11
experimental toFloat32 option
Alon Zakai
2013-08-10
Remove some errno settings.
Bruce Mitchener
2013-08-09
Use cDefine to get numerical values for errors.
Bruce Mitchener
2013-08-08
fix AF_INET6 value in settings.js
Alon Zakai
2013-08-07
Modify NSIG, SIGRTMIN and SIGRTMAX of src/settings.js
Yu Kobayashi
2013-08-07
Modified src/settings.h to match the constants of sys/socket.h
Yu Kobayashi
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 default
1.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
[prev]
[next]