Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
size both in JS and C++. There are some known bugs. I'll get to those soon.
|
|
it yet and I have a method that will match the convention of JavaScript code
|
|
|
|
|
|
|
|
|
|
|
|
embind.js
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
to deserve its own name.
|
|
|
|
understand this code.
|
|
|
|
|
|
|
|
when trying to pass a non-object to a function that expects an object reference.
|
|
|
|
different mechanism for looking up the pointee type
|
|
undefined if out of bounds.
|
|
|
|
|
|
class for which no smart pointer was registered would cause a crash.
Now a smart pointer is only downcast to the most derived class which is bound and for which a smart pointer is registered.
|
|
accessible constructor
|
|
|
|
|
|
|
|
|
|
passing strings with embedded nul characters.
|
|
|
|
|
|
|
|
isinstance works again. When Function.create exists we can have the benefit of both worlds.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|