Age | Commit message (Collapse) | Author |
|
Socketpair
|
|
|
|
higher-level register_function though...
|
|
|
|
pointer to the string literal as a constant as opposed to a global variable.
|
|
add support for interned string symbols to emscripten::val
|
|
the non-minified JS in Northstar.
|
|
|
|
|
|
|
|
|
|
|
|
before pusing embind to GitHub.
|
|
|
|
|
|
|
|
|
|
__attribute__((used)) macro in embind/bind.cpp.
This reverts commit cbf636a88bcfcabf084331fc4d8a445cacb158f9.
|
|
|
|
|
|
|
|
|
|
This involved reworking how value_struct and value_tuple are registered.
|
|
|
|
|
|
value types.
|
|
setters.
|
|
pointers.
|
|
|
|
bug that made it into one variant of the function but not the other...
|
|
|
|
be able to do some cool things in the future.
|
|
have u32 type, so UINT_MAX literal comes out as 'i32 -1' literal to JS, which whould treat it as a negative -1.0 double.
|
|
function exported with embind and the integer (char/short/int/long) is out of bounds of the data type expected by the C++ function.
|
|
|
|
|
|
functions that take smart pointers for 'this'
|
|
to the method. This removes several special cases and will remove even more soon.
|
|
|
|
|
|
value_tuple elements.
|
|
class, and use the same ClassHandle prototype so class handles and smart pointer handles share implementations for .clone() and .delete()
|
|
|
|
makeLegalFunctionName)
|
|
|
|
|
|
|
|
|
|
|
|
|