Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
coverage and support for fastcomp
|
|
|
|
|
|
conflicts: tests/test_core.py tools/shared.py
|
|
|
|
|
|
We can't use weak aliases on variables in emscripten, so get rid of __signgam
and just use signgam.
|
|
This implementation of strtod() replaces the old as it implements
support for parsing hex constants which is needed by various tests.
|
|
This handles the situation when they're part of a global variable
whether it just be a float/double or embedded within a struct.
Fixes #1898.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
aggressiveVariableElimination
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
log messages with callstack information, and function emscripten_get_callstack(), which allows programmatically obtaining the current callstack.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|