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-28
Update AUTHORS file
Ranger Harke
2013-08-27
added extname to path library
Anthony Pesch
2013-08-27
Merge pull request #1564 from inolen/sdl_fullscreen_fix
Alon Zakai
2013-08-27
FS.loadFilesFromDB|saveFilesToDB
Alon Zakai
2013-08-27
support SDL_WM_ToggleFullScreen when initiated by key input
Anthony Pesch
2013-08-27
copy the entire datafile in one chunk into the heap, avoiding one malloc per ...
Alon Zakai
2013-08-27
own preloaded files, avoiding an unnecessary copy
Alon Zakai
2013-08-27
fix outliner bug with checking when switch cases need to be joined
Alon Zakai
2013-08-27
fix outlining separation of case statements ending in continue or return
Alon Zakai
2013-08-27
better outlining debugging output
Alon Zakai
2013-08-27
fix test_cases/callwithstructural
Alon Zakai
2013-08-26
handle illegal values in structural constants in calls; fixes #1318
Alon Zakai
2013-08-26
handle structural constants in calls
Alon Zakai
2013-08-26
parse llvm structural types in parameter tokens
Alon Zakai
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
[next]