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-21
Convert threwValue check to boolean expression
Anthony Pesch
2013-05-19
trigger setjmp on negative values
Anthony Pesch
2013-05-05
add test for sdl allocation, and warn when using stub malloc/free
Alon Zakai
2013-05-04
make memory management sane: 0 is null, then static including globals, then s...
Alon Zakai
2013-05-04
emit aborting stubs for DEAD_FUNCTIONS
Alon Zakai
2013-05-03
assert on no fp80s etc. in non-x86 target
Alon Zakai
2013-05-03
Merge pull request #1126 from imvu/more_embind_updates
Alon Zakai
2013-05-03
fix asm.js coercion
Alon Zakai
2013-05-03
Merge branch 'strcat-fix' of github.com:fairfieldt/emscripten into fairfieldt...
Alon Zakai
2013-05-03
Provide the right declarations for the scripts to be executed correctly
Sylvestre Ledru
2013-05-02
only emit aborting function stubs on undefined symbols in asm mode
Alon Zakai
2013-05-02
Add isAliasOf for seeing if two embind handles point to the same underlying o...
Chad Austin
2013-05-02
checkpoint object handle composition
Chad Austin
2013-05-02
fixes strcat so that it returns the correct value
Tom Fairfield
2013-05-02
guard against exceptions in connect(), which can happen due to e.g. security ...
Alon Zakai
2013-05-02
ensure floats in varargs
Alon Zakai
2013-05-02
use full alignment in varargs
Alon Zakai
2013-05-02
use 64-bit alignment for double writes in le32
Alon Zakai
2013-05-02
fix SDL.keyboardState size to add safe buffer zone
Alon Zakai
2013-05-01
remove unneeded corrections in unrolled memcpy
Alon Zakai
2013-05-01
fix alignment detection in asm for makeCopyValues, strip corrections before c...
Alon Zakai
2013-05-01
optimize client attribute storage
Alon Zakai
2013-05-01
capture clientAttributes to a local
Alon Zakai
2013-05-01
unpress keys when losing focus
Alon Zakai
2013-05-01
missing GL sigs
Alon Zakai
2013-05-01
preparation for key releasing when losing focus in SDL
Alon Zakai
2013-05-01
Merge pull request #1117 from rib/wip/cogl
Alon Zakai
2013-04-30
fix varargs
Alon Zakai
2013-04-30
lots of SDL_GL_GetProcAddress fixes
Robert Bragg
2013-04-30
switch back to x86 target in preparation to merge to incoming
Alon Zakai
2013-04-29
make sure to align unnamed globals
Alon Zakai
2013-04-29
do not get confused by local vars that alias names of library functions, and ...
Alon Zakai
2013-04-29
update emscripten_jcache_printf
Alon Zakai
2013-04-29
speed up corruption checker
Alon Zakai
2013-04-29
align struct fields to 64-bit in le32
Alon Zakai
2013-04-29
improve safe heap logging
Alon Zakai
2013-04-29
improve corruption check assert output
Alon Zakai
2013-04-29
clean up formatString varargs handling
Alon Zakai
2013-04-29
fix sscanf, note that all varargs are 64-bit aligned
Alon Zakai
2013-04-29
fix va_arg
Alon Zakai
2013-04-29
fix handling of empty structs
Alon Zakai
2013-04-29
read 32-bit chunks of 64-bit varargs in the 64-bit blocks they are in
Alon Zakai
2013-04-29
fix varargs alignment in le32
Alon Zakai
2013-04-29
fully align varargs and formatString arguments all to 64-bit
Alon Zakai
2013-04-29
remove unused line
Alon Zakai
2013-04-29
align the stack to 64 bits in le32
Alon Zakai
2013-04-29
allow size to be null in getAlignSize, for native types
Alon Zakai
2013-04-29
todo
Alon Zakai
2013-04-29
tweak handling of unaligned doubles a little
Alon Zakai
2013-04-29
read/write 64-bit aligned doubles directly in le32, when aligned properly
Alon Zakai
[next]