Relating C++ Interoperability to Former Objective-C interoperability - (Providing Swift overlays for C++ standard library types GSoC)
|
|
12
|
668
|
April 4, 2022
|
Efficiently converting from Data to UnsafePointer<CChar>?
|
|
7
|
267
|
March 9, 2022
|
Using a dynamically linked C library (.dylib) from SPM
|
|
5
|
1163
|
February 28, 2022
|
Shared library constructors in Swift
|
|
12
|
1722
|
November 14, 2021
|
Swift and C interoperability, passing Swift reference to C function
|
|
2
|
874
|
February 23, 2020
|
Should anyone be using @_silgen_name outside of the standard library developers?
|
|
23
|
1992
|
August 13, 2021
|
Is DEBUG macro automatically defined?
|
|
2
|
447
|
June 14, 2021
|
Sugaring C APIs
|
|
7
|
701
|
April 30, 2021
|
SwiftPM C Library Wrapper Can’t Find Library (auto-link?)
|
|
13
|
996
|
April 27, 2021
|
Strings passed to SQLite C API are often incorrect
|
|
6
|
775
|
January 1, 2021
|
Getting a string allocated in a C function via char** parameter?
|
|
3
|
559
|
December 31, 2020
|
Using C code from Swift causes EXC_BAD_ACCESS
|
|
19
|
784
|
December 9, 2020
|
Why does Xcode require an unsafeFlag to find certain headers but `swift build` doesn't?
|
|
14
|
1351
|
July 19, 2020
|
[SPM] PackageDescription 5.3 does not recognize .hpp headers as such and asks for them to be excluded or used as resources
|
|
5
|
1342
|
July 16, 2020
|
Using va_list in C function with a Swift String raises EXC_BAD_ACCESS
|
|
3
|
1215
|
July 14, 2020
|
Calling C++ constructors -- looking for feedback on my approach
|
|
21
|
1509
|
June 9, 2020
|
Using Swift libraries in other languages
|
|
9
|
974
|
May 24, 2020
|
Objective-C Helper Headers in Swift Packages
|
|
1
|
556
|
February 9, 2020
|
How to use C++ standard library via Swift C++ interoperability
|
|
7
|
1597
|
January 12, 2020
|
How to make C Struct with dispatch_queue_t member accessible in Swift
|
|
4
|
528
|
October 16, 2019
|
Ncurses on Linux
|
|
5
|
1112
|
August 1, 2019
|
How to define structures that can be passed to C?
|
|
6
|
1479
|
May 8, 2019
|
Swift 5 UnsafeMutablePointer not working as intended
|
|
12
|
1423
|
April 5, 2019
|
Passing (possibly non-contiguous) array to a C API
|
|
3
|
1302
|
March 20, 2019
|
∃? Simple way to call C functions in static library from (Xcode / iOS Swift) Playgrounds
|
|
1
|
828
|
January 18, 2019
|
Possible problem with C-Interop?
|
|
5
|
680
|
January 13, 2019
|
Require a minimum version of a system library
|
|
3
|
617
|
December 19, 2018
|
Change in how C function signatures are translated in Swift 5?
|
|
11
|
855
|
December 5, 2018
|
Passing a Swift function as an OpaquePointer to another C function
|
|
7
|
3037
|
November 20, 2018
|
Force an integer overflow?
|
|
4
|
794
|
July 13, 2018
|