summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake
Commit message (Expand)AuthorAgeFilesLines
...
| * | Tests/RunCMake/Make: simplify GNUMakeJobSeverAware check functionChris Mahoney2023-08-156-112/+44
* | | Merge topic 'TAPI-is-Apple-only'Brad King2023-08-151-6/+6
|\ \ \ | |/ / |/| / | |/
| * Apple Text Stubs (.tbd): various fixesMarc Chevrier2023-08-111-6/+6
* | Merge topic 'test-properties-directory'Kyle Edwards2023-08-1419-8/+103
|\ \
| * | get_test_property(): Add DIRECTORY optionKyle Edwards2023-08-113-8/+25
| * | set_tests_properties(): Add DIRECTORY optionKyle Edwards2023-08-119-0/+43
| * | set_property(TEST): Add DIRECTORY optionKyle Edwards2023-08-107-0/+35
* | | Merge topic 'ctest-generate-resource-spec-file'Kyle Edwards2023-08-1439-4/+237
|\ \ \
| * | | CTest: Add ability to dynamically generate resource spec fileKyle Edwards2023-08-1039-4/+237
| |/ /
* | | Merge topic 'test-ifort-windows'Brad King2023-08-111-0/+5
|\ \ \
| * | | Tests: Fix RunCMake.BuildDepends Fortran case with Intel compiler on WindowsBrad King2023-08-101-0/+5
* | | | Merge topic 'vs-sdk-selection'Brad King2023-08-1010-51/+73
|\ \ \ \ | |/ / / |/| | |
| * | | Merge branch 'backport-vs-sdk-selection' into vs-sdk-selectionBrad King2023-08-1010-51/+73
| |\ \ \ | | |/ / | |/| / | | |/
| | * VS: Select latest Windows SDK even when targeting Windows 8.1 and belowBrad King2023-08-102-5/+9
| | * VS: Teach CMAKE_GENERATOR_PLATFORM to support Windows 8.1 SDK selectionBrad King2023-08-101-0/+11
| | * VS: Teach CMAKE_GENERATOR_PLATFORM to use Windows 10 SDKs for older versionsBrad King2023-08-109-24/+33
| | * Tests: Remove redundant condition in RunCMake.GeneratorPlatform testBrad King2023-08-101-23/+21
* | | Merge topic 'OPTIMIZE_DEPENDENCIES-runtime-targets'Brad King2023-08-106-0/+46
|\ \ \
| * | | OPTIMIZE_DEPENDENCIES: Skip order-only deps for non-linking targetsCraig Scott2023-08-096-0/+46
* | | | Merge topic 'test-cxxmodules-generated-fix'Brad King2023-08-102-5/+9
|\ \ \ \ | |_|/ / |/| | |
| * | | Tests/RunCMake/CXXModules: actually generate the source at build timeBen Boeckel2023-08-072-5/+9
* | | | Merge topic 'file-GENERATE-arg-parsing'Brad King2023-08-084-0/+10
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | file(GENERATE): Restore INPUT|CONTENT parse checkingEvan Wilde2023-08-074-0/+10
* | | Merge topic 'cxxmodules-try-compile'Brad King2023-08-0719-10/+86
|\ \ \
| * | | cmExperimental: recycle the C++ modules API UUIDBen Boeckel2023-07-3110-10/+10
| * | | cmCoreTryCompile: use the source type context for source filesBen Boeckel2023-07-319-0/+76
* | | | Merge topic 'set-CACHE-diagnostics'Brad King2023-08-074-0/+25
|\ \ \ \
| * | | | set: Improve diagnostics for CACHE modeJeremy2023-08-024-0/+25
| | |_|/ | |/| |
* | | | Merge branch 'backport-revert-vs-show-cmake-files'Brad King2023-08-027-255/+11
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | VS: Revert "Add CMake input files to ZERO_CHECK"Brad King2023-08-027-255/+11
* | | Merge topic 'xcode-embed-resources'Brad King2023-08-018-2/+49
|\ \ \ | |_|/ |/| |
| * | Xcode: Add embed resources supporthalx992023-07-318-2/+49
* | | Tests/RunCMake/property_init: test 'with_exports' propertiesBen Boeckel2023-07-292-0/+52
* | | Tests/RunCMake/property_init: test 'with_commands' propertiesBen Boeckel2023-07-292-0/+14
* | | Tests/RunCMake/property_init: test 'with_artifact' propertiesBen Boeckel2023-07-292-0/+20
* | | Tests/RunCMake/property_init: test 'shared_library' propertiesBen Boeckel2023-07-292-0/+13
* | | Tests/RunCMake/property_init: test 'pic_targets' propertiesBen Boeckel2023-07-292-0/+22
* | | Tests/RunCMake/property_init: test 'normal' propertiesBen Boeckel2023-07-292-0/+11
* | | Tests/RunCMake/property_init: test 'non_imported' propertiesBen Boeckel2023-07-292-0/+12
* | | Tests/RunCMake/property_init: test 'normal_non_imported' propertiesBen Boeckel2023-07-292-0/+10
* | | Tests/RunCMake/property_init: test 'linkable' propertiesBen Boeckel2023-07-292-0/+13
* | | Tests/RunCMake/property_init: test 'library_with_artifact' propertiesBen Boeckel2023-07-292-0/+11
* | | Tests/RunCMake/property_init: add `per_config` table builder helperBen Boeckel2023-07-291-0/+35
* | | Tests/RunCMake/property_init: test 'imported' propertiesBen Boeckel2023-07-292-0/+10
* | | Tests/RunCMake/property_init: test 'executable' propertiesBen Boeckel2023-07-292-0/+26
* | | Tests/RunCMake/property_init: test 'can_compile' propertiesBen Boeckel2023-07-292-0/+275
* | | Tests/RunCMake/property_init: test 'always' propertiesBen Boeckel2023-07-292-0/+17
* | | Tests/RunCMake/property_init: add a function to test propertiesBen Boeckel2023-07-291-0/+57
* | | Tests/RunCMake/property_init: add functions to make example targetsBen Boeckel2023-07-294-1/+58
* | | Tests/RunCMake/property_init: add a function to parse property tablesBen Boeckel2023-07-291-0/+29