|
9a4fabda24
|
Run gofmt -w on everything. Add 'gogc' option to use Go garbage
collector for memory management.
|
2019-06-11 12:38:22 -04:00 |
|
|
a2d0f9bc4f
|
Change domain name in package path.
|
2019-05-29 12:57:53 -04:00 |
|
|
38c7856b89
|
Bug fix and start improvements to subclassing.
|
2019-05-24 00:12:46 -04:00 |
|
|
4f6930002d
|
First draft that handles subclasses and improvements to delegate
implementation.
|
2019-05-21 16:26:52 -04:00 |
|
|
511f2f1968
|
Improve type handling for enums. Handle "__kindof" qualifiers.
Add examples/app. Allow VisibilityAttr "Hidden".
|
2019-05-06 13:21:36 -04:00 |
|
|
3573aa9144
|
Change Go types to simple unsafe Pointers instead of pointers
wrapped in structs. It could be possible to handle pointers to
pointers now.
|
2019-04-30 09:14:25 -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 |
|