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-04-11
clarify INVOKE_RUN
Alon Zakai
2013-04-09
make noInitialRun and INVOKE_RUN refer to main(), not run(). run() need not c...
Alon Zakai
2013-04-05
test various chunk sizes for memory allocation
Alon Zakai
2013-03-30
rephrase comment
Alon Zakai
2013-03-28
Updated comment for DEAD_FUNCTIONS.
Michael Bishop
2013-03-20
remove CATCH_EXIT_CODE and make it the default behavior
Alon Zakai
2013-03-18
check for utf and avoid the overhead if not necessary; remove UTF_STRING_SUPPORT
Alon Zakai
2013-03-18
add option to turn all unresolved references into dead functions (i.e., no co...
Alon Zakai
2013-03-17
add OPENAL_DEBUG to settings.js
Alon Zakai
2013-03-16
get bindings generator to work in asm.js (except for customizeVTable)
Alon Zakai
2013-03-15
add option to disable utf support, and test that in asm2g
Alon Zakai
2013-03-10
pgo for unused function detection
Alon Zakai
2013-03-08
deprecate USE_TYPED_ARRAYS=1 and QUANTUM_SIZE=1
Alon Zakai
2013-03-04
Delete the compiled relooper.js (but allow specification of an arbitrary relo...
Chad Austin
2013-03-03
remove no-longer-needed INIT_STACK
Alon Zakai
2013-02-28
inline by default, now that lto is off by default
Alon Zakai
2013-02-27
cleanups
Alon Zakai
2013-02-27
FORCE_GL_EMULATION option
Alon Zakai
2013-02-26
Add CHECK_HEAP_ALIGN to perform runtime alignment checks
Vladimir Vukicevic
2013-02-26
SAFE_DYNCALLS option
Alon Zakai
2013-02-26
do not emit EMSCRIPTEN_GENERATED_FUNCTIONS to the final output, it is just ne...
Alon Zakai
2013-02-25
use preserveDrawingBuffer in gl tests to make them work on latest firefox
Alon Zakai
2013-02-23
turn on precise i32 multiplication by default
Alon Zakai
2013-02-22
always use Math.imul, with fast polyfill. will be useful for faster 64-bit math
Alon Zakai
2013-02-22
GL_UNSAFE_OPTS option
Alon Zakai
2013-02-22
turn on Math.imul by default in ASM_JS mode; it has practically no downsides ...
Alon Zakai
2013-02-17
improve corruption checks
Alon Zakai
2013-02-17
memory corruption checker
Alon Zakai
2013-02-17
remove PROFILE option. It adds unacceptable overhead, and all browsers have p...
Alon Zakai
2013-02-17
remove PGO option. It is only relevant for non-ta2 builds, which are on the w...
Alon Zakai
2013-02-08
make gl temp buffer size adjustable
Alon Zakai
2013-02-04
Merge pull request #832 from waywardmonkeys/typo-fixes
Alon Zakai
2013-02-04
EXPLICIT_ZEXT option
Alon Zakai
2013-02-04
Fix typos.
Bruce Mitchener
2013-01-28
improve asm safe heap support and add ASM_HEAP_LOG
Alon Zakai
2013-01-25
benchmark code gen option
Alon Zakai
2013-01-17
Implement exceptions in whitelist
Aleksander Guryanov
2013-01-10
auto-export some special functions if they are dependencies of a JS library e...
Alon Zakai
2013-01-07
reset the stack top when CATCH_EXIT_CODE
Alon Zakai
2013-01-07
disable EXCEPTION_DEBUG by default
Alon Zakai
2013-01-05
fix networking for both stream and dgram
Alon Zakai
2013-01-04
SOCKET_FORCED_MESSAGING option
Alon Zakai
2013-01-03
warn about ASM_JS
Alon Zakai
2012-12-21
merge incoming
Alon Zakai
2012-12-21
by default only keep main alive
Alon Zakai
2012-12-13
default to NAMED_GLOBALS
Alon Zakai
2012-12-12
support for Math.imul
Alon Zakai
2012-12-10
Remove regexp case since it is slow and rarely used
Xuejie Xiao
2012-12-07
default heap to 16MB, and make sure asm.js heaps are power-of-two
Alon Zakai
2012-12-07
set up asm.js 'module'
Alon Zakai
[prev]
[next]