Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 208 for toolChain (0.19 sec)

  1. src/cmd/go/main.go

    //
    // We have to handle the -C flag this way for two reasons:
    //
    //  1. Toolchain selection needs to be in the right directory to look for go.mod and go.work.
    //
    //  2. A toolchain switch later on reinvokes the new go command with the same arguments.
    //     The parent toolchain has already done the chdir; the child must not try to do it again.
    func handleChdirFlag() {
    	_, used := lookupCmd(os.Args[1:])
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:09:11 UTC 2024
    - 10K bytes
    - Viewed (0)
  2. platforms/native/language-native/src/integTest/groovy/org/gradle/language/AbstractNativePreCompiledHeaderIntegrationTest.groovy

            true
        }
    
        String getSuffix() {
            return toolChain.typeDisplayName == "visual c++" ? "pch" : "h.gch"
        }
    
        String getUniquePragmaOutput(String message) {
            if (toolChain.displayName.startsWith("clang")) {
                return "warning: ${message}"
            } else if (toolChain.displayName.startsWith("gcc") || toolChain.displayName == "mingw") {
                return "message: ${message}"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 20.9K bytes
    - Viewed (0)
  3. platforms/jvm/language-java/src/main/java/org/gradle/api/tasks/JavaExec.java

    import org.gradle.api.tasks.internal.JavaExecExecutableUtils;
    import org.gradle.api.tasks.options.Option;
    import org.gradle.internal.jvm.DefaultModularitySpec;
    import org.gradle.jvm.toolchain.JavaLauncher;
    import org.gradle.jvm.toolchain.JavaToolchainService;
    import org.gradle.jvm.toolchain.internal.JavaExecutableUtils;
    import org.gradle.process.CommandLineArgumentProvider;
    import org.gradle.process.ExecResult;
    import org.gradle.process.JavaDebugOptions;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Aug 28 11:40:18 UTC 2023
    - 19.4K bytes
    - Viewed (0)
  4. platforms/native/language-native/src/test/groovy/org/gradle/language/plugins/NativeBasePluginTest.groovy

    import org.gradle.nativeplatform.tasks.LinkExecutable
    import org.gradle.nativeplatform.tasks.LinkSharedLibrary
    import org.gradle.nativeplatform.tasks.StripSymbols
    import org.gradle.nativeplatform.toolchain.internal.NativeToolChainInternal
    import org.gradle.nativeplatform.toolchain.internal.PlatformToolProvider
    import org.gradle.test.fixtures.file.TestNameTestDirectoryProvider
    import org.gradle.testfixtures.ProjectBuilder
    import org.junit.Rule
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 20.9K bytes
    - Viewed (0)
  5. platforms/jvm/scala/src/main/java/org/gradle/language/scala/tasks/AbstractScalaCompile.java

    import org.gradle.internal.classpath.CachedClasspathTransformer;
    import org.gradle.internal.classpath.DefaultClassPath;
    import org.gradle.internal.file.Deleter;
    import org.gradle.jvm.toolchain.JavaInstallationMetadata;
    import org.gradle.jvm.toolchain.JavaLauncher;
    import org.gradle.jvm.toolchain.JavaToolchainService;
    import org.gradle.language.base.internal.compile.Compiler;
    import org.gradle.util.internal.GFileUtils;
    import org.gradle.work.DisableCachingByDefault;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jan 26 14:58:23 UTC 2024
    - 12.3K bytes
    - Viewed (0)
  6. platforms/documentation/docs/README.md

    The ID should preferably match the name of the `adoc` file. 
    For instance, linking to `toolchains.adoc` is possible with `<<toolchains.adoc#toolchains,Text>>`, and the declaration looks like:
        ```asciidoc
        [[toolchains]]
        = Toolchains for JVM projects
        ```
    3. Include the new chapter file in the [`userguide_single.adoc`](src/docs/userguide/userguide_single.adoc).
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 17 21:49:03 UTC 2024
    - 16.3K bytes
    - Viewed (0)
  7. platforms/jvm/language-groovy/src/main/java/org/gradle/api/tasks/compile/GroovyCompile.java

    import org.gradle.api.tasks.WorkResult;
    import org.gradle.internal.buildoption.FeatureFlags;
    import org.gradle.internal.file.Deleter;
    import org.gradle.jvm.toolchain.JavaInstallationMetadata;
    import org.gradle.jvm.toolchain.JavaLauncher;
    import org.gradle.jvm.toolchain.JavaToolchainService;
    import org.gradle.language.base.internal.compile.Compiler;
    import org.gradle.util.internal.GFileUtils;
    import org.gradle.util.internal.IncubationLogger;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jan 26 14:58:23 UTC 2024
    - 15.6K bytes
    - Viewed (0)
  8. doc/godebug.md

    its value is derived from three sources:
    the defaults for the Go toolchain used to build the program,
    amended to match the Go version listed in `go.mod`,
    and then overridden by explicit `//go:debug` lines in the program.
    
    The [GODEBUG History](#history) gives the exact defaults for each Go toolchain version.
    For example, Go 1.21 introduces the `panicnil` setting,
    controlling whether `panic(nil)` is allowed;
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 17:52:17 UTC 2024
    - 15.9K bytes
    - Viewed (0)
  9. platforms/native/platform-native/src/test/groovy/org/gradle/nativeplatform/toolchain/internal/msvcpp/DefaultVisualStudioLocatorTest.groovy

    import org.gradle.nativeplatform.toolchain.internal.msvcpp.version.VisualStudioInstallCandidate
    import org.gradle.nativeplatform.toolchain.internal.msvcpp.version.VisualStudioMetaDataProvider
    import org.gradle.nativeplatform.toolchain.internal.msvcpp.version.VisualStudioMetadataBuilder
    import org.gradle.nativeplatform.toolchain.internal.msvcpp.version.VisualStudioVersionLocator
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 25.1K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/docs/userguide/jvm/groovy_plugin.adoc

    | `groovy` configuration if non-empty; Groovy library found on `classpath` otherwise
    
    |  `javaLauncher`
    | `Property<JavaLauncher>`, see the <<toolchains.adoc#toolchains,toolchain documentation>>.
    | None but will be configured if a toolchain is defined on the `java` extension.
    |===
    
    [[sec:groovy_compilation_avoidance]]
    === Compilation avoidance
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 15.6K bytes
    - Viewed (0)
Back to top