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
/
preamble.js
Age
Commit message (
Expand
)
Author
2012-08-28
log out unfulfilled run dependencies every few seconds
Alon Zakai
2012-07-18
add runDependency tracking and fix detected bugs
Alon Zakai
2012-07-18
refactor file preloading to happen in FS.createPreloadedFile, so that not onl...
Alon Zakai
2012-07-15
utf parsing in writeStringToMemory as well
Alon Zakai
2012-07-14
make Pointer_stringify utf8-aware
Alon Zakai
2012-06-11
handle null strings in ccall
Alon Zakai
2012-06-11
make add/removeRunDependency closure exported
Alon Zakai
2012-06-08
remove Array_copy and String_copy; they are hard to implement in a fast way t...
Alon Zakai
2012-06-08
optimize Array_copy
Alon Zakai
2012-05-09
allow adding runDependencies in preRun
Alon Zakai
2012-05-09
update runDependencies comment
Alon Zakai
2012-04-17
safe heap fix to catch undefined properly
Alon Zakai
2012-04-14
support js arrays as inputs in ccall
Alon Zakai
2012-04-11
safe heap fix
Alon Zakai
2012-04-09
init runtime immediately, so that even with noInitialRun we can still call fi...
Alon Zakai
2012-04-05
export cwrap
Alon Zakai
2012-03-30
Merge pull request #328 from ehsan/ogre_upstream
Alon Zakai
2012-03-28
Implement the remaining shader and program functions
Ehsan Akhgari
2012-03-28
Implement glBufferSubData
Ehsan Akhgari
2012-03-27
support for playing audio chunks through SDL mix
Alon Zakai
2012-03-20
avoid stack explosion in ccall
Alon Zakai
2012-03-19
refactor use of this[..] in shell.js to use Module[..]
Alon Zakai
2012-03-15
preload images for SDL
Alon Zakai
2012-03-15
allow monitoring of run dependencies
Alon Zakai
2012-03-15
add file preloading in browsers
Alon Zakai
2012-03-10
add HEAPF64, useful sometimes for manually optimized code
Alon Zakai
2012-02-29
optimize alignMemoryPage
Alon Zakai
2012-02-26
remove I64_MODE, it is equal to 1 in USE_TYPED_ARRAYS 2 and only there
Alon Zakai
2012-02-23
ccall/cwrap docs
Alon Zakai
2012-02-23
cwrap (like ccall, but returns a wrapper function)
Alon Zakai
2012-02-21
work around v8 slowness bug by not calling new Array for HEAP
Alon Zakai
2012-02-18
ccall docs
Alon Zakai
2012-02-18
ccall
Alon Zakai
2012-02-18
add missing module export
Alon Zakai
2012-02-05
do ATINIT and ATEXIT in order
Alon Zakai
2012-02-01
fix tempDouble bug with not including it in all cases
Alon Zakai
2012-01-28
Merge branch 'master' into llvmopts
Alon Zakai
2012-01-28
Only define TypedArray_copy when typed arrays are enabled
Ehsan Akhgari
2012-01-27
Merge branch 'handle_broken_lli' into glgears
Ehsan Akhgari
2012-01-25
Merge branch 'master' into llvmopts
Alon Zakai
2012-01-25
String constants are store in a table to limit variable count
julien.hamaide
2012-01-24
Add a copy helper for typed arrays
Ehsan Akhgari
2012-01-23
fix tempDouble aliases
Alon Zakai
2012-01-23
comment
Alon Zakai
2012-01-23
unaligned loads and stores for floats and doubles
Alon Zakai
2012-01-23
refactor tempDouble to use space in normal memory, not a separate buffer
Alon Zakai
2012-01-23
support unaligned reads/writes in ta2; fixes test_cubescript
Alon Zakai
2012-01-22
Make it possible to compile shaders
Ehsan Akhgari
2012-01-22
Add support for non-null terminated strings to Pointer_stringify
Ehsan Akhgari
2012-01-18
Add small optimization for allocate when zeroing the array
Jeff Terrace
[next]