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
Age
Commit message (
Expand
)
Author
2012-10-27
eliminate into one-time do-while loops
Alon Zakai
2012-10-26
emscripten_get_worker_queue_size
Alon Zakai
2012-10-26
support for %n in sscanf
Alon Zakai
2012-10-26
do not do signalyzer pass if sign correction is on - it can only hurt there
Alon Zakai
2012-10-25
warning and TODO on memory enlarging
Alon Zakai
2012-10-25
push to FUNCTION_TABLE, don't concat and re-assign: this avoid changing the g...
Alon Zakai
2012-10-22
handle no-data worker api calls, and more tests
Alon Zakai
2012-10-22
worker api closure fixes + additional testing
Alon Zakai
2012-10-22
initial work on worker api
Alon Zakai
2012-10-22
fix SAFE_HEAP history
Alon Zakai
2012-10-22
fix strtok temp state ; fixes #658
Alon Zakai
2012-10-22
fix array detection in pread
Alon Zakai
2012-10-21
listen to glut events on glutInit, so it works even without main loop
Alon Zakai
2012-10-19
emit unreachable throws only in ASSERTIONS mode
Alon Zakai
2012-10-19
do not forward worker stdio by default ; fixes test_worker
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-19
assert on stack being too large compared to total memory
Alon Zakai
2012-10-19
add argument to emscripten_async_prepare_data
Alon Zakai
2012-10-19
emscripten_async_prepare_data
Alon Zakai
2012-10-19
IE fixes
Alon Zakai
2012-10-19
add tests for chunked binary web worker xhr
Janus
2012-10-17
support for SDL resize event
Alon Zakai
2012-10-17
UNALIGNED_MEMORY option to emulate unaligned reads/writes all the time, to su...
Alon Zakai
2012-10-17
use base64 as websocket protocol
Alon Zakai
2012-10-17
Add explicit braces to one-liner if statements in library_egl.js.
Jukka Jylänki
2012-10-17
Relax the implementation of eglGetDisplay function to always return the Emscr...
Jukka Jylänki
2012-10-17
Implemented more EGL functions.
Jukka Jylänki
2012-10-17
add sscanf support for 'i'
Alon Zakai
2012-10-17
return identical ids from glGetUniformLocation when we need to
Alon Zakai
2012-10-17
improve runtimelink handling of function aliases
Alon Zakai
2012-10-17
Add `library_jansson` for JSON parsing.
Lars Schneider
2012-10-17
Support for servers without byte serving, various small fixes
Janus
2012-10-13
add parameter to emscripten_set_main_loop to optionally simulate an infinite ...
Alon Zakai
2012-10-12
embind integration in emcc and work towards a test
Alon Zakai
2012-10-12
remove some phi warnings by default
Alon Zakai
2012-10-12
Merge branch 'master' into incoming
Alon Zakai
2012-10-11
make runtimelink work in the browser
Alon Zakai
2012-10-11
add chunked lazy sync XHR loading in Web Workers
Janus
2012-10-11
fix synchronous xhr in webworkers by reintroducing code deleted in be163123
Janus
2012-10-04
emscripten_async_prepare
Alon Zakai
2012-10-04
stub for IMG_Load_RW
Alon Zakai
2012-10-04
recvmsg and further socket debugging
Alon Zakai
2012-10-03
socket debugging
Alon Zakai
2012-10-03
fix gethostbyname_r
Alon Zakai
2012-10-03
socket listen faking
Alon Zakai
2012-10-03
fix gethostbyname closure error
Alon Zakai
2012-10-02
enet and socket improvements
Alon Zakai
2012-10-02
sendmsg and recvmsg
Alon Zakai
[next]