Age | Commit message (Collapse) | Author |
|
|
|
|
|
Conflicts:
tools/js-optimizer.js
|
|
|
|
|
|
Conflicts:
emcc
tools/js-optimizer.js
tools/js_optimizer.py
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
compiler.js
|
|
|
|
|
|
|
|
|
|
|
|
Emscripten does not implement Google Native Client/Pepper APIs.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
needless tear down le32 stuff
|
|
Enable simple Cogl based apps by fixing some SDL_GL_GetProcAddress issues
|
|
Build wrapper exit code fix
|
|
checks
|
|
|
|
emscripten requires python 2 but some systems have multiple versions of
python installed and the 'python' binary will correspond to python 3. We
now explicitly look for a python2 first when setting up a default
.emscripten config file.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
`CalledProcessError` when the underlying command's `returncode` is not 0.
Handle all calls inside of `shared.py` to ignore the error, so behavior does not change.
Handle error in `emmake` and `emconfigure`, so these exit with the `returncode` of the underlying command.
|
|
Add wchar and multibyte libc functions
|