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 (
Collapse
)
Author
2013-02-08
gles workaround
Alon Zakai
2013-02-08
gl assertion
Alon Zakai
2013-02-08
arc4random
Alon Zakai
2013-02-08
fix comparison
Alon Zakai
2013-02-08
check for restriding exceeding the temp buffer size
Alon Zakai
2013-02-08
make gl temp buffer size adjustable
Alon Zakai
2013-02-07
Module.* options to disable image and audio autodecoding
Alon Zakai
2013-02-06
option to not capture keyboard in SDL
Alon Zakai
2013-02-06
do not throw on an incorrect glEnableClientState, just warn
Alon Zakai
2013-02-06
support packed attributes in gl emulation code, perform restriding manually
Alon Zakai
2013-02-06
better checks for stride in prepareClientAttributes
Alon Zakai
2013-02-06
fix gluPerspective and add test
Alon Zakai
2013-02-06
fix struct.rusage
Alon Zakai
2013-02-06
fix struct.rlimit
Alon Zakai
2013-02-06
fix struct.tms
Alon Zakai
2013-02-06
fix struct.timespec
Alon Zakai
2013-02-06
fix struct.tm
Alon Zakai
2013-02-06
fix struct.utsname and allow simple bN syntax in struct definitions for ↵
Alon Zakai
fields of N bytes Conflicts: src/library.js
2013-02-06
fix struct.pollfd
Alon Zakai
2013-02-06
fix struct.statvfs
Alon Zakai
2013-02-06
fix struct.utimbuf
Alon Zakai
2013-02-06
fix struct.dirent
Alon Zakai
2013-02-06
fix struct.stat
Alon Zakai
2013-02-06
fix struct flock
Alon Zakai
2013-02-05
fix memmove bug and add testing
Alon Zakai
2013-02-04
fix test_websockets_partial
Alon Zakai
2013-02-04
refactor sockets code
Alon Zakai
2013-02-04
Merge pull request #832 from waywardmonkeys/typo-fixes
Alon Zakai
Fix typos.
2013-02-04
EXPLICIT_ZEXT option
Alon Zakai
2013-02-04
revert 73313a7ef6ab384a3130e50f4904b8ae232cf4a5 - stop labeling ifs in ↵
Alon Zakai
relooper due to speed concerns
2013-02-04
emit simple multiply in asm if the values are small enough to avoid double ↵
Alon Zakai
rounding concerns
2013-02-04
Fix typos.
Bruce Mitchener
2013-02-02
always use labels in multiple blocks; emit no more one-time loops but rather ↵
1.2.4
Alon Zakai
labeled ifs
2013-02-02
update relooper tests
Alon Zakai
2013-02-02
fix memcpy
Alon Zakai
2013-02-01
Merge pull request #818 from waywardmonkeys/gc-improvements
Alon Zakai
Gc improvements
2013-02-01
Add _realloc to EXPORTED_FUNCTIONS.
Bruce Mitchener
2013-02-01
Support GC_get_heap_size().
Bruce Mitchener
2013-02-01
Don't corrupt GC.totalAllocations.
Bruce Mitchener
2013-02-01
Add support for GC_REALLOC().
Bruce Mitchener
2013-01-31
fix glIsTexture from throwing a warning on null-ified textures, and add testing
Alon Zakai
2013-01-31
fix memcpy comparison order of operations bugs
Alon Zakai
2013-01-31
hand-optimize memcpy/asm
Alon Zakai
2013-01-31
fix bootstrap memset safe heap access
Alon Zakai
2013-01-31
Implemented eglTerminate and eglDestroyContext.
Jukka Jylänki
2013-02-01
Add GC support for GC_MALLOC_UNCOLLECTABLE.
Bruce Mitchener
2013-01-30
Merge pull request #807 from caiiiycuk/websocket__1
Alon Zakai
Fix '-1' problem in recv
2013-01-30
properly do unneeded args removal from last commit so it doesn't break inlining
Alon Zakai
2013-01-30
convert memmove to asm
Alon Zakai
2013-01-30
optimize gl constant compile-time multiplications
Alon Zakai
[next]