Results 10 issues of Gábor Mező

CI on all platforms - [x] Travis - [ ] Appveyor

enhancement
help wanted
TODO

C++ classes [like this](https://www.codeproject.com/Articles/28969/HowTo-Export-C-classes-from-a-DLL#CppMatureApproach) could get imported and used by fastcall in an auto created JavaScript object wrapper. Trailer: C++: ```C++ struct IXyz { virtual int Foo(int n) = 0;...

enhancement

As title says. Vote up the issue there: https://github.com/cmake-js/cmake-js/issues/70

enhancement
TODO

as title says, from ref-struct

TODO

https://github.com/arrayfire/arrayfire-js as title says

TODO

https://github.com/kushal-likhi/operator-overloading-js I should investigate it. - could I apply operators to a native addon class? - does it cause slowdown of the compiled code?

TODO

As title says. You can vote up this issue by a regular +1 or with a small amount of [![](https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=LMERWE2EHYC2E&lc=HU&item_name=Vote%20up%20NOOOCL%2320&item_number=NOOOCL%2320&currency_code=HUF&bn=PP%2dDonationsBF%3abtn_donate_LG%2egif%3aNonHosted)

TODO

If I need an RGBA buffer, the supported way of doing this is that I have to create a buffer, and iterate lwip image by using getPixel method, and put...

feature request