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-05-21
fix __errno_location
Alon Zakai
2013-05-21
Merge branch 'incoming' of github.com:hyperlogic/emscripten into incoming
Alon Zakai
2013-05-21
Merge pull request #1186 from imvu/errno-runtime-leak-detection-fix
Alon Zakai
2013-05-21
Merge pull request #1185 from imvu/embind-performance-and-code-size-improvements
Alon Zakai
2013-05-20
legalize i64 return types properly
Alon Zakai
2013-05-20
correctly count the number of normal vars even when there are i64s before a v...
Alon Zakai
2013-05-19
export imul through closure
Alon Zakai
2013-05-19
export callMain through closure
Alon Zakai
2013-05-19
Issue #1172: fix for fscanf
Anthony Thibault
2013-05-17
Prevent leak detection from tripping on __setErrNo
Chad Austin
2013-05-17
embind should predeclare Module in case it's included before a shell in the c...
Chad Austin
2013-05-17
Allow implicit conversion from booleans to ints/floats (for WebGL)
Chad Austin
2013-05-17
Make jslint happy.
Jukka Jylanki
2013-05-17
Optimize __emval_new and __emval_decref.
Jukka Jylänki
2013-05-17
Implement an autorelease pool in embind.
Chad Austin
2013-05-17
embind: Fix issues by js syntax check, and remember to pass all required symb...
Jukka Jylanki
2013-05-17
Optimize the implementation of C++ -> JS invoker functions generated by __emv...
Jukka Jylänki
2013-05-17
For sanity, make sure all types test the existence of the destructor stack be...
Jukka Jylänki
2013-05-17
We can get away with passing memory_view on the stack here...
Chad Austin
2013-05-17
Switch to heapu32 for some reason...
Chad Austin
2013-05-17
Add support for (fast?) memory_view objects. If C++ passes a memory_view to ...
Chad Austin
2013-05-17
Checkpoint work towards making vtable->JS calls faster.
Chad Austin
2013-05-17
make fullscreen handling closure friendly
Alon Zakai
2013-05-17
use GL. instead of this. in generateTempBuffers in order to not confuse closure
Alon Zakai
2013-05-16
make some more asm things closure-friendly
Alon Zakai
2013-05-16
Merge pull request #1167 from j4m3z0r/issue645
Alon Zakai
2013-05-16
fix test_sdl_alloctext
Alon Zakai
2013-05-16
Merge pull request #1177 from j4m3z0r/sdl-fixes
Alon Zakai
2013-05-16
Merge pull request #1173 from manuels/incoming
Alon Zakai
2013-05-16
when not aliasing tables, keep them all at full size to avoid aliasing throug...
Alon Zakai
2013-05-15
forward gl emulation sigs
Alon Zakai
2013-05-15
fix some gl sigs
Alon Zakai
2013-05-15
emit each function table of its own size
Alon Zakai
2013-05-15
refactor code to generate empty function tables
Alon Zakai
2013-05-15
option to alias function pointer indexes across types
Alon Zakai
2013-05-15
do not index functions in post
Alon Zakai
2013-05-15
Fix bug in rename() that occures if new filename starts with the old filename
manuels
2013-05-14
* Switch to using offscren canvas for TTF size estimation in SDL
James Gregory
2013-05-13
Remove toString in eglQuerySurface implementation for EGL_WIDTH and EGL_HEIGH...
James Gregory
2013-05-13
use Browser mouse calculations in glfw
Alon Zakai
2013-05-13
use Browser mouse calculations in glut
Alon Zakai
2013-05-13
refactor mouse movement handling from SDL into Browser
Alon Zakai
2013-05-13
don't break on trying to eval FUNCTION_TABLE_OFFSET in multi-level alias reso...
Alon Zakai
2013-05-10
Issue #645: Implement eglQuerySurface for EGL_HEIGHT and EGL_WIDTH.
James Gregory
2013-05-10
Merge pull request #1165 from inolen/library_gl_patches
Alon Zakai
2013-05-10
Added OES_element_index_uint and OES_standard_derivatives detection, glDetach...
Anthony Pesch
2013-05-10
make sure removeAndAdd works properly
Alon Zakai
2013-05-10
make sure interpLines works properly
Alon Zakai
2013-05-10
shadow away i64<-->double casts in more cases
Alon Zakai
2013-05-10
show all dangerous pointer casts only in VERBOSE=1
Alon Zakai
[next]