bindings-generator icon indicating copy to clipboard operation
bindings-generator copied to clipboard

JSBindings generator for C++

Results 21 bindings-generator issues
Sort by recently updated
recently updated
newest added

1.Add record of deprecated functions 2.Add finalize support of no-ref class 3.Add parse of public member variable

修复 rename_functions中如果有skip中的"方法名"时,会把rename后的方法也跳过,现在修改为,skip后,再rename

6 warnings plus 1 error occur when I try to use llvm3.3 generate the binding code, seems warning wont affect much ,but error makes the process stop, Here is the...

The [documentation](https://github.com/cocos2d/bindings-generator/README.md) explains how to generates jsbindings, but it does not tell the proper way to integrate it into a cocos2d-js project. - What steps should be followed? - Where...

我因为安装了qt创造器的minGw安装包,并且把minGw的bin目录加入了path,这样会导致"发现未声明的类型char16_t"等clang的编译错误。

class A:public cocos2d:"Ref { static void info(const char \* pszFormat,...); } 我在工程里跑的时候,貌似不支持偶。你们是否测试过呢?

Hello devs! I'm trying to run genbindings.py, but unfortunately I'm seeing the error, mentioned in the subject. I'm on Ubuntu 14.04, I followed the instructions and set everything up, I...

Is this generator generic enough to bring in other languages with not a ton of work? GC langs could follow JS and non-GC langs could setup more direct bindings. Or...

simple_test_headers = -I%(cxxgeneratordir)s/test/simple_tes might be simple_test_headers = -I%(cxxgeneratordir)s/test/simple_test.h plus can you guys add more specification about BG? Realy block a lot on this.