[swift-corelibs-dev] libdispatch#162: Android support

2016-08-24 Thread Gonzalo Larralde via swift-corelibs-dev
Hi guys, I've been working on the following PR to enable cross-compilation for Android armv7, in a similar way as it's being done in swift project https://github.com/apple/swift-corelibs-libdispatch/pull/162 My idea was to bring a change that can be streamlined in swift's compilation process eas

Re: [swift-corelibs-dev] Wrapping up Swift 3 for swift-corelibs

2016-07-29 Thread Gonzalo Larralde via swift-corelibs-dev
Hi everyone, Wanted to know if there's any plan to find a solution for Auto Bridging between corelibs-foundation <> Swift types in the same manner as it is done for Obj-C. There has been some discussions about this in the following PRs: https://github.com/apple/swift-corelibs-foundation/pull/310