summaryrefslogtreecommitdiffstats
path: root/Tests
Commit message (Expand)AuthorAgeFilesLines
* 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 'property-typo-fix' into release-3.27Brad King2023-07-251-1/+3
| |\ \
| * \ \ Merge topic 'cdash_checksum_400' into release-3.27Brad King2023-07-251-1/+1
| |\ \ \
* | \ \ \ Merge topic 'xcode-embed-resources'Brad King2023-08-018-2/+49
|\ \ \ \ \
| * | | | | Xcode: Add embed resources supporthalx992023-07-318-2/+49
* | | | | | Merge topic 'test_utf8_improve'Brad King2023-08-011-58/+49
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | testUTF8: Improve using string_viewVitaly Stakhovsky2023-07-301-58/+49
* | | | | | Merge topic 'test-target-property-init'Brad King2023-07-3120-0/+716
|\ \ \ \ \ \
| * | | | | | 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
| * | | | | | Tests/RunCMake/property_init: add a function to check a propertyBen Boeckel2023-07-291-0/+24
| * | | | | | Tests/RunCMake/property_init: add skeleton for testingBen Boeckel2023-07-293-0/+8
| |/ / / / /
* | | | | | Merge topic 'ci-debian-12'Brad King2023-07-317-7/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | IWYU: Update for Debian 12 CI jobBrad King2023-07-287-7/+1
* | | | | | find_library(): Add support for .xcframeworkKyle Edwards2023-07-282-0/+15
|/ / / / /
* | | | | Merge topic 'xcframework-target-link-libraries'Kyle Edwards2023-07-2775-0/+275
|\ \ \ \ \
| * | | | | macOS: Add support for linking against .xcframework foldersKyle Edwards2023-07-2675-0/+275
* | | | | | Merge topic 'cmuvprocesschain-wait-0'Brad King2023-07-271-0/+19
|\ \ \ \ \ \
| * | | | | | cmUVProcessChain::Wait(): Treat timeout of 0 as no timeoutKyle Edwards2023-07-261-0/+19
| |/ / / / /
* | | | | | Merge topic 'jobserver-fix'Brad King2023-07-263-13/+50
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | add_custom_{command,target}: Teach JOB_SERVER_AWARE about WORKING_DIRECTORYChris Mahoney2023-07-253-13/+50
* | | | | | Merge topic 'exec-program-policy'Kyle Edwards2023-07-2612-0/+32
|\ \ \ \ \ \
| * | | | | | exec_program(): Remove by policy CMP0153Kyle Edwards2023-07-2512-0/+32
* | | | | | | Merge topic 'property-typo-fix'Brad King2023-07-251-1/+3
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | cmTarget: Restore Fortran_PREPROCESS property initializationBen Boeckel2023-07-251-1/+3
| | |_|_|/ / | |/| | | |
* | | | | | Merge topic 'cdash_checksum_400'Brad King2023-07-251-1/+1
|\ \ \ \ \ \ | |_|/ / / / |/| | | | / | | |_|_|/ | |/| | |
| * | | | ctest: Update ctest_submit for CDash behavior changeZack Galbreath2023-07-251-1/+1
| * | | | Tests: Always load presets schema as UTF-8Craig Scott2023-05-301-3/+3