Alex Lorenz
|
143ce1e682
|
[interop][SwiftToCxx] bridge Swift's Optional type in an experimental manner
|
2022-09-15 12:35:33 -07:00 |
|
Alex Lorenz
|
8c48d268d5
|
[interop][SwiftToCxx] expose subscript getter for Array's operator []
|
2022-09-12 21:13:44 -07:00 |
|
Alex Lorenz
|
d5c531fefc
|
[interop][SwiftToCxx] experimentally expose exposable Swift's Array members to C++
|
2022-09-12 20:42:16 -07:00 |
|
Alex Lorenz
|
1d164039b1
|
[interop][SwiftToCxx] experimentally expose Swift's Array type
This is done without annotations on the stdlib yet while @_expose is still experimental
|
2022-09-08 11:04:03 -07:00 |
|
Alex Lorenz
|
06d9fd24d4
|
[interop][SwiftToCxx] add experimental Swift::String -> NSString conversion operator
|
2022-08-25 15:09:30 -07:00 |
|
Alex Lorenz
|
bd8c874e17
|
[interop][SwiftToCxx] experimentally expose Swift::String type to C++
The only member that's currently exposed is the default initializer, everything else is in extensions
|
2022-08-25 15:09:30 -07:00 |
|
Alex Lorenz
|
e9450cf80b
|
[interop][SwiftToCxx] add a test to print out empty Swift stdlib module
|
2022-08-24 15:10:11 -07:00 |
|