Age | Commit message (Collapse) | Author |
|
|
|
Fix C++11 support in libcxx
|
|
emlibtool is a big TODO right now. The only reason this was
not causing problems is that autotools-generated configure does
NOT get libtool from environment variables.
|
|
Such that:
1. Packages installed into system/ or system/local are found
by configure.
2. System packages are NOT found.
This can be a pain sometimes. Can be overriden by setting
EM_PKG_CONFIG_PATH to additional locations.
|
|
Now one can do:
emconfigure ./configure --prefix=/path/to/emscripten/local
And then make install to there, like a real /usr/local. No
manual bitcode moving.
Now if there was a way to change default prefix of configure
using an env var...
|
|
|
|
Fixed M_TWOPI in settings.js
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Added IE7 fix script
|
|
|
|
Fix SDL_MapRGB and implement SDL_MapRGBA.
|
|
|
|
Also provide a test case.
|
|
|
|
llvm_uadd_with_overflow_i8
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
remove some unused command line arguments
|
|
|
|
|
|
|
|
|
|
|
|
double values, and fix one extra byte being needlessly allocated while we are at it
|
|
|
|
from stdin using node
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Clang++ reports warning "argument unused during compilation '-nostdinc++'.
|
|
|