Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 773 for knative (0.17 sec)

  1. subprojects/core-api/src/main/java/org/gradle/api/attributes/LibraryElements.java

         */
        String HEADERS_CPLUSPLUS = "headers-cplusplus";
    
        /**
         * Link archives for native modules
         */
        String LINK_ARCHIVE = "link-archive";
    
        /**
         * Objects for native modules
         */
        String OBJECTS = "objects";
    
        /**
         * Dynamic libraries for native modules
         */
        String DYNAMIC_LIB = "dynamic-lib";
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 26 14:03:13 UTC 2019
    - 1.6K bytes
    - Viewed (0)
  2. platforms/core-configuration/kotlin-dsl/build.gradle.kts

        testImplementation(project(":build-cache-local"))
        testImplementation(project(":build-init"))
        testImplementation(project(":jacoco"))
        testImplementation(project(":platform-native")) {
            because("BuildType from platform-native is used in ProjectAccessorsClassPathTest")
        }
        testImplementation(project(":platform-jvm"))
        testImplementation(project(":version-control"))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 25 22:44:42 UTC 2024
    - 4.6K bytes
    - Viewed (0)
  3. platforms/core-runtime/logging/src/test/groovy/org/gradle/internal/logging/sink/ProgressLogEventGeneratorTest.groovy

            1 * target.onOutput(!null) >> { args ->
                StyledTextOutputEvent event = args[0]
                assert event.spans.size() == 3
                assert event.spans[0].text == toNative('description2 ')
                assert event.spans[1].text == toNative('status2')
                assert event.spans[2].text == toNative('\n')
            }
            0 * target._
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:05:18 UTC 2023
    - 8.7K bytes
    - Viewed (0)
  4. platforms/core-runtime/native/src/test/groovy/org/gradle/internal/nativeintegration/jansi/JansiLibraryFactoryIntegrationTest.groovy

            then:
            jansiLibrary.platform == JansiOperatingSystemSupport.MAC_OS_X.identifier
            jansiLibrary.filename == MAC_OSX_LIB_FILENAME
            jansiLibrary.resourcePath ==  "/META-INF/native/" + jansiLibrary.path
        }
    
        @Requires(UnitTestPreconditions.Linux)
        def "jansi library can be created for Linux"() {
            when:
            JansiLibrary jansiLibrary = factory.create()
    
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:06:40 UTC 2023
    - 2.4K bytes
    - Viewed (0)
  5. pkg/config/analysis/analyzers/testdata/injection-with-mismatched-sidecar.yaml

    apiVersion: v1
    kind: Namespace
    metadata:
      labels:
        istio-injection: enabled
      name: enabled-namespace-native
    ---
    # Details-v1-pod-old-native is out of date and should get a warning.
    apiVersion: v1
    kind: Pod
    metadata:
      labels:
        app: details
      name: details-v1-pod-old-native
      namespace: enabled-namespace-native
    spec:
      containers:
      - image: docker.io/istio/examples-bookinfo-details-v1:1.15.0
        name: details
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jul 13 05:31:06 UTC 2023
    - 5.4K bytes
    - Viewed (0)
  6. apache-maven/src/assembly/maven/lib/jansi-native/README.txt

    This directory contains Jansi native libraries extracted from Jansi JAR.
    
    You can add your own build for platforms not natively supported by Jansi.
    See here [1] on how to compile for your platform and here [2] how libraries
    follow Jansi's directory and filename conventions.
    
    [1] https://github.com/fusesource/jansi/tree/master/src/main/native
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Jul 18 17:22:19 UTC 2022
    - 486 bytes
    - Viewed (0)
  7. platforms/native/platform-native/src/integTest/groovy/org/gradle/nativeplatform/PlatformNativeComponentReportIntegrationTest.groovy

        //TODO:HH Test rendering of a NativeExecutableSpec
        // Should display installation directory
    
        @RequiresInstalledToolChain
        @ToBeFixedForConfigurationCache(because = ":components")
        def "shows details of native C++ library"() {
            given:
            buildFile << """
    plugins {
        id 'cpp'
    }
    
    model {
        toolChains {
            ${toolChain.buildScriptConfig}
        }
        components {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 8.9K bytes
    - Viewed (0)
  8. platforms/software/build-init/build.gradle.kts

        testImplementation(project(":base-services-groovy"))
        testImplementation(project(":native"))
        testImplementation(project(":snapshots"))
        testImplementation(project(":process-services"))
        testImplementation(testFixtures(project(":core")))
        testImplementation(testFixtures(project(":platform-native")))
    
        testFixturesImplementation(project(":base-services"))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 4.2K bytes
    - Viewed (0)
  9. platforms/native/language-native/src/main/java/org/gradle/language/c/plugins/CPlugin.java

    import org.gradle.nativeplatform.plugins.NativeComponentPlugin;
    
    /**
     * A plugin for projects wishing to build native binary components from C sources.
     *
     * <p>Automatically includes the {@link CLangPlugin} for core C++ support and the {@link org.gradle.nativeplatform.plugins.NativeComponentPlugin} for native component support.</p>
     *
     * <ul>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 1.5K bytes
    - Viewed (0)
  10. .idea/runConfigurations/Test__Partial_Linkage_Native___cache_dist.xml

        <ExternalSystemSettings>
          <option name="executionName" />
          <option name="externalProjectPath" value="$PROJECT_DIR$" />
          <option name="externalSystemIdString" value="GRADLE" />
          <option name="scriptParameters" value="--stacktrace -Pkotlin.internal.native.test.cacheMode=STATIC_ONLY_DIST" />
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed Mar 29 15:41:06 UTC 2023
    - 1K bytes
    - Viewed (0)
Back to top