Age | Commit message (Collapse) | Author |
|
same built libraries
|
|
|
|
consistent across machines
|
|
Add sys/sendfile.h
|
|
|
|
Include signal h
|
|
cDefine should use single quotes
|
|
|
|
This makes these 2 usages match all of the others.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
dest paths, and fix test_preload_file
|
|
split up FS.init
|
|
Empty implmentations of flock, mprotect and msync
|
|
|
|
|
|
users can override them (not recommended though)
|
|
|
|
|
|
|
|
|
|
|
|
incoming
|
|
testing for no system c++ headers showing up in our path
|
|
added addOnPreRun and addOnPostRun
|
|
Use switch statement for isspace implementation. Results in huge speed i...
|
|
increase on Chrome Android at least, avoiding a hot path in common tasks like XML parsing, etc.
|
|
cpp-style suffix
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This will considerably improve the performance of qsort-heavily-used projects
like Android-Pinyin-IME, more discussion:
https://groups.google.com/forum/#!topic/emscripten-discuss/Ah2CNfQ8ra4
https://github.com/kripken/emscripten/pull/1437
|
|
OpenAL: buffer queuing and more
|
|
|
|
relative
- call updateSource when calling alGetSourcei
|
|
- Changed source validation conditionals.
|
|
|
|
|