aboutsummaryrefslogtreecommitdiff
path: root/src/settings.js
AgeCommit message (Collapse)Author
2014-06-17PROXY_TO_WORKER_FILENAME optionAlon Zakai
2014-06-11DETERMINISTIC optionAlon Zakai
2014-06-05Convert MEMFS files to typed arrays before storing to IDBFS for better IDBFS ↵Jukka Jylänki
performance. Add testing for -s MEMFS_APPEND_TO_TYPED_ARRAYS=1 option.
2014-06-05Use typed arrays instead of normal JS arrays to back files in the MEMFS ↵Jukka Jylänki
filesystem for improved performance, especially when backing to IDBFS.
2014-05-29NO_DYNAMIC_EXECUTION option to disable features using eval() or new Function()Alon Zakai
2014-05-03emit a global const for Math_fround(0) to avoid function call overheads in ↵Alon Zakai
the fround polyfill
2014-04-23webidl binderAlon Zakai
2014-04-17Fix typo in settings.jsOri Avtalion
2014-03-17make simplifyIfs a settings optionAlon Zakai
2014-03-17comment on outlining downsidesAlon Zakai
2014-03-17Merge pull request #2020 from fadams/improve-websocket-config-optionsAlon Zakai
Provide compile time and run time options for WebSocket URL and subproto...
2014-03-10forward CLOSURE_COMPILER to settings, and use that to avoid a ↵Alon Zakai
closure-specific workaround for Module detection; fixes #2209
2014-03-04explain EXPORTED_FUNCTIONS betterAlon Zakai
2014-02-25Introduce the asmjs-unknown-emscripten target triple.Dan Gohman
2014-02-21reflect that asm is on by default in fastcomp, even in -O0, in the settingsAlon Zakai
2014-02-16RETAIN_COMPILER_SETTINGS, Runtime.getCompilerSetting and ↵Alon Zakai
emscripten_get_compiler_setting - an optional way to look up compiler flags at runtime
2014-02-10NO_EXIT_RUNTIME option, to set Module.noExitRuntime during compilationAlon Zakai
2014-02-05optimize out fround calls on clients that do not support froundAlon Zakai
2014-02-04disable WARN_UNALIGNED by defaultAlon Zakai
2014-02-04WARN_UNALIGNED option for fastcompAlon Zakai
2014-02-02support EXCEPTION_CATCHING_WHITELIST in fastcompAlon Zakai
2014-01-31Removed capitals from a comment as requested, reinstated UDP test that was ↵Fraser Adams
accidentally dropped and updated settings.js comment.
2014-01-15Provide compile time and run time options for WebSocket URL and subprotocol ↵Fraser Adams
fields
2014-01-07update other.test_simd test for llvm 3.3 and 3.4Alon Zakai
2014-01-07make aggressiveVariableElimination usable through a settingAlon Zakai
2013-11-28Document GL_FFP_ONLY setting in src/settings.js.Jukka Jylänki
2013-11-21add some support for le32=2 mode, where varargs is just 4-byte alignedAlon Zakai
2013-11-13warn on missing symbols by default; fixes #1794Alon Zakai
2013-11-12make DEAD_FUNCTIONS work on js library functions tooAlon Zakai
2013-11-08Merge branch 'incoming' into f32Alon Zakai
Conflicts: src/parseTools.js src/preamble.js
2013-11-05support ASM_JS=2 not just in test runner, and remove some unneeded uses in ↵Alon Zakai
test suite
2013-10-29add test for precise float32 support, allow 3 modes of precise float32 ↵Alon Zakai
support, and rename option to PRECISE_F32 to be consistent with other precision options
2013-10-25move to FROUND option for Math.froundAlon Zakai
2013-10-03remove unneeded EMIT_GENERATED_FUNCTIONSAlon Zakai
2013-10-02if not running js opts, ensure a . in asmEnsureFloat immediatelyAlon Zakai
2013-10-02COMPILER_FASTPATHS optionAlon Zakai
2013-10-02comment on FUNCTION_POINTER_ALIGNMENTAlon Zakai
2013-10-02make function pointer aliasing configurableAlon Zakai
2013-10-02Add -s CASE_INSENSITIVE_FS=1 linker option to allow VFS to lookup files in ↵Jukka Jylänki
case-insensitive mode.
2013-09-30Merge branch 'incoming' of github.com:ngld/emscripten into incoming1.6.4Alon Zakai
Conflicts: AUTHORS src/library_sdl.js tools/shared.py
2013-09-27intertyper fast paths setup and proof of conceptAlon Zakai
2013-09-25Fix some comments and bump EMSCRIPTEN_VERSIONngld
2013-09-24Add more validation to the GL layer when GL_ASSERTIONS is enabled. This ↵Jukka Jylänki
catches and reports situations where user code passes nonexisting or deleted GL objects to texture/program/shader/framebuffer/renderbuffer functions, and yells out explicitly that the user code is not behaving properly.
2013-09-17Updated library_sdl.jsngld
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