Zac Hansen
Zac Hansen
For example: @return {std::vector}
For example, @param {Array.{MessageField}} [fields = **std::vector{}**] should be converted to an empty array: **[]**
class OuterClass::NestedClass
it should error out during plugin run and refuse to generate bindings if more than one constructor is supposed to be bound to the same javascript name - either explicitly...
When encountering methods that differ by SFINAE, it will generate add_method lines for both functions, which results in a runtime error. This should be caught by class parser and it...
Copy elision makes it possible to perform operations which are restricted by static_asserts. ``` /usr/local/include/v8toolkit/v8_class_wrapper.h:1842:3: error: static_assert failed "Cannot return a copy of an object of a type that is...
CastToNative for std::function hasn't been written and this limits the ability to create a default parameter value corresponding to a C++ function's default value. Also, right now default values are...
Many combinations of qualifications on types probably cause problems. I've dealt with them on an as-needed basis for actual code - not from a thorough understanding of the c++ type...
I had a file with 1000 lines of wrapping code and couldn't compile it on a computer with 4GB of ram without it going many GB into swap. I've attempted...