Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 75 for prebuilt (0.2 sec)

  1. platforms/native/platform-native/src/integTest/groovy/org/gradle/nativeplatform/PrebuiltLibrariesIntegrationTest.groovy

            failure.assertHasCause("Static library file not set for prebuilt static library 'hello:${NativePlatformsTestFixture.defaultPlatformName}DebugDefaultStatic'.")
        }
    
        @ToBeFixedForConfigurationCache
        def "produces reasonable error message when prebuilt library output file does not exist"() {
            given:
            buildFile << """
    apply plugin: 'cpp'
    model {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 10.8K bytes
    - Viewed (0)
  2. platforms/native/platform-native/src/integTest/groovy/org/gradle/nativeplatform/NativePlatformSamplesIntegrationTest.groovy

        }
    
        @ToBeFixedForConfigurationCache
        def prebuilt() {
            given:
            inDirectory(prebuilt.dir.file("3rd-party-lib/util"))
            run "assemble"
    
            and:
            sample prebuilt
    
            when:
            succeeds "assemble"
    
            then:
    
            executable(prebuilt.dir.file("build/exe/main/debug/main")).exec().out ==
    """Built with Boost version: 1_55
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 10.8K bytes
    - Viewed (0)
  3. build-logic/performance-testing/src/main/groovy/gradlebuild.performance-templates.gradle

        finalizedBy 'largeNativeBuildPrebuilt'
    }
    
    performanceTest.registerTestProject("largeNativeBuildPrebuilt", GradleBuild) {
        buildFile = file("$largeNativeBuild.outputDirectory/prebuilt/util/build.gradle")
        dir = file("$largeNativeBuild.outputDirectory/prebuilt/util")
        tasks = ['build']
    }
    
    performanceTest.registerTestProject("archivePerformanceProject", Copy) {
        into "build/$name"
        from "src/templates/$name"
    }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 14 15:43:39 UTC 2024
    - 19.5K bytes
    - Viewed (0)
  4. platforms/native/platform-native/src/main/java/org/gradle/nativeplatform/plugins/NativeComponentModelPlugin.java

    import org.gradle.nativeplatform.internal.configure.NativeComponentRules;
    import org.gradle.nativeplatform.internal.pch.PchEnabledLanguageTransform;
    import org.gradle.nativeplatform.internal.prebuilt.DefaultPrebuiltLibraries;
    import org.gradle.nativeplatform.internal.prebuilt.PrebuiltLibraryInitializer;
    import org.gradle.nativeplatform.internal.resolve.NativeDependencyResolver;
    import org.gradle.nativeplatform.platform.NativePlatform;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 24.1K bytes
    - Viewed (0)
  5. platforms/native/platform-native/src/main/java/org/gradle/nativeplatform/internal/NativeDependentBinariesResolutionStrategy.java

            }
    
            for (NativeBinarySpecInternal nativeBinary : state.dependencies.keySet()) {
                for (NativeLibraryBinary libraryBinary : nativeBinary.getDependentBinaries()) {
                    // Skip prebuilt libraries
                    if (libraryBinary instanceof NativeBinarySpecInternal) {
                        // Unfortunate cast! see LibraryBinaryLocator
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 11.4K bytes
    - Viewed (0)
  6. platforms/native/platform-native/src/integTest/groovy/org/gradle/nativeplatform/NativeDependentComponentsReportIntegrationTest.groovy

                |    \\--- :bootstrap:main:executable
                \\--- :extensions:cathedral:staticLibrary
                '''.stripIndent()
        }
    
        def "don't fail with prebuilt libraries"() {
            given:
            buildScript simpleBuildWithPrebuiltLibrary()
    
            expect:
            succeeds 'dependentComponents'
        }
    
        def "hide test suites by default"() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 24K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/docs/userguide/img/nativeDependents.graphml

                  <y:SmartNodeLabelModel distance="4.0"/>
                </y:LabelModel>
                <y:ModelParameter>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 15.7K bytes
    - Viewed (0)
  8. platforms/ide/ide-native/src/integTest/groovy/org/gradle/ide/visualstudio/VisualStudioSoftwareModelMultiProjectIntegrationTest.groovy

        }
    
        @ToBeFixedForConfigurationCache
        @Requires(IntegTestPreconditions.NotParallelExecutor)
        def "can create Visual Studio solution for multiproject depending on the same prebuilt binary from another project in parallel"() {
            given:
            createDirs("projectA", "projectB", "library")
            settingsFile.text = """
                rootProject.name = 'root'
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 24 06:54:47 UTC 2023
    - 26K bytes
    - Viewed (0)
  9. maven-core/src/test/resources/apiv4-repo/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.jar

    org/apache/commons/logging/package.html Simple wrapper API around multiple logging APIs. Overview This package provides an API for logging in server-based applications that can be used around a variety of different logging implementations, including prebuilt support for the following: Log4J (version 1.2 or later) from Apache's Jakarta project. Each named Log instance is connected to a corresponding Log4J Logger. JDK Logging API, included in JDK 1.4 or later systems. Each named Log instance is connected...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Dec 19 19:08:55 UTC 2023
    - 30.9K bytes
    - Viewed (0)
  10. maven-core/src/test/resources/apiv4-repo/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar

    org/apache/commons/logging/package.html Simple wrapper API around multiple logging APIs. Overview This package provides an API for logging in server-based applications that can be used around a variety of different logging implementations, including prebuilt support for the following: Log4J (version 1.2 or later) from Apache's Jakarta project. Each named Log instance is connected to a corresponding Log4J Logger. JDK Logging API, included in JDK 1.4 or later systems. Each named Log instance is connected...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Dec 19 19:08:55 UTC 2023
    - 37.1K bytes
    - Viewed (0)
Back to top