Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 70 for VisualCpp (0.34 sec)

  1. platforms/ide/ide-native/src/integTest/groovy/org/gradle/ide/visualstudio/VisualStudioSoftwareModelSingleProjectIntegrationTest.groovy

    import org.gradle.test.precondition.Requires
    import org.gradle.test.preconditions.IntegTestPreconditions
    import spock.lang.Issue
    
    import static org.gradle.nativeplatform.fixtures.ToolChainRequirement.VISUALCPP
    import static org.gradle.nativeplatform.fixtures.ToolChainRequirement.WINDOWS_GCC
    import static org.junit.Assume.assumeFalse
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Oct 05 19:36:14 UTC 2023
    - 35.7K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/native/native_software.adoc

    include::{snippetsPath}/native-binaries/cpp-lib/groovy/build.gradle[tag=args]
    ----
    
    
    [[native_binaries:windows-resources]]
    == Windows Resources
    
    When using the link:{groovyDslPath}/org.gradle.nativeplatform.toolchain.VisualCpp.html[VisualCpp] tool chain, Gradle is able to compile Window Resource (`rc`) files and link them into a native binary. This functionality is provided by the `'windows-resources'` plugin.
    
    === Example: The 'windows-resources' plugin
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Jan 24 23:14:04 UTC 2024
    - 54.6K bytes
    - Viewed (0)
  3. platforms/native/language-native/src/integTest/groovy/org/gradle/language/AbstractNativePreCompiledHeaderIntegrationTest.groovy

                                ${app.sourceType}.preCompiledHeader "${path}${pch}"
                            }
                            binaries.all {
                                if (toolChain.name == "visualCpp") {
                                    ${app.compilerArgs("/showIncludes")}
                                } else {
                                    ${app.compilerArgs("-H")}
                                }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 20.9K bytes
    - Viewed (0)
  4. platforms/native/language-native/src/integTest/groovy/org/gradle/language/cpp/CppLibraryIntegrationTest.groovy

            result.assertTasksExecuted(tasks.debug.allToLink, ":assemble")
    
            file("build/object-files").assertIsDir()
            file("build/shared/main.bin").assertIsFile()
            if (toolChain.visualCpp) {
                file("build/import/main.lib").assertIsFile()
            }
        }
    
        @ToBeFixedForConfigurationCache
        def "library can define public and implementation headers"() {
            given:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 19.8K bytes
    - Viewed (0)
  5. platforms/native/language-native/src/integTest/groovy/org/gradle/language/cpp/CppIncrementalBuildIntegrationTest.groovy

            and:
            run installApp
    
            then:
            result.assertTasksExecuted(libraryDebug.allToLink, appDebug.allToInstall)
            if (toolChain.visualCpp) {
                // App link may or may not be required
                skipped appDebug.compile
                executed libraryDebug.compile, libraryDebug.link
                executed appDebug.install
            } else {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 40.4K bytes
    - Viewed (0)
  6. platforms/native/language-native/src/integTest/groovy/org/gradle/language/cpp/CppApplicationIntegrationTest.groovy

            file("lib2/build/shared/lib1_debug.dll").assertIsFile()
            if (toolChain.visualCpp) {
                file("lib2/build/import/lib1_import.lib").assertIsFile()
            }
            installation("app/build/install/main/debug").exec().out == app.expectedOutput
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Feb 07 19:11:01 UTC 2024
    - 42.5K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/docs/dsl/dsl.xml

                </tr>
                <tr>
                    <td>org.gradle.nativeplatform.toolchain.Clang</td>
                </tr>
                <tr>
                    <td>org.gradle.nativeplatform.toolchain.VisualCpp</td>
                </tr>
                <tr>
                    <td>org.gradle.nativeplatform.toolchain.Swiftc</td>
                </tr>
            </table>
        </section>
    
        <section condition="noNavBar">
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 15:00:02 UTC 2024
    - 34.7K bytes
    - Viewed (2)
  8. platforms/documentation/docs/src/docs/userguide/releases/upgrading/upgrading_version_4.adoc

    +
    You can bypass the toolchain discovery by specifying the installation directory of the version of Visual Studio you want via link:{groovyDslPath}/org.gradle.nativeplatform.toolchain.VisualCpp.html#org.gradle.nativeplatform.toolchain.VisualCpp:installDir[VisualCpp.setInstallDir(Object)].
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Feb 22 03:01:48 UTC 2024
    - 60.1K bytes
    - Viewed (0)
  9. testing/architecture-test/src/changes/archunit-store/public-api-mutable-properties.txt

    Method <org.gradle.nativeplatform.toolchain.VisualCpp.getInstallDir()> does not have raw return type assignable to org.gradle.api.provider.Property in (VisualCpp.java:0)
    Method <org.gradle.nativeplatform.toolchain.VisualCpp.getWindowsSdkDir()> does not have raw return type assignable to org.gradle.api.provider.Property in (VisualCpp.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 22:42:49 UTC 2024
    - 160.5K bytes
    - Viewed (0)
  10. testing/architecture-test/src/changes/archunit-store/internal-api-nullability.txt

    Class <org.gradle.nativeplatform.toolchain.internal.msvcpp.VisualCpp> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (VisualCpp.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 967.9K bytes
    - Viewed (0)
Back to top