Age | Commit message (Collapse) | Author |
|
than ownership semantics. That is, to keep a reference beyond the function call, you must call .clone(). This is necessary to avoid special-casing non-overridden virtual functions. (I don't know if this change will stick. It's possible it will have some problems.)
|
|
JavaScript object.
|
|
the JavaScript object would be released when the last JS handle was destroyed, not when the object was.
|
|
|
|
|
|
pointer fixups.
|
|
|
|
pointer that gets returned, then return the JS instance.
|
|
|
|
|
|
|
|
|
|
JavaScript
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Conflicts:
AUTHORS
|
|
|
|
https://github.com/kripken/emscripten/commit/5b41371bb5897a49e1fdcad18d053f775105c846 when Web Audio API is available, and works around the Firefox bug https://bugzilla.mozilla.org/show_bug.cgi?id=654787.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix 64bit long return issue
|
|
|
|
|
|
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.
|
|
the testsuite.
|
|
|
|
process return code. This uncovers issues in other.test_embind which were not caught before. See #2335.
|
|
|