Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 52 of 52 for NativeCompileSpec (0.17 sec)

  1. platforms/native/language-native/src/main/java/org/gradle/language/swift/tasks/SwiftCompile.java

            spec.source(getSource());
            spec.setRemovedSourceFiles(removedFiles);
            spec.setChangedFiles(changedFiles);
    
            // Convert Swift-like macros to a Map like NativeCompileSpec expects
            Map<String, String> macros = new LinkedHashMap<>();
            for (String macro : getMacros().get()) {
                macros.put(macro, null);
            }
            spec.setMacros(macros);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 11.6K bytes
    - Viewed (0)
  2. testing/architecture-test/src/changes/archunit-store/internal-api-nullability.txt

    Class <org.gradle.nativeplatform.toolchain.internal.NativeCompileSpec> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (NativeCompileSpec.java:0)
    Class <org.gradle.nativeplatform.toolchain.internal.NativeCompiler$1> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (NativeCompiler.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 967.9K bytes
    - Viewed (0)
Back to top