summaryrefslogtreecommitdiffstats
path: root/Tests
Commit message (Expand)AuthorAgeFilesLines
* Autogen: Fix compilation of unchanged source filesOrkun Tokdemir2024-07-1713-0/+377
* Autogen: Fix autogen test separation bugsOrkun Tokdemir2024-07-172-31/+29
* Autogen: Revert "Add timestamp file for CMAKE_GLOBAL_AUTORCC_TARGET"Orkun Tokdemir2024-07-101-16/+0
* Merge topic 'xdg-config-dir'Brad King2024-07-085-0/+18
|\
| * cmSystemTools: Add CMake config directoryMartin Duffy2024-07-035-0/+18
* | Merge topic 'ios-mac-catalyst'Brad King2024-07-0813-1/+67
|\ \
| * | iOS: Add support for Mac CatalystRaul Metsma2024-07-0313-1/+67
* | | Merge topic 'vs-dotnet-sdk-custom-command'Brad King2024-07-085-9/+15
|\ \ \
| * | | VS: Support add_custom_command in .Net SDK-style projectsCalum Robinson2024-06-255-9/+15
| |/ /
* | | Merge topic 'TRANSITIVE_LINK_PROPERTIES_isnt_usage'Kyle Edwards2024-07-083-1/+10
|\ \ \
| * | | Evaluation of TRANSITIVE_LINK_PROPERTIES isn't considered a usageRobert Maynard2024-07-053-1/+10
* | | | Merge topic 'cmArgumentParser-Derived-Classes'Brad King2024-07-041-35/+54
|\ \ \ \
| * | | | cmArgumentParser: Support binding with derived classesVito Gamberini2024-07-021-35/+54
| | |_|/ | |/| |
* | | | Merge topic 'test-ExternalProject'Brad King2024-07-041-4/+5
|\ \ \ \ | |/ / / |/| | |
| * | | Tests: Fix RunCMake.ExternalProject when git is not availableBrad King2024-07-031-4/+5
| |/ /
| * | Merge topic 'link-feature-attributes-stabilization' into release-3.30Brad King2024-06-2438-42/+96
| |\ \
* | \ \ Merge topic 'codegen'Brad King2024-07-0245-1/+360
|\ \ \ \
| * | | | add_custom_command: Add CODEGEN supportJuan Ramos2024-07-0145-1/+360
* | | | | Merge topic 'vs-framework-references'Brad King2024-06-273-0/+33
|\ \ \ \ \
| * | | | | VS: Add VS_FRAMEWORK_REFERENCESCalum Robinson2024-06-263-0/+33
* | | | | | Merge topic 'orkun_26059_24_06_2024'Brad King2024-06-271-0/+16
|\ \ \ \ \ \
| * | | | | | Autogen: Add timestamp file for CMAKE_GLOBAL_AUTORCC_TARGETOrkun Tokdemir2024-06-261-0/+16
| | |/ / / / | |/| | | |
* | | | | | Merge topic 'test-autogen-nmc'Brad King2024-06-271-1/+1
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Autogen: Filter out QtDeployTargets from Ninja Multi-Config testsOrkun Tokdemir2024-06-261-1/+1
| |/ / / /
* | | | | Merge topic 'file-rpath-elf-static'Brad King2024-06-264-7/+19
|\ \ \ \ \
| * | | | | file(RPATH_CHANGE ...): no-op for static binaryHarmen Stoppels2024-06-242-0/+3
| * | | | | Tests/RunCMake/file-RPATH: Prepare to cover statically linked binariesHarmen Stoppels2024-06-243-7/+16
| |/ / / /
* | | | | Merge topic 'preset-comments'Brad King2024-06-2614-0/+229
|\ \ \ \ \
| * | | | | presets: Allow comments in presets filesAliaksandr Averchanka2024-06-2414-0/+229
* | | | | | Merge topic 'cpack-debian-multiarch'Brad King2024-06-267-4/+23
|\ \ \ \ \ \
| * | | | | | CPack/DEB: Add Multi-Arch supportRobert Schuster2024-06-244-0/+17
| * | | | | | CPack/DEB: Add Multi-Arch supportRobert Schuster2024-06-212-0/+2
| * | | | | | Tests/RunCMake/CPack: Improve READMERobert Schuster2024-06-211-4/+4
* | | | | | | Merge topic 'orkun_refactor_autogen_tests_21_06_2024'Brad King2024-06-2669-518/+570
|\ \ \ \ \ \ \
| * | | | | | | Autogen: Separate RunCMake.AutogenQtX testsOrkun Tokdemir2024-06-2469-518/+570
| |/ / / / / /
* | | | | | | Merge topic 'issue-26041-filemakedirectory-result-optional-argument'Brad King2024-06-2616-11/+49
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | file(MAKE_DIRECTORY): Add optional RESULT keyword to capture failure.Asit Dhal2024-06-2416-11/+49
| | |/ / / / | |/| | | |
* | | | | | Merge topic 'apple-framework-bundle-name'Brad King2024-06-245-27/+85
|\ \ \ \ \ \
| * | | | | | Apple: Add CFBundleName to framework Info.plist filesBrad King2024-06-204-0/+32
| * | | | | | Tests/RunCMake/Framework: Improve failure messagesBrad King2024-06-183-27/+53
| | |/ / / / | |/| | | |
* | | | | | Merge topic 'link-feature-attributes-stabilization'Brad King2024-06-2438-42/+96
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Link feature attributes: stabilizationMarc Chevrier2024-06-2128-32/+86
| * | | | | Libraries processing: update configuration wordingMarc Chevrier2024-06-2110-10/+10
* | | | | | Merge topic 'nmc-config-list'Brad King2024-06-243-0/+6
|\ \ \ \ \ \ | |_|_|/ / / |/| | | / / | | |_|/ / | |/| | |
| * | | | Ninja Multi-Config: Fix crash if config list is changed in subdirectoryBrad King2024-06-213-0/+6
| |/ / /
* | | | Merge topic 'masm-static-lib'Brad King2024-06-214-0/+4
|\ \ \ \ | |_|/ / |/| | |
| * | | ASM_MASM: Add support for masm-only static librariesJeremy Koritzinsky2024-06-204-0/+4
| | |/ | |/|
* | | Merge topic 'xcode-16'Brad King2024-06-142-2/+3
|\ \ \ | |/ / |/| / | |/
| * Tests: Update expected results for Xcode 16Brad King2024-06-132-2/+3
* | Merge topic 'fc-cmp0168-fresh'Brad King2024-06-102-11/+14
|\ \ | |/