|
b5773b5525
|
Make GC mode the default.
|
2019-06-19 14:29:24 -04:00 |
|
|
4aa1211d73
|
Complete working GC mode.
|
2019-06-19 14:07:33 -04:00 |
|
|
c8209dd260
|
Interim commit.
|
2019-06-18 17:29:52 -04:00 |
|
|
e5c8e114bf
|
Add garbage collection memory mangement mode (gogc). Lots of fixes
related to pointer handling and memory management.
|
2019-06-18 09:15:46 -04:00 |
|
|
ac9eecafd8
|
Convert all Go wrapped objects to pointers so the Go GC can track
all of the Objective-C pointers. Still working on bug with typedefs
to wrapped types.
|
2019-06-13 09:25:53 -04:00 |
|
|
b0139b9aa8
|
Bug fixes and clean up how methods are added to an interface from
superclasses and protocols. Ensure that "Unavailable" attributes are
handled properly.
|
2019-06-11 16:41:21 -04:00 |
|
|
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 |
|