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
2014-03-14
add a Nested branch type in relooper, to represent a path we must make sure i...
1.13.2
Alon Zakai
2014-03-14
Merge pull request #2224 from juj/osx_mouse
Alon Zakai
2014-03-14
Fix typo in comment.
Jukka Jylänki
2014-03-14
Fix OpenAL library to work with old Web Audio API syntax that exists in Safar...
Jukka Jylänki
2014-03-14
Fix SDL Web Audio to work on Safari 6.0.5. That browser does not implement th...
Jukka Jylänki
2014-03-13
Implement support for Webkit mouse wheel events. Add new interactive mouse te...
Jukka Jylänki
2014-03-13
Manually implement mouse movementXY in HTML5 mousemove events when the browse...
Jukka Jylänki
2014-03-13
Fix typo with missing parentheses from previous commit that broke keyevents f...
Jukka Jylänki
2014-03-12
Fix IE fullscreen requests to not run in mousedown events, since IE doesn't a...
Jukka Jylänki
2014-03-11
improve demangler a little
Alon Zakai
2014-03-11
Implement a IE10+ specific path to emscripten_get_callstack to get the call s...
Jukka Jylänki
2014-03-10
fix mouse wheel deltas for closure compiler in html5 API, and add some closur...
Alon Zakai
2014-03-10
forward CLOSURE_COMPILER to settings, and use that to avoid a closure-specifi...
Alon Zakai
2014-03-10
Merge branch 'patch-1' of github.com:ddiproietto/emscripten into incoming
Alon Zakai
2014-03-09
add some text to safe heap asserts
Alon Zakai
2014-03-08
Fix GLFW ESC key
Daniele Di Proietto
2014-03-07
Implement emscripten_async_wget2_data
Joel Croteau
2014-03-07
todo about TextEncoder
Alon Zakai
2014-03-07
Merge branch 'master' of github.com:Noxalus/emscripten into incoming
Alon Zakai
2014-03-06
show logging about preload/pre-main time even without a main
Alon Zakai
2014-03-06
Update closure-externs.js
Noxalus
2014-03-05
remove stale dependencies in openal
Alon Zakai
2014-03-05
throttle glut requestAnimationFrames; fixes #2183
Alon Zakai
2014-03-06
Fixed full screen closing immediately
DerKoun
2014-03-05
Add EXT_shader_texture_lod to trivially supported extensions
Vladimir Vukicevic
2014-03-05
emscripten_debugger()
Alon Zakai
2014-03-05
Allow going fullscreen in response to mousedown events
jonas echterhoff
2014-03-05
Merge commit '0ec7107' into HEAD
Alon Zakai
2014-03-04
explain EXPORTED_FUNCTIONS better
Alon Zakai
2014-03-03
Merge branch 'allow_multiple_worker_responses' of github.com:virusdave/emscri...
Alon Zakai
2014-03-03
Allow multiple worker responses (via messages) if desired.
Dave Nicponski
2014-03-03
Merge pull request #2151 from haneefmubarak/cleanup
Alon Zakai
2014-03-03
add canvas.style.setProperty in headlessCanvas
Alon Zakai
2014-03-03
Strict: There is no global this.
Bruce Mitchener
2014-03-03
Strict: Don't define functions within conditional.
Bruce Mitchener
2014-03-01
mention ASSERTIONS in abort() calls
Alon Zakai
2014-02-28
fix some whitespace
Alon Zakai
2014-02-28
Merge branch 'incoming' of github.com:DerKoun/emscripten-fullscreen-improveme...
Alon Zakai
2014-02-28
Full screen fixes (aspect ratio & IE11) & AR opt
DerKoun
2014-02-28
fix glCompressedTexSubImage2D; fixes #2173
Alon Zakai
2014-02-27
Fix bug that caused emscripten_get_callstack to not truncate the output buffe...
Jukka Jylänki
2014-02-26
make sdl canvas copy warning a one-time thing; fixes #2167
Alon Zakai
2014-02-26
Merge pull request #2165 from juj/fs_element_size
1.12.3
Alon Zakai
2014-02-26
use le32 target when fastcomp is disabled, so we do not need a fastcomp build...
Alon Zakai
2014-02-26
Merge pull request #2157 from rfk/rfk/fileno-error-reporting
Alon Zakai
2014-02-26
Add new fields to EmscriptenFullscreenChangeEvent structure that report the n...
Jukka Jylänki
2014-02-26
Ensure that fileno() returns -1 when given an invalid file pointer.
Ryan Kelly
2014-02-25
Merge branch 'NiCoX' of github.com:patchanka/emscripten into incoming
Alon Zakai
2014-02-25
do not warn on undefined symbols for things that are mere js lib dependencies...
Alon Zakai
2014-02-25
Introduce the asmjs-unknown-emscripten target triple.
Dan Gohman
[next]