Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 206 for includes_ (0.14 sec)

  1. platforms/documentation/docs/src/docs/userguide/native/native_software.adoc

    .build.gradle
    ----
    include::{snippetsPath}/native-binaries/pre-compiled-headers/groovy/build.gradle[tag=libraries]
    ----
    
    A precompiled header must be included in the same way for all files that use it. Usually, this means the header file should exist in the source set "headers" directory or in a directory included on the compiler include path.
    
    [[native_binaries:variants]]
    == Native Binary Variants
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jan 24 23:14:04 UTC 2024
    - 54.6K bytes
    - Viewed (0)
  2. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/transform/ArtifactTransformBuildOperationIntegrationTest.groovy

            ])
        }
    
        def "included build transform operations are captured"() {
            createDirs("included/producer", "included/consumer")
            file("included/settings.gradle") << """
                include 'producer', 'consumer'
            """
            def includedBuildFile = file("included/build.gradle")
            includedBuildFile << """
                allprojects {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 12 16:27:38 UTC 2024
    - 67.8K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/jvm/java_testing.adoc

    .JUnit Categories
    ====
    include::sample[dir="snippets/testing/junit-categories/kotlin",files="build.gradle.kts[tags=test-categories]"]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 29 16:24:12 UTC 2024
    - 53.1K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/userguide/optimizing-performance/configuration_cache.adoc

    The Gradle failure output includes a clickable link to the report.
    This report is useful and allows you to drill down into problems, understand what is causing them.
    
    Let's look at a simple example build script that contains a couple problems:
    
    ====
    include::sample[dir="snippets/configurationCache/problemsKotlin/kotlin",files="build.gradle.kts[]"]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 29 16:24:12 UTC 2024
    - 71.1K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/docs/userguide/authoring-builds/gradle-properties/working_with_files.adoc

    * If there are no explicit inclusions or exclusions, everything is included
    * If at least one inclusion is specified, only files and directories matching the patterns are included
    * Any exclusion pattern overrides any inclusions, so if a file or directory matches at least one exclusion pattern, it won't be included, regardless of the inclusion patterns
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 24 04:19:09 UTC 2024
    - 70.5K bytes
    - Viewed (0)
  6. src/cmd/go/internal/modload/buildlist.go

    	//
    	// If unpruned, the graph includes all transitive requirements regardless
    	// of whether the requiring module supports pruning.
    	//
    	// If pruned, the graph includes only the root modules, the explicit
    	// requirements of those root modules, and the transitive requirements of only
    	// the root modules that do not support pruning.
    	//
    	// If workspace, the graph includes only the workspace modules, the explicit
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 16:04:44 UTC 2024
    - 53.8K bytes
    - Viewed (0)
  7. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/transform/ArtifactTransformWithDependenciesIntegrationTest.groovy

                singleStep('junit-4.11.jar', 'hamcrest-core-1.3.jar'),
                singleStep('common.jar', 'common2.jar'), // Requested behavior: transforming common includes common2 as a dependency
                singleStep('common2.jar', 'common.jar'), // Requested behavior: transforming common2 includes common as a dependency
                singleStep('lib.jar','slf4j-api-1.7.25.jar', 'common.jar', 'common2.jar'),
            )
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 24 06:54:47 UTC 2023
    - 54.2K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/snippets/native-binaries/google-test/groovy/libs/googleTest/1.7.0/include/gtest/internal/gtest-port.h

    #include <ctype.h>   // for isspace, etc
    #include <stddef.h>  // for ptrdiff_t
    #include <stdlib.h>
    #include <stdio.h>
    #include <string.h>
    #ifndef _WIN32_WCE
    # include <sys/types.h>
    # include <sys/stat.h>
    #endif  // !_WIN32_WCE
    
    #if defined __APPLE__
    # include <AvailabilityMacros.h>
    # include <TargetConditionals.h>
    #endif
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 67.2K bytes
    - Viewed (0)
  9. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/versions/VersionConflictResolutionIntegrationTest.groovy

        def "chooses highest version that is included in all ranges, when dependencies are included at different transitivity levels"() {
            given:
            (1..10).each {
                mavenRepo.module("org", "leaf", "$it").publish()
            }
            // top level
            mavenRepo.module("org", "a", "1.0").dependsOn("org", "leaf", "[2,6]").publish()
    
            // b will include 'leaf' through a transitive dependency
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 09 11:33:46 UTC 2024
    - 76.2K bytes
    - Viewed (0)
  10. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/internal/gtest-port.h

    #include <ctype.h>   // for isspace, etc
    #include <stddef.h>  // for ptrdiff_t
    #include <stdlib.h>
    #include <stdio.h>
    #include <string.h>
    #ifndef _WIN32_WCE
    # include <sys/types.h>
    # include <sys/stat.h>
    #endif  // !_WIN32_WCE
    
    #if defined __APPLE__
    # include <AvailabilityMacros.h>
    # include <TargetConditionals.h>
    #endif
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 67.2K bytes
    - Viewed (0)
Back to top