summaryrefslogtreecommitdiffstats
path: root/Tests
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'iface-public-modules' into release-3.31Brad King2024-12-1215-2/+56
|\
| * target_sources: Improve error message for CXX_MODULES on INTERFACE librariesBrad King2024-12-1110-0/+49
| * Tests/RunCMake/CXXModules: Rename FileSetModules cases to be more specificBrad King2024-12-116-2/+7
| * Merge topic 'test-cuda-bin2c-null' into release-3.30Brad King2024-10-191-1/+1
| |\
| * \ Merge branch 'test-cuda-simplify-kernels' into release-3.30Brad King2024-10-181-7/+0
| |\ \
* | | | Ninja: Add missing top-level codegen dependencies on per-directory codegenBrad King2024-12-107-0/+56
* | | | VS: Restore support for mixing C++23 and C in one target with clang-clBrad King2024-12-091-0/+6
* | | | Merge topic 'autogen-revert-ui-rebuild' into release-3.31Brad King2024-12-0515-294/+76
|\ \ \ \
| * | | | Autogen: Revert adding ui files to byproducts of the timestamp targetOrkun Tokdemir2024-12-0415-294/+76
* | | | | LINK_OPTIONS: Fix crash on empty LINKER: prefixBrad King2024-12-041-0/+1
* | | | | FindPython: Ensure SABIModule is found in all casesMarc Chevrier2024-12-021-0/+49
|/ / / /
* | | | Autogen: Fix Ninja Multi-Config dependency graph regressionOrkun Tokdemir2024-11-281-0/+1
* | | | Merge topic 'aix-archive-shared-libraries-export' into release-3.31Brad King2024-11-235-9/+17
|\ \ \ \
| * | | | AIX: Propagate AIX_SHARED_LIBRARY_ARCHIVE through exportsBrad King2024-11-225-9/+17
* | | | | AIX: Disallow TARGET_SONAME_* genex for AIX_SHARED_LIBRARY_ARCHIVE targetsBrad King2024-11-219-3/+44
|/ / / /
* | | | cmExperimental: Make CPS-export experimental notice more consistentMatthew Woehlke2024-11-191-2/+2
* | | | LLD linker: avoid regression on archive libraries deduplicationMarc Chevrier2024-11-182-1/+12
* | | | CMP0175: Do not reject USES_TERMINAL for add_custom_command(TARGET)Craig Scott2024-11-153-4/+5
* | | | Clarify advice given by compatibility deprecation message for CMake < 3.10Brad King2024-11-1428-60/+90
* | | | GoogleTest: Clear script content buffer on flush and flush less oftenCraig Scott2024-11-124-10/+46
* | | | cmake_parse_arguments: Restore capture of value after repeated keywordCraig Scott2024-10-282-4/+32
* | | | Merge topic 'link-strategy' into release-3.31Brad King2024-10-2823-12/+12
|\ \ \ \
| * | | | LINK_LIBRARIES_STRATEGY: Rename strategies to clarify expectationsBrad King2024-10-2523-12/+12
* | | | | Tests/RunCMake/BuildDepends: Skip LinkDepends with broken GNU ld 2.43Brad King2024-10-262-4/+10
* | | | | Tests: Fix FILE stream leaks in helper programsBrad King2024-10-262-7/+11
* | | | | Tests: Update FindBoost.TestPython for Python 3.13 and 3.14Brad King2024-10-251-2/+2
* | | | | codespell: Fix typosBrad King2024-10-256-9/+9
|/ / / /
* | | | Merge topic 'windows-kernel-mode-driver' into release-3.31Brad King2024-10-251-1/+1
|\ \ \ \
| * | | | WindowsKernelModeDriver: Switch to appending to variablesJoseph Snyder2024-10-241-1/+1
* | | | | LFortran: Improve detection of implicit link information for lfortran 0.40+Brad King2024-10-245-0/+91
|/ / / /
* | | | Help: Fix find_package search order w.r.t. globsMatthew Woehlke2024-10-233-0/+19
* | | | Merge topic 'test-cuda-bin2c-null' into release-3.31Brad King2024-10-191-1/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | Tests: Ensure CUDA bin2c output is null terminatedRobert Maynard2024-10-181-1/+1
| | |/ | |/|
* | | Merge topic 'fix-cps-version' into release-3.31Brad King2024-10-183-0/+41
|\ \ \
| * | | cmExportPackageInfoGenerator: Fix version propertiesMatthew Woehlke2024-10-173-0/+41
* | | | Merge topic 'test-cuda-simplify-kernels' into release-3.31Brad King2024-10-181-7/+0
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | Tests: Simplify CUDA kernels avoid crash with nvidia driver 550Robert Maynard2024-10-181-7/+0
* | | Revert "Ensure imported targets in sibling dirs are deduplicated"Brad King2024-10-163-1/+5
* | | Tests/RunCMake/CMP0156: Match expected results more preciselyBrad King2024-10-162-2/+2
* | | AIX: Enable versioned shared objects with CMAKE_AIX_SHARED_LIBRARY_ARCHIVEAditya Vidyadhar Kamath2024-10-102-5/+12
* | | project: Always set <PROJECT-NAME>_* as normal variablesCraig Scott2024-10-0810-11/+56
* | | Merge topic 'FindOpenMP-CUDA-Clang'Brad King2024-10-081-1/+1
|\ \ \
| * | | FindOpenMP: Add support for CUDA when compiling with ClangBrad King2024-10-071-1/+1
* | | | Merge topic 'test-cuda-optixir-includes'Brad King2024-10-081-0/+1
|\ \ \ \
| * | | | CUDA: OptiXIR test includes all required headersRobert Maynard2024-10-071-0/+1
* | | | | Merge topic 'project-vars'Brad King2024-10-081-1/+6
|\ \ \ \ \ | |_|/ / / |/| | | / | | |_|/ | |/| |
| * | | project: Only check non-cache vars when setting project varsCraig Scott2024-10-071-1/+6
* | | | Merge topic 'cmake--workflow-preset'Brad King2024-10-075-2/+58
|\ \ \ \
| * | | | preset: Easier command line interface for Workflow PresetsKevin Tolle2024-10-055-2/+58
* | | | | Merge topic 'GoogleTest-DISCOVERY_EXTRA_ARGS'Brad King2024-10-074-0/+70
|\ \ \ \ \ | |/ / / / |/| | | |