Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
emcc now understands -Wl,--start-group, -Wl,--end-group to group static
libraries. Static libraries in a group need not be specified in
dependent to dependency order and can have circular dependencies.
|
|
This enables future changes which will re-scan archives for objects
(either grouped with -Wl,--start-group, -Wl,--end-group or some new
emcc specific flag).
This is mostly moving lines around and adding some comments. The only
functional change is that if you specify the same archive multiple times
(a workaround for the lack of grouping flags), we will now only extract
it once instead of multiple times. But it will still be scanned multiple
times.
|
|
ffdb.py
|
|
process return code. This uncovers issues in other.test_embind which were not caught before. See #2335.
|
|
operate Firefox OS devices from the command line.
|
|
the fround polyfill
|
|
|
|
|
|
|
|
|
|
|
|
(which has less overhead than the previous helper)
|
|
spidermonkey_none
|
|
runner operation.
|
|
|
|
|
|
OSX SDK version we are targeting. Add a function CLANG_NATIVE_ARGS() that returns a list of compiler args that need to be appended when building native executables for the current platform, which for OSX automatically find an SDK to target. Make the machinery lazy and cached so that it's not invoked if native executables are not built, and that it's invoked only once when needed. Fixed test other.test_bad_triple on OSX.
|
|
.js file if a .html file without asm.js code is given. This matches the convention of emcc output, which generates .html and .js files with same basename.
|
|
influenced by the loop var or the helper
|
|
More musl.
|
|
Empkg prerequisites
|
|
params are automatically added to that engine.
|
|
|
|
|
|
|
|
asm.js performance.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
to use musl for better asm.js performance.
|
|
|
|
performance.
|
|
asm.js performance in the algorithm.
|
|
not needed
|
|
|
|
|
|
files and avoid unnecessary copies
|
|
|
|
|
|
|
|
|
|
|
|
simplified ifs
|
|
|