Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 16 for getCompileSpecType (0.23 sec)

  1. platforms/native/platform-native/src/test/groovy/org/gradle/nativeplatform/toolchain/internal/NativeCompilerTest.groovy

        protected NativeCompiler getCompiler() {
            getCompiler(new DefaultMutableCommandLineToolContext(), O_EXT, false)
        }
    
        protected abstract Class<? extends NativeCompileSpec> getCompileSpecType()
    
        protected abstract List<String> getCompilerSpecificArguments(File includeDir, File systemIncludeDir)
    
        protected CommandLineToolInvocationWorker commandLineTool = Mock(CommandLineToolInvocationWorker)
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 05 16:29:26 UTC 2024
    - 9.1K bytes
    - Viewed (0)
  2. platforms/native/platform-native/src/test/groovy/org/gradle/nativeplatform/toolchain/internal/gcc/ObjectiveCPCHCompilerTest.groovy

        }
    
        @Override
        protected Class<? extends NativeCompileSpec> getCompileSpecType() {
            return ObjectiveCPCHCompileSpec
        }
    
        @Override
        protected List<String> getCompilerSpecificArguments(File includeDir, File systemIncludeDir) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 1.8K bytes
    - Viewed (0)
  3. platforms/native/platform-native/src/test/groovy/org/gradle/nativeplatform/toolchain/internal/msvcpp/CppPCHCompilerTest.groovy

        }
    
        @Override
        protected Class<? extends NativeCompileSpec> getCompileSpecType() {
            return CppPCHCompileSpec
        }
    
        @Override
        String getObjectFileFlag() {
            return '/Fp'
        }
    
        @Override
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 1.8K bytes
    - Viewed (0)
  4. platforms/native/platform-native/src/test/groovy/org/gradle/nativeplatform/toolchain/internal/gcc/CppCompilerTest.groovy

        }
    
        @Override
        protected Class<CppCompileSpec> getCompileSpecType() {
            CppCompileSpec
        }
    
        @Override
        protected List<String> getCompilerSpecificArguments(File includeDir, File systemIncludeDir) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 1.6K bytes
    - Viewed (0)
  5. platforms/native/platform-native/src/test/groovy/org/gradle/nativeplatform/toolchain/internal/gcc/AssemblerTest.groovy

        }
    
        @Override
        protected Class<AssembleSpec> getCompileSpecType() {
            AssembleSpec
        }
    
        @Override
        protected List<String> getCompilerSpecificArguments(File includeDir, File systemIncludeDir) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 1.7K bytes
    - Viewed (0)
  6. platforms/native/platform-native/src/test/groovy/org/gradle/nativeplatform/toolchain/internal/gcc/CPCHCompilerTest.groovy

        }
    
        @Override
        protected Class<? extends NativeCompileSpec> getCompileSpecType() {
            return CPCHCompileSpec
        }
    
        @Override
        protected List<String> getCompilerSpecificArguments(File includeDir, File systemIncludeDir) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 1.7K bytes
    - Viewed (0)
  7. platforms/native/platform-native/src/test/groovy/org/gradle/nativeplatform/toolchain/internal/gcc/ObjectiveCCompilerTest.groovy

        }
    
        @Override
        protected Class<? extends NativeCompileSpec> getCompileSpecType() {
            return ObjectiveCCompileSpec
        }
    
        @Override
        protected List<String> getCompilerSpecificArguments(File includeDir, File systemIncludeDir) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 1.7K bytes
    - Viewed (0)
  8. platforms/native/platform-native/src/test/groovy/org/gradle/nativeplatform/toolchain/internal/msvcpp/CCompilerTest.groovy

        }
    
        @Override
        protected Class<CCompileSpec> getCompileSpecType() {
            CCompileSpec
        }
    
        @Override
        protected List<String> getCompilerSpecificArguments(File includeDir, File systemIncludeDir) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 1.6K bytes
    - Viewed (0)
  9. platforms/native/platform-native/src/test/groovy/org/gradle/nativeplatform/toolchain/internal/msvcpp/CPCHCompilerTest.groovy

        }
    
        @Override
        protected Class<CPCHCompileSpec> getCompileSpecType() {
            return CPCHCompileSpec
        }
    
        @Override
        String getObjectFileFlag() {
            return '/Fp'
        }
    
        @Override
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 1.7K bytes
    - Viewed (0)
  10. platforms/native/platform-native/src/test/groovy/org/gradle/nativeplatform/toolchain/internal/msvcpp/AssemblerTest.groovy

        }
    
        @Override
        protected Class<AssembleSpec> getCompileSpecType() {
            AssembleSpec
        }
    
        @Override
        protected List<String> getCompilerSpecificArguments(File includeDir, File systemIncludeDir) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 2K bytes
    - Viewed (0)
Back to top