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
Age
Commit message (
Collapse
)
Author
2013-08-23
add USE_IFRAME define to support compiled servers
Anthony Pesch
2013-08-23
testcase for flattening of switches with cases that need to be kept together
Alon Zakai
2013-08-23
add inlining test in freetype
Alon Zakai
2013-08-23
minor fix to send in partial sockets test
Anthony Pesch
2013-08-23
do not split up fallthrough case statements from their followup when flattening
Alon Zakai
2013-08-23
vacuum before outlining, for consistency
Alon Zakai
2013-08-23
fixed server down test
Anthony Pesch
2013-08-23
refactor DataRequest to shrink preloading-generated code
Alon Zakai
2013-08-23
do not fail when mmaping a MEMFS.CONTENT_FIXED
Alon Zakai
2013-08-23
own the subarrays created by file preloading, to avoid a copy
Alon Zakai
2013-08-23
keep MEMFS files as typed arrays until we need them to be flexible
Alon Zakai
2013-08-23
EM_ASM option for nicer inline assembly
Alon Zakai
2013-08-23
Merge pull request #1548 from waywardmonkeys/missing-checks-unistd-misc
Alon Zakai
Missing checks unistd misc
2013-08-23
Fix python spawn scripts on Windows when the emscripten path contains ↵
Jukka Jylänki
spaces, like C:\Program Files\emscripten.
2013-08-23
Adding missing output to verify it is correct.
Bruce Mitchener
2013-08-22
fix test_glut_touchevents
Alon Zakai
2013-08-22
disable test_bigswitch in most modes, needs bigger stack size
Alon Zakai
2013-08-22
flatten switches in outliner
Alon Zakai
2013-08-21
tighten switch heuristics
Alon Zakai
2013-08-21
consider range and not just absolute value for using switches
Alon Zakai
2013-08-21
tweak switch parameter some more
Alon Zakai
2013-08-21
tweak switch heuristics
Alon Zakai
2013-08-21
enable test_bigswitch everywhere; closes #781
Alon Zakai
2013-08-21
warn on unswitchified switches
Alon Zakai
2013-08-21
do not emit switches for very sparse/large switch values
Alon Zakai
2013-08-21
emit switches in relooper
1.5.6
Alon Zakai
2013-08-21
only outline in asm.js mode, where it is supported
Alon Zakai
2013-08-21
warn on very large functions and mention OUTLINING_LIMIT
Alon Zakai
2013-08-21
remove some function indentation in asm.js block
Alon Zakai
2013-08-20
Merge pull request #1537 from aidanhs/4-byte-utf8-chars
Alon Zakai
Fix printing of 4 byte UTF-8 characters
2013-08-20
todo comment on TextDecoder
Alon Zakai
2013-08-20
sync headless code from bb
Alon Zakai
2013-08-20
Only check needed > 0 if it was formerly > 0
Aidan Hobson Sayers
2013-08-20
Clearer (and faster?), as per jij's suggestion
Aidan Hobson Sayers
2013-08-20
Add test for fix
Aidan Hobson Sayers
2013-08-20
Fix 4 byte utf8 characters
Aidan Hobson Sayers
2013-08-20
Add self to authors
Aidan Hobson Sayers
2013-08-20
Merge branch 'fixed_openal_buffers' of github.com:ToadKing/emscripten into ↵
Alon Zakai
incoming
2013-08-20
improve headless.js
Alon Zakai
2013-08-19
round doubles to i64s more carefully, especially small negatives; fixes #1539
Alon Zakai
2013-08-19
Merge pull request #1482 from j4m3z0r/touch_handling
Alon Zakai
Touch handling
2013-08-19
Add test-case for touch-handling in glut.
James Gregory
2013-08-19
remove another SIGTERM
Alon Zakai
2013-08-19
disable use of SIGTERM in socket server, does not build in all linuxes
Alon Zakai
2013-08-19
fix test suite ALL.*
Alon Zakai
2013-08-19
use -- for jsc
Alon Zakai
2013-08-19
Merge remote-tracking branch 'origin/incoming' into touch_handling
James Gregory
2013-08-19
show preload time only on web
Alon Zakai
2013-08-19
add 'other' to default test runner modes
Alon Zakai
2013-08-19
Merge pull request #1524 from inolen/sdl_unicode
Alon Zakai
pass in modified character to SDL keydown events
[next]