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-09-29
Merge pull request #594 from larsxschneider/lars/add-split-option
Alon Zakai
2012-09-28
support ioctl-FIONREAD
Alon Zakai
2012-09-28
final fixes for websockets test, now passes
Alon Zakai
2012-09-28
fix websockify usage issues and add basic data reading
Alon Zakai
2012-09-27
initial (not-yet-working) sockets implementation
Alon Zakai
2012-09-26
Merge pull request #589 from LCID-Fire/browser_setcanvassize
Alon Zakai
2012-09-26
Add emcc option "--split <size>" to split javascript file.
Lars Schneider
2012-09-25
add workaround for older node versions
Alon Zakai
2012-09-25
fix null error in settings.js - we need this to be parsable from python too
Alon Zakai
2012-09-25
Merge pull request #590 from imvu/relative-paths-pull-requests
Alon Zakai
2012-09-25
Merge pull request #588 from imvu/shell-file-pull-request
Alon Zakai
2012-09-25
Define and document SHELL_FILE in settings.js
Chad Austin
2012-09-25
Support loading emscripten argument filenames with relative paths
Chad Austin
2012-09-25
Fix a crash when invoking emcc without a shell file.
Chad Austin
2012-09-25
Add a SHELL_FILE option to emscripten for more flexibility.
Chad Austin
2012-09-26
Implemented Browser.setCanvasSize to have a central point for resizing <canvas>
LCID Fire
2012-09-25
add support for bool rtti
Chad Austin
2012-09-24
comments in settings.js
Alon Zakai
2012-09-20
proper exception throwing when sync xhrs are attempted to be used in the browser
Alon Zakai
2012-09-17
warning about allocate()
Alon Zakai
2012-09-17
allocate() docs
Alon Zakai
2012-09-17
add void* argument to emscripten_async_call and emscripten_push_main_loop_blo...
Alon Zakai
2012-09-11
optimize String_len
Alon Zakai
2012-09-11
fix 'segfault' in strtod (fixes test_sscanf)
Alon Zakai
2012-09-11
fix handling of (null) printing
Alon Zakai
2012-09-11
compress type info of zeroinitializers in ta2
Alon Zakai
2012-09-10
add hooks for main loop instead of hackish PROFILE_MAIN_LOOP
Alon Zakai
2012-09-09
check for segfaults in SAFE_HEAP
Alon Zakai
2012-09-09
Merge pull request #563 from mnaamani/networking
Alon Zakai
2012-09-09
clean up handling of initial run
Alon Zakai
2012-09-09
fix for sys/times() implementation
Mokhtar Naamani
2012-09-08
fix preRun
Alon Zakai
2012-09-07
improve PROFILE_MAIN_LOOP
Alon Zakai
2012-09-07
run all available preRuns before checking if run must be delayed
Alon Zakai
2012-09-06
fix mousemove workaround
Alon Zakai
2012-09-06
Merge pull request #553 from ehsan/audio2
Alon Zakai
2012-09-05
typeid improvements
Alon Zakai
2012-09-04
fixed htonl
Mokhtar Naamani
2012-09-01
update settings.js docs
Alon Zakai
2012-08-31
sdl key forwarding patch
Alon Zakai
2012-08-30
Use expando properties except for data- attributes
Ehsan Akhgari
2012-08-30
Fix the loop count limit
Ehsan Akhgari
2012-08-30
Work around firefox bug 782777
Ehsan Akhgari
2012-08-30
Disable the Web Audio code for now
Ehsan Akhgari
2012-08-30
Two workarounds for Firefox bugs
Ehsan Akhgari
2012-08-30
Revert "Make the compiler output executable scripts if node is being used"
Ehsan Akhgari
2012-08-30
Current WebAudio experiments
Ehsan Akhgari
2012-08-30
Make the compiler output executable scripts if node is being used
Ehsan Akhgari
2012-08-30
Use the Mozilla Audio API in Mix_PlayChannel only if available
Ehsan Akhgari
2012-08-30
Iterate over the active channels instead of the audios when quitting
Ehsan Akhgari
[next]