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
2014-01-07
update other.test_simd test for llvm 3.3 and 3.4
Alon Zakai
2014-01-07
make aggressiveVariableElimination usable through a setting
Alon Zakai
2013-11-28
Document GL_FFP_ONLY setting in src/settings.js.
Jukka Jylänki
2013-11-21
add some support for le32=2 mode, where varargs is just 4-byte aligned
Alon Zakai
2013-11-13
warn on missing symbols by default; fixes #1794
Alon Zakai
2013-11-12
make DEAD_FUNCTIONS work on js library functions too
Alon Zakai
2013-11-08
Merge branch 'incoming' into f32
Alon Zakai
2013-11-05
support ASM_JS=2 not just in test runner, and remove some unneeded uses in te...
Alon Zakai
2013-10-29
add test for precise float32 support, allow 3 modes of precise float32 suppor...
Alon Zakai
2013-10-25
move to FROUND option for Math.fround
Alon Zakai
2013-10-03
remove unneeded EMIT_GENERATED_FUNCTIONS
Alon Zakai
2013-10-02
if not running js opts, ensure a . in asmEnsureFloat immediately
Alon Zakai
2013-10-02
COMPILER_FASTPATHS option
Alon Zakai
2013-10-02
comment on FUNCTION_POINTER_ALIGNMENT
Alon Zakai
2013-10-02
make function pointer aliasing configurable
Alon Zakai
2013-10-02
Add -s CASE_INSENSITIVE_FS=1 linker option to allow VFS to lookup files in ca...
Jukka Jylänki
2013-09-30
Merge branch 'incoming' of github.com:ngld/emscripten into incoming
1.6.4
Alon Zakai
2013-09-27
intertyper fast paths setup and proof of concept
Alon Zakai
2013-09-25
Fix some comments and bump EMSCRIPTEN_VERSION
ngld
2013-09-24
Add more validation to the GL layer when GL_ASSERTIONS is enabled. This catch...
Jukka Jylänki
2013-09-17
Updated library_sdl.js
ngld
2013-09-13
RELOOPER_BUFFER_SIZE to change the relooper buffer size easily
1.5.8
Alon Zakai
2013-09-13
Update libc headers to use musl headers.
Bruce Mitchener
2013-09-08
initial setup for proxying: add option and generate separate html and js
Alon Zakai
2013-09-03
refactor dlfcn support into DLFCN
Alon Zakai
2013-09-03
do not require LINKABLE in DLOPEN_SUPPORT
Alon Zakai
2013-09-03
comment
Alon Zakai
2013-08-30
Merge pull request #1557 from inolen/sockfs
Alon Zakai
2013-08-29
Update STD*_FILENO constants in settings.js to match unistd.h
Ranger Harke
2013-08-29
- created SOCKFS
Anthony Pesch
2013-08-29
- added raw addr / hostname lookup support
Anthony Pesch
2013-08-25
outlining docs
Alon Zakai
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
[next]