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-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
2012-08-30
Pause the SDL music when quitting too
Ehsan Akhgari
2012-08-30
Set the dependencies of SDL_CloseAudio
Ehsan Akhgari
2012-08-30
Document the audio code in SDL
Ehsan Akhgari
2012-08-30
Pass in the channel and frequency information right before use
Ehsan Akhgari
2012-08-30
Count the number of samples correctly
Ehsan Akhgari
2012-08-30
support for SDL_QUIT event
Alon Zakai
2012-08-29
fix Module.canvas usage
Alon Zakai
2012-08-29
remove unneeded preventDefault - we return false anyhow
Alon Zakai
2012-08-29
support mousewheel event
Alon Zakai
2012-08-29
fix extension of non-i32s to >i32s
Alon Zakai
2012-08-29
handle a runtime failure in blob constructor in audio
Alon Zakai
2012-08-29
full capture keyboard events in sdl, to prevent default actions entirely
Alon Zakai
2012-08-28
further workaround for chrome bug 124926
Alon Zakai
2012-08-28
log out unfulfilled run dependencies every few seconds
Alon Zakai
2012-08-27
clean up atoX a little and add testing
Alon Zakai
2012-08-27
Merge pull request #548 from andreabedini/gh-141
Alon Zakai
[next]