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-01-17
remove current memory initialization chunking via .concat(..)
Alon Zakai
2014-01-16
Merge branch 'remove-01-aliases' of github.com:waywardmonkeys/emscripten into...
Alon Zakai
2014-01-16
fix strnlen input of size, which should be unsigned
Alon Zakai
2014-01-16
add __h_errno; fixes #2013
Alon Zakai
2014-01-16
don't override Module.print and printErr if the user specified them
Alon Zakai
2014-01-16
enable a form of safe heap in asm, using js optimizer pass to ensure full cov...
Alon Zakai
2014-01-16
Remove __01*64_ aliases that don't appear to be necessary.
Bruce Mitchener
2014-01-15
re-merge split blocks in multiples
1.9.2
Alon Zakai
2014-01-15
share block ids in relooper among split blocks
1.9.1
Alon Zakai
2014-01-15
fix Math_floor coercion in unrecommended codegen modes (no roundings correcti...
Alon Zakai
2014-01-15
Optimize FFP GL shader generation in the case when GL_COMBINE is used. This m...
Jukka Jylänki
2014-01-15
Optimize rendering from client-side memory by maintaining a set of doublebuff...
Jukka Jylänki
2014-01-15
Further optimize FFP GL getRenderer() operation.
Jukka Jylänki
2014-01-14
fix double start bug #1992 in browser as well
Alon Zakai
2014-01-14
Add GLEW 1.10.0 emulation
Jari Vetoniemi
2014-01-13
add fputwc, which enables wprintf
1.8.9
Alon Zakai
2014-01-13
Merge branch 'incoming' of github.com:kripken/emscripten into incoming
1.8.8
Alon Zakai
2014-01-13
Merge pull request #2004 from waywardmonkeys/updates
Alon Zakai
2014-01-13
unset precision if set to -1
Alon Zakai
2014-01-13
handle precision -1 in printf .*
Alon Zakai
2014-01-14
Fix GL emulation regression with VBO data caused by commit https://github.com...
Jukka Jylänki
2014-01-13
avoid leaks on multiple calls to relooper MakeOutputBuffer
Alon Zakai
2014-01-13
allow relooper to manager its own output buffer, to avoid fixed output limits
1.8.7
Alon Zakai
2014-01-14
Add lots of math functions.
Bruce Mitchener
2014-01-14
Add strtod(), wcstod(), wcstol() and friends.
Bruce Mitchener
2014-01-13
add dependencies so code with exceptions (invoke/landingpad) but without an a...
Alon Zakai
2014-01-13
Merge pull request #1999 from juj/gl_prepareclientattr
Alon Zakai
2014-01-13
Reintroduce liveClientAttributes to optimize the case where GL emulation code...
Jukka Jylänki
2014-01-13
Handle negative zero values correctly.
Bruce Mitchener
2014-01-10
Merge pull request #1987 from AlexPerrot/glut_numpad
Alon Zakai
2014-01-10
Optimize GL emulation prepareClientAttributes. Fix issues where the slow path...
Jukka Jylänki
2014-01-09
prevent calling run more than once; fixes #1992
Alon Zakai
2014-01-09
Merge pull request #1972 from juj/gl__opts
Alon Zakai
2014-01-09
Merge pull request #1990 from inolen/errnoopt
Alon Zakai
2014-01-09
utilize stack member from base Error class
Anthony Pesch
2014-01-09
Fix preprocessor ifdef in GL emulation library.
Jukka Jylänki
2014-01-09
Add var GLctx; declaration to GL init to avoid polluting global namespace. Re...
Jukka Jylänki
2014-01-09
Rename GLImmediate.matrix.lib to GLImmediate.matrixLib to not alias with GLIm...
Jukka Jylänki
2014-01-09
Simplify GL emulation matrix stack initialization. Update code after rebase.
Jukka Jylänki
2014-01-09
Simplify verbose object dereference hierarchy in library_gl.js by storing glo...
Jukka Jylänki
2014-01-09
Simplify verbose object dereference chains in GL library by consistently usin...
Jukka Jylänki
2014-01-09
Make caching of last bound GL_ARRAY_BUFFER in FFP emulation mode safe and alw...
Jukka Jylänki
2014-01-09
Optimize glBindBuffer when GL emulation modes are not used. In that case, cur...
Jukka Jylänki
2014-01-09
Optimize glEnableClientState by avoiding it to be called with different param...
Jukka Jylänki
2014-01-09
Optimize GL FFP emulation layer by omitting redundant glUseProgram for identi...
Jukka Jylänki
2014-01-09
Minor optimization to FFP emulation: Use integers instead of strings as key t...
Jukka Jylänki
2014-01-09
Fix GL emulation problems that caused particles and ground to disappear in Ba...
Jukka Jylänki
2014-01-08
fix relooper compiler warnings
Alon Zakai
2014-01-08
verify imul correctness, workaround for webkit bug 126345; closes #1991
Alon Zakai
2014-01-08
fixing indentation
AlexPerrot
[next]