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-03-15
Fix the format switch in alBufferData
Ehsan Akhgari
2013-03-15
Fix bounds checking for buffers
Ehsan Akhgari
2013-03-15
Fix alGenBuffers
Ehsan Akhgari
2013-03-15
Implement alSourcePlay
Ehsan Akhgari
2013-03-15
Access destination off of AudioContext
Ehsan Akhgari
2013-03-15
Fix context creation and making it current
Ehsan Akhgari
2013-03-15
Support 0 names for buffers and sources
Ehsan Akhgari
2013-03-15
Implement alSoucefv
Ehsan Akhgari
2013-03-15
Add a panner node to the graph
Ehsan Akhgari
2013-03-15
Finish alSourcei, implement alSourcef and alSourceQueueBuffers
Ehsan Akhgari
2013-03-15
Finish up alSourcei
Ehsan Akhgari
2013-03-15
Add library_openal.js to the list of loaded libraries
Ehsan Akhgari
2013-03-15
Initial implementation of some of the OpenAL APIs
Ehsan Akhgari
2013-03-15
Add OpenAL headers
Ehsan Akhgari
2013-03-15
optimize use of .charCodeAt(0) at compile time
Alon Zakai
2013-03-15
asmify strcasecmp
Alon Zakai
2013-03-15
asmify strncasecmp
Alon Zakai
2013-03-15
add strcasecmp/strncasecmp/tolower test
Alon Zakai
2013-03-15
asmify tolower
Alon Zakai
2013-03-14
optimize strcat a little
Alon Zakai
2013-03-14
asmify strcat
Alon Zakai
2013-03-14
add strcat testing
Alon Zakai
2013-03-14
add branch in strncpy to avoid reading from possible invalid memory
Alon Zakai
2013-03-14
optimize bitshift64* a little
Alon Zakai
2013-03-14
fix bitshift64Ashr bug
Alon Zakai
2013-03-14
move dynamic 64-bit shifts into asm library calls
Alon Zakai
2013-03-14
notice asm link errors in benchmarks
Alon Zakai
2013-03-14
clean up spidermonkey entry in settings template
Alon Zakai
2013-03-13
do not emit code after a switch; fixes #946
Alon Zakai
2013-03-13
remove unneeded 64-bit shifts code
Alon Zakai
2013-03-13
optimize memory use of funcs_js in emscripten.py
Alon Zakai
2013-03-13
Merge branch 'incoming' of github.com:kripken/emscripten into incoming
Alon Zakai
2013-03-13
turn calls to undef into aborts, so they asmify
Alon Zakai
2013-03-12
use memory a little more efficiently in emscripten.py
Alon Zakai
2013-03-12
disable EMCC_DEBUG when bootstrapping relooper
Alon Zakai
2013-03-12
fix test_relooper
Alon Zakai
2013-03-12
asmify strncpy
Alon Zakai
2013-03-12
write strcpy in asm and add some testing
Alon Zakai
2013-03-12
Merge pull request #942 from waywardmonkeys/fix-typeof-decls
Alon Zakai
2013-03-12
headless improvements
Alon Zakai
2013-03-12
optimize pread to use typed array set()
Alon Zakai
2013-03-12
infrastructure for implementing i64 math in asm.js, and implement i64Add and ...
Alon Zakai
2013-03-12
make test_sdl_audio_mix report a result
Alon Zakai
2013-03-12
make sure SDL.channelMinimumNumber is initialized; fixes SDL audio tests
Alon Zakai
2013-03-12
fix globalScope altering in runtimelink modules; fixes test_runtimelink
Alon Zakai
2013-03-12
unique ids for aborts for dead functions
Alon Zakai
2013-03-12
update test_chunking
Alon Zakai
2013-03-12
support -s KEY=@PATH in emcc, for very large settings values
Alon Zakai
2013-03-12
Use less generic names for variables.
Bruce Mitchener
2013-03-11
add comments on ~/.emscripten file
Alon Zakai
[prev]
[next]