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-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
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
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
2013-05-09
do not attempt aligned reads/writes on illegal values
Alon Zakai
2013-05-09
fix 0x0 in formatString; fixes #1164
Alon Zakai
2013-05-09
FORCE_ALIGNED_MEMORY option
Alon Zakai
2013-05-09
better error on shared libs being deprecated
Alon Zakai
2013-05-09
misc sdl fixes to pull #1146
Alon Zakai
2013-05-09
Merge branch 'incoming' of github.com:mgerhardy/emscripten into mgerhardy-inc...
Alon Zakai
2013-05-09
changed getLength to cacheLength
John Allwine
2013-05-09
changed createLazyFile to only issue xhr requests when the file is accessed (...
John Allwine
2013-05-08
Issue #1134: scanf does not treat CR, FF, VT as whitespace
Anthony Thibault
2013-05-08
fix FI_* of Math.*
Alon Zakai
2013-05-08
fix function table wrapping of Math.*
Alon Zakai
2013-05-08
Fix bug in rename() that occures if new filename starts with the old filename
manuels
2013-05-07
avoid unnecessary bitcasts from double to i64, if the double was loaded and o...
Alon Zakai
2013-05-07
switch to le32 target by default
1.4.3
Alon Zakai
2013-05-07
* SDL_GL_ExtensionSupported: fixed integer value
Martin Gerhardy
2013-05-07
* more SDL2 stuff
Martin Gerhardy
2013-05-07
* some SDL2 stuff
Martin Gerhardy
2013-05-06
Merge pull request #1138 from sylvestre/incoming
Alon Zakai
2013-05-05
add test for sdl allocation, and warn when using stub malloc/free
Alon Zakai
2013-05-04
make memory management sane: 0 is null, then static including globals, then s...
Alon Zakai
2013-05-04
emit aborting stubs for DEAD_FUNCTIONS
Alon Zakai
2013-05-04
Remove more +x permissions on source or javascript files
Sylvestre Ledru
2013-05-03
assert on no fp80s etc. in non-x86 target
Alon Zakai
2013-05-03
Merge pull request #1126 from imvu/more_embind_updates
Alon Zakai
2013-05-03
fix asm.js coercion
Alon Zakai
2013-05-03
Merge branch 'strcat-fix' of github.com:fairfieldt/emscripten into fairfieldt...
Alon Zakai
2013-05-03
Provide the right declarations for the scripts to be executed correctly
Sylvestre Ledru
2013-05-02
only emit aborting function stubs on undefined symbols in asm mode
Alon Zakai
[next]