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-06-04
Added stubs for eglQuerySurface and eglGetError implementations.
Jukka Jylänki
2012-05-31
do not do GL immediate mode emulation if a 2D context is being used, even if ...
Alon Zakai
2012-05-30
properly identify function pointers that return things like [64 x i16]*
Alon Zakai
2012-05-30
Merge pull request #450 from caiiiycuk/openttd
Alon Zakai
2012-05-29
Fix behavior strndup whern size <= 0, in this case strndup returns empty string
Aleksander Guryanov
2012-05-28
fix string detection regexp and add test
Alon Zakai
2012-05-28
throw on writes to absolute memory addresses; fixes #451
Alon Zakai
2012-05-28
Fix size of new string (0 +1->size +1)
Aleksander Guryanov
2012-05-28
Add implementation of strndup function and test for it
Aleksander Guryanov
2012-05-26
fix strtod behavior on non-ints
Alon Zakai
2012-05-25
allow - in globals, aliases and types
Alon Zakai
2012-05-24
make fgetc return the char value as unsigned (in a signed int)
Alon Zakai
2012-05-24
Merge pull request #435 from ehsan/sdlmouse
Alon Zakai
2012-05-23
Stub a few more gl functions
Ehsan Akhgari
2012-05-22
Save the state of the mouse button as we're creating a C event for it
Ehsan Akhgari
2012-05-22
Fix the SDL mouse motion events
Ehsan Akhgari
2012-05-18
WARN_ON_UNDEFINED_SYMBOLS
Alon Zakai
2012-05-18
sdl backtick
Alon Zakai
2012-05-18
ignore module asm, in some cases it is ok to do so, but warn
Alon Zakai
2012-05-16
ignore GL_FOG_END
Alon Zakai
2012-05-16
ignore GL_FOG_START
Alon Zakai
2012-05-16
fix invalid character
Alon Zakai
2012-05-16
Fix the incorrect initial value of GL.immediate.currentMatrix
Ehsan Akhgari
2012-05-15
Merge pull request #428 from ehsan/fixes
Alon Zakai
2012-05-15
browser gc test
Alon Zakai
2012-05-15
Stub glAlphaFunc
Ehsan Akhgari
2012-05-15
Fix IMG_Load to work with absolute paths
Ehsan Akhgari
2012-05-15
Make FS_LOG work again
Ehsan Akhgari
2012-05-15
Make glHint accept two arguments
Ehsan Akhgari
2012-05-15
Implement glOrthof
Ehsan Akhgari
2012-05-15
fix test_gc for o1 and o2
Alon Zakai
2012-05-15
working early gc test
Alon Zakai
2012-05-15
further gc work, basic api written
Alon Zakai
2012-05-15
initial work on c++ gc support
Alon Zakai
2012-05-14
emscripten_get_now
Alon Zakai
2012-05-14
warn on loss of webgl context
Alon Zakai
2012-05-14
allow nonexistent phis in another location + add test
Alon Zakai
2012-05-14
allow nonexistend phi labels, llvm generates unneeded ones sometimes
Alon Zakai
2012-05-14
more glEnable/Disable emulation ignores
Alon Zakai
2012-05-14
more glColor implementations
Alon Zakai
2012-05-14
handle cancel in window.prompt
Alon Zakai
2012-05-14
do not fail on -fcatch-undefined-behavior
Alon Zakai
2012-05-14
restore previous element array buffer, not 0, if we replaced it during flush
Alon Zakai
2012-05-13
fix active client attribute counting and add test
Alon Zakai
2012-05-13
unbind element array buffer if we bound one
Alon Zakai
2012-05-13
fix order in gl_ModelViewProjectionMatrix and add working cube_explosion test
Alon Zakai
2012-05-13
misc tweaks and add wip cube_explosion test
Alon Zakai
2012-05-12
clear status in html even if doRun exits through an exception
Alon Zakai
2012-05-12
show Running... when calling run()
Alon Zakai
2012-05-12
nicer html messages during load/startup
Alon Zakai
[next]