Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 247 for linkage (0.15 sec)

  1. platforms/documentation/docs/src/docs/dsl/org.gradle.language.cpp.CppLibrary.xml

            <title>Properties</title>
            <table>
                <thead>
                    <tr>
                        <td>Name</td>
                    </tr>
                </thead>
                <tr>
                    <td>linkage</td>
                </tr>
                <tr>
                    <td>publicHeaders</td>
                </tr>
            </table>
        </section>
        <section>
            <title>Methods</title>
            <table>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 1.3K bytes
    - Viewed (0)
  2. platforms/native/platform-native/src/main/java/org/gradle/nativeplatform/NativeLibrarySpec.java

         */
        NativeLibraryRequirement getStatic();
    
        /**
         * Converts this library to a native library requirement that uses the api library linkage.
         */
        NativeLibraryRequirement getApi();
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 1.4K bytes
    - Viewed (0)
  3. platforms/ide/tooling-api/src/main/java/org/gradle/tooling/model/cpp/LinkageDetails.java

     * limitations under the License.
     */
    
    package org.gradle.tooling.model.cpp;
    
    import org.gradle.tooling.model.Task;
    
    import java.io.File;
    import java.util.List;
    
    /**
     * Represents the linkage details for a binary.
     *
     * @since 4.10
     */
    public interface LinkageDetails {
        /**
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:20 UTC 2023
    - 1.3K bytes
    - Viewed (0)
  4. platforms/native/language-native/src/main/java/org/gradle/language/cpp/plugins/CppLibraryPlugin.java

    import org.gradle.language.internal.NativeComponentFactory;
    import org.gradle.language.nativeplatform.internal.Dimensions;
    import org.gradle.language.nativeplatform.internal.toolchains.ToolChainSelector;
    import org.gradle.nativeplatform.Linkage;
    import org.gradle.nativeplatform.TargetMachineFactory;
    import org.gradle.nativeplatform.platform.internal.Architectures;
    import org.gradle.nativeplatform.platform.internal.DefaultNativePlatform;
    
    import javax.inject.Inject;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 30 15:38:28 UTC 2023
    - 8.8K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/build.gradle

                testing $.components.operators
            }
        }
    }
    // tag::configure-test-binary[]
    model {
        binaries {
            withType(GoogleTestTestSuiteBinarySpec) {
                lib library: "googleTest", linkage: "static"
    
                if (flavor == flavors.failing) {
                    cppCompiler.define "PLUS_BROKEN"
                }
    
                if (targetPlatform.operatingSystem.linux) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 2.4K bytes
    - Viewed (0)
  6. platforms/native/platform-native/src/integTest/groovy/org/gradle/nativeplatform/toolchain/GccToolChainCrossCompilationIntegrationTest.groovy

    apply plugin: 'c'
    
    model {
        toolChains {
            ${toolChain.buildScriptConfig}
        }
        components {
            main(NativeExecutableSpec) {
                binaries.all {
                    lib library: 'hello', linkage: 'static'
                }
            }
            hello(NativeLibrarySpec)
        }
    }
    """
    
            helloWorldApp.executable.writeSources(file("src/main"))
            helloWorldApp.library.writeSources(file("src/hello"))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 2.7K bytes
    - Viewed (0)
  7. platforms/ide/tooling-api/src/main/java/org/gradle/tooling/model/cpp/CppBinary.java

         */
        String getBaseName();
    
        /**
         * Returns the compilation details.
         */
        CompilationDetails getCompilationDetails();
    
        /**
         * Returns the linkage details.
         */
        LinkageDetails getLinkageDetails();
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:20 UTC 2023
    - 1.6K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/docs/userguide/img/xcode-task-graph.dot

        cppApplication_xcodeProject[label="xcodeProject"]
      }
    
      subgraph cluster_cppLibrary {
        label = "C++ Library Plugin\n(shared or static linkage)"
    
        {cppLibrary_xcodeScheme, cppLibrary_xcodeProjectWorkspaceSettings} -> cppLibrary_xcodeProject [dir=back]
    
        cppLibrary_xcodeScheme[label="xcodeScheme"]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 2K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/docs/userguide/img/swift-library-variant-task-graph.dot

      compileVariantSwift[label=<compile<i>Variant</i>Swift>]
      linkVariant[label=<link<i>Variant</i>>]
      createVariant[label=<create<i>Variant</i>>]
      assembleVariant[label=<assemble<i>Variant</i>>]
    
      // Adds linkage text between link* and create*
      linkVariant -> linkageText -> createVariant [style=invis]
      {rank=same linkVariant linkageText createVariant}
      linkageText[shape=plain, label="and/or\n(see note)"]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 1.5K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/docs/userguide/img/cpp-library-variant-task-graph.dot

      compileVariantCpp[label=<compile<i>Variant</i>Cpp>]
      linkVariant[label=<link<i>Variant</i>>]
      createVariant[label=<create<i>Variant</i>>]
      assembleVariant[label=<assemble<i>Variant</i>>]
    
      // Adds linkage text between link* and create*
      linkVariant -> linkageText -> createVariant [style=invis]
      {rank=same linkVariant linkageText createVariant}
      linkageText[shape=plain, label="and/or\n(see note)"]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 1.5K bytes
    - Viewed (0)
Back to top