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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
understand this code.
|
|
|
|
|
|
when trying to pass a non-object to a function that expects an object reference.
|
|
|
|
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.
|
|
|
|
|
|
or more intermediate classes are not bound.
Warning: we know nothing about the members of the unbound classes, so you might end up inheriting the bound base class's
member when a C++ routine would inherit the identically named member from the unbound class.
|
|
- Removed dead code
|
|
|
|
-- shared_ptr (outside of class definition) is still allowed"
This reverts commit c38bb38e9d6393dfacb4afb0e9ba80ce42aee965.
|
|
This reverts commit 4a9e281a7d42595354c775ee1a79fdb9c3ec6354.
|
|
|
|
shared_ptr (outside of class definition) is still allowed
shared pointers passed by reference can be modified by the called code -- the change is now reflected at the Javascript calling level
other minor clean-up and small syntactic changes
|
|
|
|
|
|
count_emval_handles could be incorrect.
|
|
|
|
|
|
|
|
|
|
|