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
Age
Commit message (
Expand
)
Author
2013-02-17
default closure to off in all optimization levels - we rely on registerize fo...
Alon Zakai
2013-02-17
fix registerize bug on functions with arguments but no locals
Alon Zakai
2013-02-17
use registerize only when not keeping debug, and also use it when closure is ...
Alon Zakai
2013-02-17
disable closure if debug info was requested (-g)
Alon Zakai
2013-02-17
show version and git revision in emcc --version
Alon Zakai
2013-02-15
improve glIsProgram testing
Alon Zakai
2013-02-15
ensure no writes out of the buffer area in glReadPixels
Alon Zakai
2013-02-15
memory checks for glReadPixels
Alon Zakai
2013-02-14
set alpha to false in WebGL rendering - it represents the screen, so no alpha...
Alon Zakai
2013-02-14
fix and test glIsProgram
Alon Zakai
2013-02-14
fix gl flush assertion
Alon Zakai
2013-02-13
prepare jpeg as well as jpg
Alon Zakai
2013-02-10
force inputs to inttoptr to be i32 if they are i64; fixes #827
Alon Zakai
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-08
do not disable corrections/roundings/overflows in -O3
Alon Zakai
2013-02-07
Module.* options to disable image and audio autodecoding
Alon Zakai
2013-02-07
commented out explicit_zext in benchmarks
Alon Zakai
2013-02-06
Merge pull request #834 from caiiiycuk/test_memmove
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
use Math.imul in benchmarks
Alon Zakai
2013-02-06
fix gluPerspective and add test
Alon Zakai
2013-02-06
test for issue #838
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 field...
Alon Zakai
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-06
Test for memmove
Aleksander Guryanov
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 #821 from caiiiycuk/recv_test
Alon Zakai
2013-02-04
Merge pull request #832 from waywardmonkeys/typo-fixes
Alon Zakai
2013-02-04
remove test_pgo
Alon Zakai
2013-02-04
GLES 1.1 headers
Alon Zakai
[next]