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-31
Remove 'vararg' from names of functions, per code review. Don't expand float...
Chad Austin
2014-03-29
Follow up from azakai's code review
Chad Austin
2014-03-28
Make val::val(T&&) compatible with asm.js
Chad Austin
2014-03-28
Make val::operator() compatible with asm.js
Chad Austin
2014-03-28
Rename readValueFromPointer to readValueFromVarArg to make its sometimes odd ...
Chad Austin
2014-03-28
Make val::call<> compatible with asm.js
Chad Austin
2014-03-28
Fix passing memory_views in varargs
Chad Austin
2014-03-28
Allow passing memory_views in varargs
Chad Austin
2014-03-28
Some minor emval simplifications
Chad Austin
2014-03-28
It appears we can use doubles as generic wire types.
Chad Austin
2014-03-28
make val::new_ compatible with asm.js
Chad Austin
2014-03-28
make val::as<> compatible with asm.js
Chad Austin
2014-03-28
fix SDL bug where freeing the surface screen did not work properly
Alon Zakai
2014-03-24
Merge pull request #2236 from waywardmonkeys/remove-invalid-type-info-destructor
Alon Zakai
2014-03-24
fix caching of asm const strings; fixes #2253
Alon Zakai
2014-03-22
do not warn on missing emscripten_ functions
Alon Zakai
2014-03-18
Merge pull request #2241 from Noxalus/incoming
Alon Zakai
2014-03-18
Complete the list of properly supported keys
Noxalus
2014-03-18
Remove empty std::type_info destructor.
Bruce Mitchener
2014-03-17
make simplifyIfs a settings option
Alon Zakai
2014-03-17
comment on outlining downsides
Alon Zakai
2014-03-17
add another if testcase in relooper
Alon Zakai
2014-03-17
Merge pull request #2020 from fadams/improve-websocket-config-options
Alon Zakai
2014-03-17
Merge pull request #2234 from Noxalus/incoming
Alon Zakai
2014-03-17
Merge pull request #2228 from Daft-Freak/patch-1
Alon Zakai
2014-03-17
Set errno and return -1
Charlie Birks
2014-03-17
fix relooper test
Alon Zakai
2014-03-17
Return error in raise
Charlie Birks
2014-03-17
Fix numepad 0 key and add few other keys
Noxalus
2014-03-16
Merge pull request #2229 from Daft-Freak/patch-2
juj
2014-03-16
Fix unregistering of event handlers (all params of removeEventListener must *...
Jukka Jylänki
2014-03-15
fix commented-out relooper code
Alon Zakai
2014-03-15
Add eglWaitGL
Charlie Birks
2014-03-15
Add stub for raise
Charlie Birks
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
[next]