summaryrefslogtreecommitdiffstats
path: root/Tests
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'initialize-property-name'Brad King2022-03-2311-23/+23
|\
| * define_property(): Change constraints of INITIALIZE_FROM_VARIABLEKyle Edwards2022-03-2311-23/+23
| * Revert INTERFACE_LINK_LIBRARIES_DIRECT feature for 3.23 branchBrad King2022-03-2163-773/+2
| * Merge topic 'always_prefer_last_source_dir' into release-3.23Brad King2022-03-181-1/+1
| |\
* | | Genex-LINK_GROUP: Add support feature RESCAN on BSD systemsMarc Chevrier2022-03-221-1/+1
* | | Merge topic 'ghs_predefined_targets'Brad King2022-03-216-123/+105
|\ \ \
| * | | GHS: Update tests for updated binary layoutFred Baksik2022-03-175-122/+104
| * | | GHS: use INSTALL targetFred Baksik2022-03-171-1/+1
* | | | Merge topic 'LINK_LIBRARY-WHOLE_ARCHIVE'Brad King2022-03-214-36/+57
|\ \ \ \
| * | | | genex-LINK_LIBRARY: Add feature WHOLE_ARCHIVEMarc Chevrier2022-03-174-36/+57
* | | | | Merge topic 'cmake-P-args'Brad King2022-03-183-4/+17
|\ \ \ \ \
| * | | | | cmake: Improve acceptance of arbitrary arguments in -P script modeBrad King2022-03-173-4/+17
| | |/ / / | |/| | |
* | | | | Merge topic 'always_prefer_last_source_dir'Brad King2022-03-181-1/+1
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | cmake: Always prefer the last source directory providedRobert Maynard2022-03-171-1/+1
* | | | Merge topic 'tll-genex-concat'Brad King2022-03-173-0/+28
|\ \ \ \ | | |_|/ | |/| |
| * | | target_link_libraries: Restore LINK_ONLY for multiple static lib dependenciesBrad King2022-03-163-0/+28
| |/ /
* | | Tests: Fix FindMatlab.r2018a_check case in MATLAB R2021a and R2021bSilvio Traversaro2022-03-151-6/+1
* | | Merge topic 'test-RunCMake-lld-llvm-warnings'Brad King2022-03-151-0/+1
|\ \ \
| * | | Tests: Teach RunCMake to ignore lld-link PDB item index warningsBrad King2022-03-111-0/+1
| | |/ | |/|
* | | Merge topic 'find_package-global-imported'Brad King2022-03-1114-0/+139
|\ \ \
| * | | find_package: Add support for default GLOBAL imported targetsJohn Parent2022-03-1014-0/+139
| |/ /
* | | Merge topic 'cuda-arch-native'Brad King2022-03-1110-5/+31
|\ \ \
| * | | CUDA: Add support for CUDA_ARCHITECTURES=nativeBrad King2022-03-108-1/+27
| * | | Tests: Rename CudaOnly.{All => ArchSpecial}Brad King2022-03-103-4/+4
| |/ /
* | | Merge topic 'FindX11-xcb-components'Brad King2022-03-112-0/+30
|\ \ \
| * | | FindX11: add xcb-xtest and xcb-keysymsplanc2022-03-102-0/+30
* | | | Merge topic 'test-fix-regex'Brad King2022-03-111-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | Tests: Fix CMake syntax warning in RunCMake.CTestCommandLineBrad King2022-03-101-1/+1
| |/ /
* | | Merge topic 'cuda-arch-off'Brad King2022-03-103-0/+24
|\ \ \ | | |/ | |/|
| * | Tests: Fix testing CMAKE_CUDA_ARCHITECTURES=OFF with ClangBrad King2022-03-102-0/+18
| * | CUDA: Restore support for CMAKE_CUDA_ARCHITECTURES=OFFRobert Maynard2022-03-093-0/+6
* | | Merge topic 'ctest-WORKING_DIRECTORY'Brad King2022-03-101-1/+1
|\ \ \ | |_|/ |/| |
| * | ctest: print WORKING_DIRECTORY property with -VKevin Puetz2022-03-091-1/+1
* | | Merge topic 'ctest_truncate'Brad King2022-03-098-4/+68
|\ \ \
| * | | ctest: add option for output truncationFrank Winklmeier2022-03-086-1/+65
| * | | presets: bump version to v5Frank Winklmeier2022-03-083-3/+3
* | | | Merge topic 'color-diagnostics'Brad King2022-03-0912-0/+96
|\ \ \ \
| * | | | color: Add tests for CMAKE_COLOR_DIAGNOSTICSBrad King2022-03-0812-0/+96
| |/ / /
* | | | Merge topic 'FindX11--xcb-randr'Brad King2022-03-092-0/+19
|\ \ \ \
| * | | | FindX11: Add xcb_randr libraryMatthew Smith2022-03-082-0/+19
* | | | | Merge topic 'ignore-prefix-path-test-program-path'Brad King2022-03-091-0/+1
|\ \ \ \ \ | |_|_|/ / |/| | | / | | |_|/ | |/| |
| * | | Tests: Disable CMAKE_SYSTEM_PROGRAM_PATH in IgnorePrefixPath testKyle Edwards2022-03-081-0/+1
| * | | Merge topic 'cmake-presets-file-dir' into release-3.23Brad King2022-03-087-1/+49
| |\ \ \
* | \ \ \ Merge topic 'cmake-presets-file-dir'Brad King2022-03-087-1/+49
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | CMakePresets.json: Add ${fileDir} macroKyle Edwards2022-03-077-1/+49
* | | | | Merge topic 'test-cmp0125'Brad King2022-03-084-56/+56
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Tests: Make RunCMake.CMP0125 robust to external filesystem contentBrad King2022-03-074-56/+56
| |/ / /
| * | | Merge topic 'file-set-name-requirements' into release-3.23Brad King2022-03-044-0/+12
| |\ \ \
| * \ \ \ Merge topic 'file-set-multiple-names' into release-3.23Brad King2022-03-041-5/+9
| |\ \ \ \
| * \ \ \ \ Merge topic 'while-bug-compatibility' into release-3.23Brad King2022-03-046-24/+12
| |\ \ \ \ \