Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for SwiftAppWithCppLibrary (0.41 sec)

  1. platforms/native/platform-native/src/testFixtures/groovy/org/gradle/nativeplatform/fixtures/app/SwiftAppWithCppLibrary.groovy

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.nativeplatform.fixtures.app
    
    class SwiftAppWithCppLibrary extends SwiftAppWithLibraries {
        final logger = new CppGreeterFunction().asLib()
        final greeter = new SwiftGreeterUsingCppFunction(logger, 'log')
    
        @Override
        SourceElement getLogLibrary() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 1004 bytes
    - Viewed (0)
  2. platforms/native/language-native/src/integTest/groovy/org/gradle/language/swift/SwiftDependenciesCppInteroperabilityIntegrationTest.groovy

     * limitations under the License.
     */
    
    package org.gradle.language.swift
    
    import org.gradle.integtests.fixtures.ToBeFixedForConfigurationCache
    import org.gradle.nativeplatform.fixtures.app.SwiftAppWithCppLibrary
    import org.gradle.test.fixtures.file.DoesNotSupportNonAsciiPaths
    import org.gradle.vcs.fixtures.GitFileRepository
    
    @DoesNotSupportNonAsciiPaths(reason = "Swift sometimes fails when executed from non-ASCII directory")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 4.1K bytes
    - Viewed (0)
Back to top