Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
On OS X, there is a system-wide clang that is the wrong version,
so the guessing goes wrong. Looking for llvm-dis is less likely
to go wrong and is also required by the build process.
|
|
|
|
|
|
|
|
Cleanup compiler flags
|
|
|