FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src/embind/embind.js - JavaScriptIOT/emscripten · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
JavaScriptIOT
/
emscripten
Public
forked from
emscripten-core/emscripten
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
emscripten
src
embind
embind.js
on
universal-python
User selector
Datepicker
Commit history
Commits on Sep 22, 2015
[Embind] Fix getTypeName not defined
Show description for 576c12a
Minishlink
committed
576c12a
View commit details
Copy full SHA for 576c12a
View code at this point
Browse repository at this point
Commits on Apr 7, 2015
stop caching HEAPU16 and HEAPU32 in _embind_register_std_wstring.
canning-duck
committed
af0742b
View commit details
Copy full SHA for af0742b
View code at this point
Browse repository at this point
Commits on Mar 17, 2015
Unsigned values should be converted to unsigned before exiting embind
aperrot
committed
b7e908b
View commit details
Copy full SHA for b7e908b
View code at this point
Browse repository at this point
Commits on Dec 17, 2014
Update embind to work with Closure Compiler
Show description for 1ea1a63
rharkeadsk
committed
1ea1a63
View commit details
Copy full SHA for 1ea1a63
View code at this point
Browse repository at this point
Commits on Nov 15, 2014
Allow embind to benefit from the EXPORT_FUNCTION_TABLES option.
chadaustin
committed
5a3ae46
View commit details
Copy full SHA for 5a3ae46
View code at this point
Browse repository at this point
replace the Function.prototype.bind in embind asm.js with a bind-time-generated trampoline. This results in a 500% reduction in call overhead in Chrome. (Very little change in Firefox)
chadaustin
committed
a563da7
View commit details
Copy full SHA for a563da7
View code at this point
Browse repository at this point
Commits on Nov 12, 2014
IE11 compatibility
Chad Austin
authored and
chadaustin
committed
0555b29
View commit details
Copy full SHA for 0555b29
View code at this point
Browse repository at this point
Commits on Oct 17, 2014
[tracing] Support tracing all entry points via embind.
waywardmonkeys
committed
899fe2a
View commit details
Copy full SHA for 899fe2a
View code at this point
Browse repository at this point
Commits on Oct 9, 2014
Fix UnboundTypeError.
Andy Friesen
authored and
waywardmonkeys
committed
0210808
View commit details
Copy full SHA for 0210808
View code at this point
Browse repository at this point
Commits on Aug 19, 2014
Embind: support nulls in embind_repr()
jlee-imvu
authored and
waywardmonkeys
committed
972e151
View commit details
Copy full SHA for 972e151
View code at this point
Browse repository at this point
Embind: Allow the cloning of pointers scheduled for deletion
jlee-imvu
authored and
waywardmonkeys
committed
cef1852
View commit details
Copy full SHA for cef1852
View code at this point
Browse repository at this point
Commits on Aug 10, 2014
fix embind in ie11: ES5 does not provide a 'name' property on functions
chadaustin
committed
8b1822f
View commit details
Copy full SHA for 8b1822f
View code at this point
Browse repository at this point
Commits on Aug 3, 2014
change memory_view so that type knowledge is known statically in the signature, so that the specific typed array does not need to be dynamically looked up upon wiretype decode.
chadaustin
authored and
waywardmonkeys
committed
c73838f
View commit details
Copy full SHA for c73838f
View code at this point
Browse repository at this point
avoid a trampoline in memory view decoding
chadaustin
authored and
waywardmonkeys
committed
2983fd2
View commit details
Copy full SHA for 2983fd2
View code at this point
Browse repository at this point
special-case void returns to avoid wiretype marshalling and destructors. huge win in firefox, minor win in chrome. have not run tests.
chadaustin
authored and
waywardmonkeys
committed
752b9c7
View commit details
Copy full SHA for 752b9c7
View code at this point
Browse repository at this point
avoid generating the named function trampoline in method callers and optimize integer readFromPointer (i have not run tests)
chadaustin
authored and
waywardmonkeys
committed
0b1a90d
View commit details
Copy full SHA for 0b1a90d
View code at this point
Browse repository at this point
Embind: Replace slow introspecting clone() with one that copies known pointer internals
jlee-imvu
authored and
waywardmonkeys
committed
60a4eea
View commit details
Copy full SHA for 60a4eea
View code at this point
Browse repository at this point
Convert embind/emval to JS library format.
waywardmonkeys
committed
350f199
View commit details
Copy full SHA for 350f199
View code at this point
Browse repository at this point
Commits on May 29, 2014
Fix a bug where a returned handle to a derived JS object would not always correctly increment the reference count of the underlying smart pointer.
Chad Austin
authored and
waywardmonkeys
committed
3459932
View commit details
Copy full SHA for 3459932
View code at this point
Browse repository at this point
Commits on May 21, 2014
Passing an argument from C++ into JavaScript has 'borrow' semantics rather than ownership semantics. That is, to keep a reference beyond the function call, you must call .clone(). This is necessa…
Show description for 121cb8f
Chad Austin
authored and
waywardmonkeys
committed
121cb8f
View commit details
Copy full SHA for 121cb8f
View code at this point
Browse repository at this point
expose the set of inherited instances for debugging purposes
Chad Austin
authored and
waywardmonkeys
committed
a33f6e6
View commit details
Copy full SHA for a33f6e6
View code at this point
Browse repository at this point
Bring back the ability to implement a C++ interface with a specific JavaScript object.
Chad Austin
authored and
waywardmonkeys
committed
179248a
View commit details
Copy full SHA for 179248a
View code at this point
Browse repository at this point
Fix a bug where, when extending from a class held with intrusive pointers, the JavaScript object would be released when the last JS handle was destroyed, not when the object was.
Chad Austin
authored and
waywardmonkeys
committed
22288a4
View commit details
Copy full SHA for 22288a4
View code at this point
Browse repository at this point
start to checkpoint some intrusive pointer tests
Chad Austin
authored and
waywardmonkeys
committed
a8eda73
View commit details
Copy full SHA for a8eda73
View code at this point
Browse repository at this point
Prevent some common mistakes when calling parent constructors and destructors
Chad Austin
authored and
waywardmonkeys
committed
09b00f5
View commit details
Copy full SHA for 09b00f5
View code at this point
Browse repository at this point
Make returning JavaScript instances work in the presence of base class pointer fixups.
Chad Austin
authored and
waywardmonkeys
committed
e25a0f0
View commit details
Copy full SHA for e25a0f0
View code at this point
Browse repository at this point
handle some scenarios where you mix delete() and deleteLater()
Chad Austin
authored and
waywardmonkeys
committed
3147a21
View commit details
Copy full SHA for 3147a21
View code at this point
Browse repository at this point
If embind knows about a live JavaScript instance and it matches a raw pointer that gets returned, then return the JS instance.
Chad Austin
authored and
waywardmonkeys
committed
c75048a
View commit details
Copy full SHA for c75048a
View code at this point
Browse repository at this point
Call __destruct on the JS implementation when the instance is destroyed.
Chad Austin
authored and
waywardmonkeys
committed
ec70dcb
View commit details
Copy full SHA for ec70dcb
View code at this point
Browse repository at this point
Rename initialize to __construct to avoid conflicting with C++ function names
Chad Austin
authored and
waywardmonkeys
committed
416a5a9
View commit details
Copy full SHA for 416a5a9
View code at this point
Browse repository at this point
checkpoint returning JS instances out of embind
Chad Austin
authored and
waywardmonkeys
committed
9759bdb
View commit details
Copy full SHA for 9759bdb
View code at this point
Browse repository at this point
Support deriving from abstract classes with constructors
Chad Austin
authored and
waywardmonkeys
committed
1f7d9ea
View commit details
Copy full SHA for 1f7d9ea
View code at this point
Browse repository at this point
give a good error message when a pure virtual function is not implemented in JavaScript
Chad Austin
authored and
waywardmonkeys
committed
1bad0e2
View commit details
Copy full SHA for 1bad0e2
View code at this point
Browse repository at this point
Remove .implement from the public API
chadaustin
authored and
waywardmonkeys
committed
6e73971
View commit details
Copy full SHA for 6e73971
View code at this point
Browse repository at this point
pass jshint
Chad Austin
authored and
waywardmonkeys
committed
592a59f
View commit details
Copy full SHA for 592a59f
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL