Age | Commit message (Collapse) | Author |
|
to at least add params to node/v8 in ~/.emscripten by defining a list there and not just a string
|
|
|
|
|
|
Add additional error reporting to Popen failures on Windows to be able t...
|
|
llvm-link can't seem to handle spaces in response files sanely, and I
can't find a way to quote them. So just don't include them, and use it
only on Windows.
|
|
|
|
|
|
|
|
|
|
comparisons
|
|
needed internally
|
|
|
|
|
|
|
|
|
|
|
|
|
|
pinpoint what command line causes a failure.
|
|
|
|
|
|
Cmdline fixes
|
|
Previously, this would just throw an exception, now it provides
a reasonable error message.
|
|
|
|
|
|
labeled ifs
|
|
|
|
|
|
|
|
Fixes #762. Thanks to d0k in #llvm for the helpful insight!
|
|
|
|
|
|
|
|
|
|
Conflicts:
src/library_browser.js
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
PYTHON not being defined are not emitted.
|
|
should preserve the default behavior in a way that can be overridden.
|
|
symlink pointing to the right place. See PEP394 for details on why this should be OK.
|
|
|
|
|