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
Age
Commit message (
Expand
)
Author
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
optimize searching in set of implemented functions in fastcomp toolchain code
Alon Zakai
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
Bump version.
Bruce Mitchener
2014-01-14
Move scalbn to libc to fix broken functionality. Disable test on x86.
Bruce Mitchener
2014-01-14
Add lots of math functions.
Bruce Mitchener
2014-01-14
Another test for negative zero and hex floats.
Bruce Mitchener
2014-01-14
Make lgamma and friends work, add test.
Bruce Mitchener
2014-01-14
Add gamma 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
clean up some more tests/cases
Alon Zakai
2014-01-13
fix testcase to validate as llvm ir
Alon Zakai
2014-01-13
remove old test that cannot be done in fastcomp, relies on code miscompilatio...
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-13
Missing string.h functionality.
Bruce Mitchener
2014-01-13
Update libcxx to current version.
Bruce Mitchener
2014-01-13
Update to current libcxxabi for new exception code.
Bruce Mitchener
2014-01-12
enable another test_cases case in fastcomp
Alon Zakai
2014-01-12
enable test_async_exit in fastcomp
Alon Zakai
2014-01-12
enable test_typed_exceptions in fastcomp
Alon Zakai
2014-01-12
export named globals from fastcomp to js
Alon Zakai
2014-01-11
more i64 switch tests
Alon Zakai
2014-01-11
fix for nativize tool
Alon Zakai
2014-01-10
Merge pull request #2000 from ensjo/patch-3
Alon Zakai
2014-01-10
enable more exceptions tests in fastcomp
Alon Zakai
2014-01-10
enable first exceptions test for fastcomp
Alon Zakai
2014-01-10
Update AUTHORS
Emerson José Silveira da Costa
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
support exceptions using fastcomp
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
[next]