CMake/Tests/RunCMake/XcodeProject
Brad King a4d114e8cd Tests: Split some RunCMake.XcodeProject cases into a separate test
The `RunCMake.XcodeProject` has many cases and occasionally fails
due to timeout.  Move iOS and other device-specific cases to a new
`RunCMake.XcodeProject-Device` test.
2023-05-15 10:18:54 -04:00
..
Clean Xcode: Fix "clean" operation under the "new build system" 2022-09-29 15:04:08 -04:00
lib_bundle Xcode: Fix erroneous MACOSX_BUNDLE link 2022-08-31 09:52:38 -04:00
subproject
subproject_two_object_libs Tests: Add Xcode cases fixed by switch to the "new build system" 2020-11-30 13:02:51 -05:00
subproject_with_object_lib Xcode: Fix post build script for 'top level project only' opt 2020-01-27 16:14:19 -05:00
zerocheck
BundleLinkBundle.cmake Tests/RunCMake: Update cmake_minimum_required versions 2023-02-11 06:24:22 -05:00
Clean-build-check.cmake Xcode: Put object files in a place that Xcode cleans 2022-10-28 15:38:07 -04:00
Clean-clean-check.cmake Xcode: Put object files in a place that Xcode cleans 2022-10-28 15:38:07 -04:00
Clean.cmake Xcode: Fix "clean" operation under the "new build system" 2022-09-29 15:04:08 -04:00
CMakeLists.txt Tests/RunCMake: Update cmake_minimum_required versions 2023-02-11 06:24:22 -05:00
dummy_main.swift FindXCTest: Fix output directory for test bundle with Xcode 12.5 2021-07-26 13:31:10 -04:00
ExplicitCMakeLists-check.cmake
ExplicitCMakeLists.cmake
foo.cpp
foo.swift Swift: Exclude SDK include paths 2020-02-10 10:32:37 -05:00
iface.h Add INTERFACE libraries to generated buildsystem if they have SOURCES 2020-08-07 08:46:32 -04:00
ImplicitCMakeLists-check.cmake Xcode: Fix generated references to CMakeLists.txt files 2019-11-05 14:29:41 -05:00
ImplicitCMakeLists.cmake Xcode: Fix generated references to CMakeLists.txt files 2019-11-05 14:29:41 -05:00
InheritedParameters-check.cmake Xcode: Inherit Swift flags and compilation conditions 2023-01-25 15:15:03 -05:00
InheritedParameters.cmake Xcode: Inherit Swift flags and compilation conditions 2023-01-25 15:15:03 -05:00
InterfaceLibSources-check.cmake Add INTERFACE libraries to generated buildsystem if they have SOURCES 2020-08-07 08:46:32 -04:00
InterfaceLibSources.cmake Add INTERFACE libraries to generated buildsystem if they have SOURCES 2020-08-07 08:46:32 -04:00
LinkBinariesBuildPhase_BUILT_ONLY-check.cmake XCode: ensure LINK_LIBRARY genex is usable with XCODE_LINK_BUILD_PHASE_MODE 2022-11-22 16:44:45 +01:00
LinkBinariesBuildPhase_BUILT_ONLY.cmake Xcode: Use "Link Binary With Libraries" build phase in some cases 2020-09-01 07:38:48 +10:00
LinkBinariesBuildPhase_Funcs.cmake Tests/RunCMake: Update cmake_minimum_required versions 2023-02-11 06:24:22 -05:00
LinkBinariesBuildPhase_INVALID-result.txt Xcode: Use "Link Binary With Libraries" build phase in some cases 2020-09-01 07:38:48 +10:00
LinkBinariesBuildPhase_INVALID-stderr.txt Xcode: Use "Link Binary With Libraries" build phase in some cases 2020-09-01 07:38:48 +10:00
LinkBinariesBuildPhase_INVALID.cmake Xcode: Use "Link Binary With Libraries" build phase in some cases 2020-09-01 07:38:48 +10:00
LinkBinariesBuildPhase_KNOWN_LOCATION-check.cmake XCode: ensure LINK_LIBRARY genex is usable with XCODE_LINK_BUILD_PHASE_MODE 2022-11-22 16:44:45 +01:00
LinkBinariesBuildPhase_KNOWN_LOCATION.cmake Xcode: Use "Link Binary With Libraries" build phase in some cases 2020-09-01 07:38:48 +10:00
LinkBinariesBuildPhase_NONE-check.cmake XCode: ensure LINK_LIBRARY genex is usable with XCODE_LINK_BUILD_PHASE_MODE 2022-11-22 16:44:45 +01:00
LinkBinariesBuildPhase_NONE.cmake Xcode: Use "Link Binary With Libraries" build phase in some cases 2020-09-01 07:38:48 +10:00
LinkBinariesBuildPhase.cmake Tests/RunCMake: Update cmake_minimum_required versions 2023-02-11 06:24:22 -05:00
main_bundle.cpp Xcode: Fix erroneous MACOSX_BUNDLE link 2022-08-31 09:52:38 -04:00
main.c
main.cpp Tests: Avoid warnings about unused arguments 2020-08-08 14:32:48 +02:00
myfuncs.m ObjC: Add OBJC/OBJCXX flags to Xcode projects 2019-11-11 17:43:17 +01:00
myfuncs.mm ObjC: Add OBJC/OBJCXX flags to Xcode projects 2019-11-11 17:43:17 +01:00
PerConfigPerSourceDefinitions-result.txt
PerConfigPerSourceDefinitions-stderr.txt
PerConfigPerSourceDefinitions.cmake
PerConfigPerSourceFlags-result.txt
PerConfigPerSourceFlags-stderr.txt
PerConfigPerSourceFlags.cmake
PerConfigPerSourceIncludeDirs-result.txt
PerConfigPerSourceIncludeDirs-stderr.txt
PerConfigPerSourceIncludeDirs.cmake
PerConfigPerSourceOptions-result.txt
PerConfigPerSourceOptions-stderr.txt
PerConfigPerSourceOptions.cmake
RunCMakeTest.cmake Tests: Split some RunCMake.XcodeProject cases into a separate test 2023-05-15 10:18:54 -04:00
SearchPaths-check.cmake Xcode: Do not append per-config suffixes to library search paths 2022-09-15 10:27:23 -04:00
SearchPaths.cmake Xcode: Do not append per-config suffixes to library search paths 2022-09-15 10:27:23 -04:00
someFileWithoutSpecialChars
src-default
src-explicit
src-lastKnown
use_cmath.cpp Swift: Exclude SDK include paths 2020-02-10 10:32:37 -05:00
XcodeAttributeGenex-check.cmake
XcodeAttributeGenex.cmake
XcodeAttributeGenexError-result.txt
XcodeAttributeGenexError-stderr.txt
XcodeAttributeGenexError.cmake
XcodeAttributeLocation-check.cmake
XcodeAttributeLocation.cmake
XcodeDependOnZeroCheck-build-stdout.txt Tests: Update RunCMake.XcodeProject cases for Xcode "new build system" 2020-09-18 13:02:20 -04:00
XcodeDependOnZeroCheck.cmake
XcodeDuplicateCustomCommand-result.txt Xcode: Switch to the "new build system" for Xcode 12 and above 2020-09-18 13:02:14 -04:00
XcodeDuplicateCustomCommand-stderr.txt Xcode: Switch to the "new build system" for Xcode 12 and above 2020-09-18 13:02:14 -04:00
XcodeDuplicateCustomCommand.cmake Xcode: Switch to the "new build system" for Xcode 12 and above 2020-09-18 13:02:14 -04:00
XcodeFileType-check.cmake
XcodeFileType.cmake
XcodeGenerateTopLevelProjectOnly-check.cmake
XcodeGenerateTopLevelProjectOnly.cmake
XcodeGenerateTopLevelProjectOnlyWithObjectLibrary.cmake Xcode: Fix post build script for 'top level project only' opt 2020-01-27 16:14:19 -05:00
XcodeObjcFlags.cmake Tests/RunCMake: Update cmake_minimum_required versions 2023-02-11 06:24:22 -05:00
XcodeObjcxxFlags.cmake Tests/RunCMake: Update cmake_minimum_required versions 2023-02-11 06:24:22 -05:00
XcodeObjectLibsInTwoProjects.cmake Tests/RunCMake: Update cmake_minimum_required versions 2023-02-11 06:24:22 -05:00
XcodeObjectNeedsEscape-check.cmake
XcodeObjectNeedsEscape.cmake
XcodeObjectNeedsQuote-check.cmake
XcodeObjectNeedsQuote.cmake
XcodeOptimizationFlags-check.cmake
XcodeOptimizationFlags.cmake
XcodePlatformFrameworks.cmake
XcodePrecompileHeaders-check.cmake Multi-Ninja: Add precompile headers support 2020-01-17 23:17:35 +01:00
XcodePrecompileHeaders.cmake Precompile headers: Add unit tests 2019-08-28 11:47:51 -04:00
XcodePreserveNonOptimizationFlags-check.cmake
XcodePreserveNonOptimizationFlags.cmake
XcodePreserveObjcFlag-check.cmake
XcodePreserveObjcFlag.cmake
XcodeRemoveExcessiveISystem.cmake Tests: Split some RunCMake.XcodeProject cases into a separate test 2023-05-15 10:18:54 -04:00
XcodeSchemaGeneration.cmake Tests/RunCMake: Update cmake_minimum_required versions 2023-02-11 06:24:22 -05:00
XcodeSchemaProperty-check.cmake Xcode: Add settings to control a scheme's GPU Validation values 2022-08-30 10:26:48 -04:00
XcodeSchemaProperty.cmake Tests/RunCMake: Update cmake_minimum_required versions 2023-02-11 06:24:22 -05:00
XcodeXCConfig.c xcode: add support for xcconfig files 2022-04-03 22:39:34 +02:00
XcodeXCConfig.cmake Tests/RunCMake: Update cmake_minimum_required versions 2023-02-11 06:24:22 -05:00
XcodeXCConfig.global.debug.xcconfig xcode: add support for xcconfig files 2022-04-03 22:39:34 +02:00
XcodeXCConfig.global.release.xcconfig xcode: add support for xcconfig files 2022-04-03 22:39:34 +02:00
XcodeXCConfig.target.debug.xcconfig xcode: add support for xcconfig files 2022-04-03 22:39:34 +02:00
XcodeXCConfig.target.release.xcconfig xcode: add support for xcconfig files 2022-04-03 22:39:34 +02:00