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-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
2012-12-07
Add function name filter for LABEL_DEBUG
Xuejie Xiao
2012-11-27
switch to all or nothing named globals, and add testing
Alon Zakai
2012-11-24
allow limited the amount of named globals
Alon Zakai
2012-11-20
EXPORT_ALL option
Alon Zakai
2012-11-16
add PRECISE_I64_MATH mode 2, to force inclusion of i64 code even when we can'...
Alon Zakai
2012-11-13
headless option
Alon Zakai
2012-11-09
improve LABEL_DEBUG
Alon Zakai
2012-11-06
split js compiler into three passes, to facilitate future parallization
Alon Zakai
2012-10-30
refactor DEFAULT_LIBRARY_FUNCS_TO_INCLUDE
Alon Zakai
2012-10-27
memory growth must be manually enabled with ALLOW_MEMORY_GROWTH, in which cas...
Alon Zakai
2012-10-22
initial work on worker api
Alon Zakai
2012-10-19
tweak sync xhr code a tiny bit
Alon Zakai
2012-10-19
Merge pull request #648 from ysangkok/chunked-bin-xhr-lazy-loading
Alon Zakai
2012-10-20
document SMALL_CHUNKS
Janus
2012-10-17
UNALIGNED_MEMORY option to emulate unaligned reads/writes all the time, to su...
Alon Zakai
2012-10-17
improve runtimelink handling of function aliases
Alon Zakai
2012-10-04
recvmsg and further socket debugging
Alon Zakai
2012-09-29
Merge pull request #594 from larsxschneider/lars/add-split-option
Alon Zakai
2012-09-28
support ioctl-FIONREAD
Alon Zakai
2012-09-27
initial (not-yet-working) sockets implementation
Alon Zakai
2012-09-26
Add emcc option "--split <size>" to split javascript file.
Lars Schneider
2012-09-25
fix null error in settings.js - we need this to be parsable from python too
Alon Zakai
2012-09-25
Define and document SHELL_FILE in settings.js
Chad Austin
2012-09-24
comments in settings.js
Alon Zakai
2012-09-09
check for segfaults in SAFE_HEAP
Alon Zakai
2012-09-01
update settings.js docs
Alon Zakai
2012-08-25
disable precise i32 multiplication even in -O0: too slow
Alon Zakai
2012-08-25
PRECISE_I32_MUL option for full precision in 32-bit multiply
Alon Zakai
2012-08-20
PROFILE_MAIN_LOOP option
Alon Zakai
2012-08-01
comment in settings.js
Alon Zakai
2012-07-13
Merge pull request #313 from SiggyBar/settings-1
Alon Zakai
2012-06-11
remove GENERATING_HTML, it was confusing and gave little or no benefit
Alon Zakai
[prev]
[next]