Age | Commit message (Collapse) | Author |
|
manually stopped
|
|
separately anyhow; pretty printed makes debugging easiser
|
|
|
|
Add the so and dll suffixes as bitcode suffixes as well
|
|
|
|
|
|
|
|
Support CMake in emconfigure
|
|
This adds a CMAKE_TOOLCHAIN_FILE argument to CMake based build systems
so that they don't attempt to find headers, libraries and packages
which Emscripten does not support
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
structure type info
|
|
|
|
Make test_poppler pass on Mac
|
|
Make test_openjpeg pass on Mac
|
|
Import shared.py properly
|
|
|
|
|
|
|
|
We need to do this dance because shared.py reassigns the global Settings
object to point to a new class, but because Python is lexically scoped,
the Settings global name in tests/runner.py would not get updated to
point to the new name, which would cause changes to Settings.FOO_BAR in
runner.py not be reflected in Settings.serialize() and therefore not
being passed down to emcc.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|