Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Allow Emscripten to recognize and compile .m and .mm files
|
|
|
|
|
|
|
|
|
|
compiler.js
|
|
|
|
|
|
Optimize (x&A)<<B>>B.
|
|
|
|
|
|
|
|
|
|
(Objective-C and Objective-C++, respectively)
|
|
|
|
fixes #865
|
|
|
|
|
|
Add an optimization to simplifyExpressionsPre to replace (x&A)<<B>>B with X&A
if possible. This comes up frequently in C++ with bool variables.
|
|
|
|
|
|
|
|
and using malloc before us
|
|
Math.imul
|
|
|
|
|
|
|
|
|
|
|
|
2. mmap(): Use valloc() directly.
3. mmap(): Try to avoid Array.slice() when possible.
|
|
constructions.
|
|
|
|
|
|
Symlink support
|
|
|
|
emscons
|
|
|
|
trigger setjmp on negative values
|
|
Fix Mix_PlayMusic's handling of loop argument in SDL
|
|
|
|
|
|
|