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-05-25
additional embind testing
Alon Zakai
2013-05-24
handle globals with no value and no zeroinit
Alon Zakai
2013-05-24
auto-export malloc, needed by file packager
Alon Zakai
2013-05-23
actually implement clock_gettime()
Alon Zakai
2013-05-23
fix argument counting regression from 5efd506 ; fixes #1202
Alon Zakai
2013-05-22
handle dynamic indexes properly, even out of bounds, for array gep lookups; f...
Alon Zakai
2013-05-22
Browser.safeCallback
Alon Zakai
2013-05-22
do not call code-running callbacks if ABORTing; fixes #1191
Alon Zakai
2013-05-21
show awaited run dependencies only in ASSERTIONS builds
Alon Zakai
2013-05-21
allocate using NORMAL in FS.init, to avoid races with data packages arriving ...
Alon Zakai
2013-05-21
Conform to coding conventions.
tingyuan
2013-05-21
mmap(): Align to malloc's default alignment instead of pages.
tingyuan
2013-05-21
Assert that MAP_SHARED is only specified with files backed by HEAP.
tingyuan
2013-05-21
1. mmap(): Make use of files that is backed by HEAP.
tingyuan
2013-05-21
Specialize Array/TypedArray in allocate() to avoid unnecessary array construc...
tingyuan
2013-05-21
fix crash when no exitPointerLock, see #1074
Alon Zakai
2013-05-21
fix invokes of abort
Alon Zakai
2013-05-21
fix asm.js coercion
Alon Zakai
2013-05-21
Merge pull request #1195 from inolen/longjmp_signed
Alon Zakai
2013-05-21
Merge pull request #1199 from j4m3z0r/sdl-fixes
Alon Zakai
2013-05-21
Convert threwValue check to boolean expression
Anthony Pesch
2013-05-21
fix __errno_location
Alon Zakai
2013-05-21
Merge branch 'incoming' of github.com:hyperlogic/emscripten into incoming
Alon Zakai
2013-05-21
Merge pull request #1186 from imvu/errno-runtime-leak-detection-fix
Alon Zakai
2013-05-21
Merge pull request #1185 from imvu/embind-performance-and-code-size-improvements
Alon Zakai
2013-05-20
Make looping behavior on effects match background music.
James Gregory
2013-05-20
According to http://www.libsdl.org/projects/SDL_mixer/docs/SDL_mixer.pdf, 0 i...
James Gregory
2013-05-20
legalize i64 return types properly
Alon Zakai
2013-05-20
correctly count the number of normal vars even when there are i64s before a v...
Alon Zakai
2013-05-19
export imul through closure
Alon Zakai
2013-05-19
trigger setjmp on negative values
Anthony Pesch
2013-05-19
export callMain through closure
Alon Zakai
2013-05-19
Issue #1172: fix for fscanf
Anthony Thibault
2013-05-17
Prevent leak detection from tripping on __setErrNo
Chad Austin
2013-05-17
embind should predeclare Module in case it's included before a shell in the c...
Chad Austin
2013-05-17
Allow implicit conversion from booleans to ints/floats (for WebGL)
Chad Austin
2013-05-17
Make jslint happy.
Jukka Jylanki
2013-05-17
Optimize __emval_new and __emval_decref.
Jukka Jylänki
2013-05-17
Implement an autorelease pool in embind.
Chad Austin
2013-05-17
embind: Fix issues by js syntax check, and remember to pass all required symb...
Jukka Jylanki
2013-05-17
Optimize the implementation of C++ -> JS invoker functions generated by __emv...
Jukka Jylänki
2013-05-17
For sanity, make sure all types test the existence of the destructor stack be...
Jukka Jylänki
2013-05-17
We can get away with passing memory_view on the stack here...
Chad Austin
2013-05-17
Switch to heapu32 for some reason...
Chad Austin
2013-05-17
Add support for (fast?) memory_view objects. If C++ passes a memory_view to ...
Chad Austin
2013-05-17
Checkpoint work towards making vtable->JS calls faster.
Chad Austin
2013-05-17
make fullscreen handling closure friendly
Alon Zakai
2013-05-17
use GL. instead of this. in generateTempBuffers in order to not confuse closure
Alon Zakai
2013-05-16
make some more asm things closure-friendly
Alon Zakai
2013-05-16
Merge pull request #1167 from j4m3z0r/issue645
Alon Zakai
[next]