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 (
Expand
)
Author
2013-08-26
emit less unnecessary code in side modules
Alon Zakai
2013-08-26
re-parse function types after types are fully analyzed, so we get the signatu...
Alon Zakai
2013-08-26
make headless test use its own file
Alon Zakai
2013-08-26
move test_nostdincxx from other to sanity, because it causes the cache to be ...
Alon Zakai
2013-08-26
Merge pull request #1525 from yukoba/pthread-specific
Alon Zakai
2013-08-26
Merge pull request #1507 from ToadKing/sdl-alpha-keys
Alon Zakai
2013-08-26
Merge pull request #1549 from Daft-Freak/patch-1
Alon Zakai
2013-08-25
simplify test_dlfcn_basic
Alon Zakai
2013-08-25
Merge pull request #1556 from ToadKing/getcanvassize
Alon Zakai
2013-08-25
emscripten_get_canvas_size testcase
ToadKing
2013-08-25
outlining docs
Alon Zakai
2013-08-25
outlining value suggestion
Alon Zakai
2013-08-24
test for closure+mem init file in a more focused manner
Alon Zakai
2013-08-25
implement emscripten_get_canvas_size
ToadKing
2013-08-24
emit memory init files when closure is run, fixes #1547
Alon Zakai
2013-08-24
settings.js docs
Alon Zakai
2013-08-24
Merge pull request #1551 from waywardmonkeys/fix_browser_test_issues
Alon Zakai
2013-08-24
make script tag async in shell.html
Alon Zakai
2013-08-24
improve test_html_source_map
Alon Zakai
2013-08-24
more docs for outlining
Alon Zakai
2013-08-24
Add myself to AUTHORS
Daft-Freak
2013-08-24
Should be fopen, not open.
Bruce Mitchener
2013-08-24
_GNU_SOURCE definition not needed.
Bruce Mitchener
2013-08-24
Include stdlib.h when using malloc().
Bruce Mitchener
2013-08-24
Fix browser.test_float_tex.
Bruce Mitchener
2013-08-24
Fix browser.test_emscripten_async_wget2.
Bruce Mitchener
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
2013-08-23
Fix python spawn scripts on Windows when the emscripten path contains spaces,...
Jukka Jylänki
2013-08-23
Don't set context error when there is no context.
Daft-Freak
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
[next]