Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for cppCompile (0.12 sec)

  1. platforms/documentation/docs/src/docs/userguide/optimizing-performance/build-cache/build_cache.adoc

        `org.gradle.language.scala.tasks.PlatformScalaCompile` (removed),
        link:{groovyDslPath}/org.gradle.api.tasks.scala.ScalaDoc.html[ScalaDoc]
    * Native toolchain:
        link:{javadocPath}/org/gradle/language/cpp/tasks/CppCompile.html[CppCompile],
        link:{javadocPath}/org/gradle/language/c/tasks/CCompile.html[CCompile],
        link:{javadocPath}/org/gradle/language/swift/tasks/SwiftCompile.html[SwiftCompile]
    * Testing:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 15 11:30:10 UTC 2024
    - 26.1K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/dsl/dsl.xml

            <para>Tasks used to build native binaries.</para>
            <table>
                <title>Native component task types</title>
                <tr>
                    <td>org.gradle.language.cpp.tasks.CppCompile</td>
                </tr>
                <tr>
                    <td>org.gradle.language.swift.tasks.SwiftCompile</td>
                </tr>
                <tr>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 15:00:02 UTC 2024
    - 34.7K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_5.adoc

    Passing additional compiler arguments now follow the same pattern as the `CppCompile` and other tasks.
    
    ==== Copied configuration no longer shares a list of `beforeResolve` actions with original
    
    The list of `beforeResolve` actions are no longer shared between a copied configuration and the original.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Feb 22 03:01:48 UTC 2024
    - 47.5K bytes
    - Viewed (0)
  4. platforms/native/tooling-native/src/crossVersionTest/groovy/org/gradle/language/cpp/tooling/r52/CppModelCrossVersionSpec.groovy

            debugX86Binary.compilationDetails.macroUndefines.empty
            debugX86Binary.compilationDetails.additionalArgs.empty
            debugX86Binary.compilationDetails.compilerExecutable.name == toolchain.cppCompiler.name
            debugX86Binary.compilationDetails.compileWorkingDir == projectDir.file("build/obj/main/debug/x86")
            debugX86Binary.compilationDetails.compileTask.path == ":compileDebugX86Cpp"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 16 10:10:39 UTC 2024
    - 17.1K bytes
    - Viewed (0)
  5. platforms/native/tooling-native/src/crossVersionTest/groovy/org/gradle/language/cpp/tooling/r410/CppModelCrossVersionSpec.groovy

            debugBinary.compilationDetails.macroUndefines.empty
            debugBinary.compilationDetails.additionalArgs.empty
            debugBinary.compilationDetails.compilerExecutable == toolchain.cppCompiler
            debugBinary.compilationDetails.compileWorkingDir == projectDir.file("build/obj/main/debug")
            debugBinary.compilationDetails.compileTask.path == ":compileDebugCpp"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 16 10:10:39 UTC 2024
    - 25.4K bytes
    - Viewed (0)
Back to top