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-04-05
refactor preRun additions
Alon Zakai
2013-04-05
ensure runtime initialized when dependencies have arrived, including the memo...
Alon Zakai
2013-04-05
use a separate memory initialization file
Alon Zakai
2013-04-05
support reading binary data in the shell/node
Alon Zakai
2013-04-05
fix xhrs for file URLs
Alon Zakai
2013-04-05
refactor runtime initialization
Alon Zakai
2013-04-05
allow calling callMain even if run() was not called
Alon Zakai
2013-04-05
initialize runtime from run() (asynchronously, if run is asynchronous)
Alon Zakai
2013-04-04
detect file suffixes of all lengths
Alon Zakai
2013-04-04
fix
Alon Zakai
2013-04-04
Merge pull request #1006 from azmeuk/master
Alon Zakai
2013-04-04
pre-apply {{{ FI_* }}} as well
Alon Zakai
2013-04-04
pre-apply simple postSets
Alon Zakai
2013-04-04
do not emit the memory initialization into itself
Alon Zakai
2013-04-04
refactor slab writing in makePointer
Alon Zakai
2013-04-04
be less silly
Alon Zakai
2013-04-04
make sure allocate() types have the same length as the slab
Alon Zakai
2013-04-04
fix s_x_x
Alon Zakai
2013-04-04
always flatten out ta2 allocate()ions
Alon Zakai
2013-04-04
write out all the initial global allocations as one big ALLOC_NONE
Alon Zakai
2013-04-04
ensure aligned sizes for all constants
Alon Zakai
2013-04-04
refactor chunkifying in makePointer
Alon Zakai
2013-04-04
refactor vtable extension
Alon Zakai
2013-04-04
compress in makePointer only in non-ta2, in preparation for consolidating all...
Alon Zakai
2013-04-04
* Spaces and indentation.
Éloi Rivard
2013-04-04
* Indentation and brackets.
Éloi Rivard
2013-04-04
Update AUTHORS
Éloi Rivard
2013-04-04
* Added glfw headers and testcases.
Éloi Rivard
2013-04-04
* Header.
Éloi Rivard
2013-04-04
* Fixed mouse position.
Éloi Rivard
2013-04-04
* Disabled setMousePos in library_glfw.
Éloi Rivard
2013-04-04
* OpenGL extensions.
Éloi Rivard
2013-04-04
* Minor fix.
Éloi Rivard
2013-04-04
* Added a test.
Éloi Rivard
2013-04-04
* Misc functions.
Éloi Rivard
2013-04-04
* Edited tests so they use emscripten_main_loop.
Éloi Rivard
2013-04-04
* Added glfw headers and testcases.
Éloi Rivard
2013-04-03
refactor/simplify constant generation
Alon Zakai
2013-04-03
Merge pull request #1015 from fhd/incoming
Alon Zakai
2013-04-01
fix externals handling: non-library elements need nothing at all, so runtime ...
Alon Zakai
2013-04-01
simplify and unify handling of externals
Alon Zakai
2013-03-31
differentiate better the ambiguous case of llvm call (where the type can be e...
Alon Zakai
2013-03-31
check both original short ident and redirected ident for being a library func...
Alon Zakai
2013-03-31
invalidate renderers using stride
Alon Zakai
2013-03-31
GL_UNSAFE_OPTS tweaks
Alon Zakai
2013-03-31
do not fix offsets in renderers; fixes test_gl_renderers
Alon Zakai
2013-03-31
fix attribute offsets when they start at >0 and there is an array buffer
Alon Zakai
2013-03-31
do not fix stride in renderers
Alon Zakai
2013-03-30
rephrase comment
Alon Zakai
2013-03-30
Support rotozoomSurface
Felix H. Dahlke
[next]