You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enhance NativeScript FFI with improved type conversions and compatibility features
- Added support for handling C strings as references in TypeConv.
- Improved SInt64 and UInt64 type conversions to handle large integers using BigInt.
- Enhanced PointerTypeConv to allow for void pointers and improved handling of struct types.
- Introduced new utility functions for managing struct encodings and type definitions.
- Implemented compatibility shims for UIColor on macOS to ensure consistent behavior.
- Updated timer management in Timers.mm to use mutexes for thread safety and prevent memory leaks.
- Enabled reference tests in the TestRunner to ensure proper functionality of reference types.
0 commit comments