|
758ea40679
|
Add constants for C enum types. Add NSEnumerator helper. Fix
bugs in Go class names. Add "Frameworks" option to nswrap.toml.
Improve handling of ast.EnumDecl and ast.EnumConstantDecl.
|
2019-05-02 14:14:29 -04:00 |
|
|
be92b200ad
|
Handle functions identified by regexp in nswrap.toml config
file. Handle inherited class methods.
|
2019-05-01 10:58:29 -04:00 |
|
|
e6232bdccb
|
Fix VaArgs configuration.
|
2019-04-30 09:21:54 -04:00 |
|
|
d78e055008
|
Handle Objective-C methods with variadic arguments.
|
2019-04-29 16:14:45 -04:00 |
|
|
c03e37bd54
|
Make a Go Interface instead of a struct for top level objects.
Use a new struct Id as a concrete version of that type.
|
2019-04-29 11:46:48 -04:00 |
|
|
977a09e77e
|
Better handling of multiple classes and input files. Handle
Objective C type parameter declarations. Check Typedefs when
determining if a Type is a pointer or a function.
|
2019-04-26 22:44:30 -04:00 |
|
|
6135381cc7
|
Allow #pragma directives to be provided in the config file.
|
2019-04-26 15:41:29 -04:00 |
|
|
009a974a1a
|
Rename to nswrap, put configuration in a toml file, allow imports
and sysimports.
|
2019-04-26 15:34:36 -04:00 |
|
|
4f260dda0e
|
Fix handling of id and void* types. Add helper functions to convert
char* to and from Go strings. Parse block (^) types. Skip methods
with functions as parameters. Fix passing pointers go C code.
|
2019-04-26 14:08:43 -04:00 |
|
|
885658b67b
|
Implement new type system. Working wrapper for simple Objective-C
interfaces.
|
2019-04-23 15:48:11 -04:00 |
|
|
74f4073d35
|
Improved type handling.
|
2019-04-11 11:46:24 -04:00 |
|
|
2fbd9134a0
|
Generate go and objc wrapper functions. Translate classes into wrapped
unsafe.Pointer() instances. Embed super-class to simulate inheritance
and hold pointers only at the base class.
|
2019-04-10 14:00:48 -04:00 |
|
|
bcb4a0680d
|
Identify methods from interfaces and categories, determine their
parameter and return types.
|
2019-04-09 23:19:49 -04:00 |
|
|
6a9c5c2811
|
Initial commit.
|
2019-04-09 11:52:21 -04:00 |
|