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
2013-06-17
assert on Root being non-NULL in the relooper
Alon Zakai
2013-06-16
Merge pull request #1282 from juj/sdl_addtimer
Alon Zakai
2013-06-16
Merge pull request #1284 from juj/SDL_WM_SetIcon
Alon Zakai
2013-06-13
do not eliminate dead code in EXPORT_ALL
Alon Zakai
2013-06-13
Add no-op SDL_WM_SetIcon.
Jukka Jylänki
2013-06-13
Fix SDL_AddTimer dyncall signature. The timer callback is of form 'typedef Ui...
Jukka Jylänki
2013-06-10
coerce output of integer modulus, since x%0 is NaN, which is not an integer
Alon Zakai
2013-06-10
rename int because closure hates it
Alon Zakai
2013-06-10
comment on not inlining for setjmp
Alon Zakai
2013-06-10
add event listening to headless
Alon Zakai
2013-06-10
warn if setjmp is used as a function pointer
Alon Zakai
2013-06-08
comment on EXPORT_ALL
Alon Zakai
2013-06-08
- Fix for mod property of SDL key events
Anthony Pesch
2013-06-07
refactor to potentially enable shadow flip on 32-bit values
Alon Zakai
2013-06-07
fix multiplications in setjmp code
Alon Zakai
2013-06-07
remove break labels more aggresively, with a refined natural flow analysis
1.4.9
Alon Zakai
2013-06-07
add missing return values in safeRequestAnimationFrame,safeSetTimeout,safeSet...
Alon Zakai
2013-06-07
Make lrint more correct. Closes #1265.
Jez Ng
2013-06-07
better erroring in SDL_Delay; issue #1255
Alon Zakai
2013-06-05
disabled support for hoisting back into loops in relooper
1.4.8
Alon Zakai
2013-06-05
remove unneeded parameter to FindIndependentGroups
Alon Zakai
2013-06-05
Merge pull request #1260 from modeswitch/fix-missing-constant-definition
Alon Zakai
2013-06-05
Merge pull request #1259 from modeswitch/fix-syntax-error
Alon Zakai
2013-06-05
sdl fixes; fixes #1251
Alon Zakai
2013-06-05
INCOMING_QUEUE_LENGTH was not found by CircularBuffer constructor.
Alan Kligman
2013-06-05
Missed closing parenthesis.
Alan Kligman
2013-06-05
Merge branch 'commonjs' of github.com:jazzzz/emscripten into incoming
Alon Zakai
2013-06-05
return the best we can from SDL_OpenAudio, fixes #1253
Alon Zakai
2013-06-04
Merge branch 'master' of github.com:feeley/emscripten into incoming
Alon Zakai
2013-06-04
Add basic support for nonblocking read
Marc Feeley
2013-06-04
Merge pull request #1244 from onnoj/incoming
Alon Zakai
2013-06-04
check more carefully if a stream is a socket
Alon Zakai
2013-06-04
leave low fds for sockets
Alon Zakai
2013-06-04
Merge branch 'incoming' of github.com:kanaka/emscripten into incoming
Alon Zakai
2013-06-04
Merge pull request #1225 from inolen/errno
Alon Zakai
2013-06-04
Updated tests to reflect new error values
Anthony Pesch
2013-06-04
Merge branch 'incoming-merge' of github.com:modeswitch/emscripten into incoming
Alon Zakai
2013-06-04
Check that module is an object instead of exports
Jazz
2013-06-04
Fixed Issue #1241: _scanString not supporting upper case format specifiers A,...
Onno
2013-06-03
show stub malloc/free warnings only in ASSERTIONS==2
Alon Zakai
2013-06-03
Fix frexp does not accept negative numbers
Frits Talbot
2013-06-02
create /dev/null; issue #1226
Alon Zakai
2013-06-02
fix typo in glGenVertexArrays__deps
Alon Zakai
2013-06-01
syncd library.js errno codes with sys/errno.h
Anthony Pesch
2013-06-01
limit a warning message
Alon Zakai
2013-06-01
remove more unneeded break and continue statements in relooper
1.4.7
Alon Zakai
2013-06-01
improve RemoveUnneededFlows to handle flows into loops with a single entry
1.4.6
Alon Zakai
2013-06-01
improve relooper debugging
Alon Zakai
2013-06-01
do not leak split blocks
1.4.5
Alon Zakai
2013-05-31
more relooper work towards arbitrary splitting
Alon Zakai
[next]