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-02
adjust TOTAL_MEMORY at runtime, to take into account last minute changes to M...
Alon Zakai
2014-01-02
support #include x.js in our preprocessed js sources
Alon Zakai
2014-01-02
minor clean
Lu Wang
2014-01-01
ensure we add precision in gl emulation to both fragment and vertex shaders
Alon Zakai
2014-01-01
fix gl typos
Alon Zakai
2014-01-01
Merge pull request #1870 from inolen/structinfo_fix
Alon Zakai
2014-01-01
minor clean
Lu Wang
2013-12-29
Merge pull request #1928 from anlambert/webgl_ANGLE_instanced_arrays
Alon Zakai
2013-12-28
Merge pull request #1954 from richq/lockref
Alon Zakai
2013-12-28
optimize relooper id counters
1.8.0
Alon Zakai
2013-12-27
Fix missing SDL_LockSurface reference
Richard Quirk
2013-12-26
support for optional complete emulation in relooper
1.7.9
Alon Zakai
2013-12-26
fix js libraries in fastcomp; fixes #1948
Alon Zakai
2013-12-25
ignore whitespace in relooper reftests
Alon Zakai
2013-12-25
properly handle invoke of setjmp, by lowering to a call, which fixes phis tha...
Alon Zakai
2013-12-20
Move emscripten-source-map.min.js to src/ since it is a non-tests file needed...
Jukka Jylänki
2013-12-20
Update emscripten_log to work with the handwritten JS demangler. Update tests.
Jukka Jylänki
2013-12-20
Also give the ability to print out function parameters in the callstack with ...
Jukka Jylänki
2013-12-20
Add new functions emscripten_log() in emscripten.h which allows printing out ...
Jukka Jylänki
2013-12-20
Merge pull request #1934 from juj/eglCreateContext
juj
2013-12-20
Make EGL function eglCreateContext spec-conformant and actually read the EGL_...
Jukka Jylänki
2013-12-19
Implement command line passing to work to emrun when --emrun is passed.
Jukka Jylänki
2013-12-18
Add support for launching Android browsers via emrun. Fix log message print o...
Jukka Jylänki
2013-12-17
add OpenGL Desktop/ES 2.0 hardware instancing extensions compatibility functions
Antoine Lambert
2013-12-17
use GL_ASSERTIONS instead of ASSERTIONS
Antoine Lambert
2013-12-17
add support for WebGL hardware instancing through extension ANGLE_instanced_a...
Antoine Lambert
2013-12-16
fix varargs signature generation, '...' is optional and both cases must be ha...
Alon Zakai
2013-12-16
handle a single empty alloca; fixes #1919
Alon Zakai
2013-12-16
Merge pull request #1896 from juj/emrun
Alon Zakai
2013-12-16
Merge pull request #1926 from coolwanglu/typo_fix
Alon Zakai
2013-12-16
Merge pull request #1920 from coolwanglu/alias_fix
Alon Zakai
2013-12-17
Fix for glfwSetCharCallback not being fired if glfwSetKeyCallback was also re...
CliffyA
2013-12-16
fix typo
Lu Wang
2013-12-14
do not add i64 support funcs more than once
Alon Zakai
2013-12-14
export code for CallHandlers.h
Alon Zakai
2013-12-14
simplifies with alias
Lu Wang
2013-12-14
Add machinery that detects whether a html page was built with --emrun command...
Jukka Jylänki
2013-12-14
Added test to check that emrun stdout, stderr and process exit code capture w...
Jukka Jylänki
2013-12-13
Fix glGetIntegerv(GL_SHADER_BINARY_FORMATS) to not write anything to the out ...
Jukka Jylänki
2013-12-13
Generate an GL_INVALID_VALUE error when user calls glGetXXX() with a null out...
Jukka Jylänki
2013-12-12
move tests/hello_world.js to src, so tests/ folder is not needed for sanity c...
Alon Zakai
2013-12-11
Merge pull request #1853 from fadams/add-getprotobyname
Alon Zakai
2013-12-10
do not skip vector types in function signatures
Alon Zakai
2013-12-10
Merge pull request #1902 from wahbahdoo/incoming
Alon Zakai
2013-12-10
quote keys in library objects when necessary; fixes #1908
Alon Zakai
2013-12-07
fix i64 reads in formatString for fastcomp
Alon Zakai
2013-12-07
fastcomp imports fix
Alon Zakai
2013-12-07
get glue phase to emit i64 stuff for fastcomp
Alon Zakai
2013-12-06
fix accidental rewrite of original url source of simd.js
Heidi Pan
2013-12-06
updated simd.js to fix nan canonicalization issue for bitcasts
Heidi Pan
[next]