summaryrefslogtreecommitdiffstats
path: root/Tests
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'imported-implib-only'Brad King2023-07-1911-9/+79
|\
| * cmTarget: Add a way to represent imported shared library stubsRobert Maynard2023-07-1810-9/+57
| * GeneratorExpression: Expand testing of imported location resolutionRobert Maynard2023-07-182-0/+21
| * Testing: Map RelWithDebInfo config in GeneratorExpression testRobert Maynard2023-07-061-0/+1
* | Merge topic 'cmCMakePath-SunPro-sparc-workaround'Brad King2023-07-192-0/+442
|\ \
| * | cmCMakePath: workarounds for Sunpro/sparc compilerMarc Chevrier2023-07-182-0/+442
* | | LINK_OPTIONS: ensure correct dollar escapingMarc Chevrier2023-07-174-1/+10
|/ /
* | Merge topic 'find_library-simplify-regex'Brad King2023-07-142-2/+2
|\ \
| * | find_library: Improve regex readability in --debug-find outputThomas Schenker2023-07-132-2/+2
* | | Merge topic 'module-mapper-clang-transitive'Brad King2023-07-1412-11/+19
|\ \ \
| * | | cmExperimental: refresh the C++ modules UUIDBen Boeckel2023-07-1310-10/+10
| * | | Tests/RunCMake/CXXModules: require transitive usagesBen Boeckel2023-07-132-1/+9
* | | | Merge topic 'debugger-breakpoints'Brad King2023-07-141-0/+13
|\ \ \ \ | |/ / / |/| | |
| * | | Debugger: Always clear existing breakpoints on setBreakpointsBen McMorran2023-07-131-0/+13
| * | | Merge topic 'debugger-no-supportsVariableType' into release-3.27Brad King2023-07-133-4/+38
| |\ \ \
* | \ \ \ Merge topic 'debugger-no-supportsVariableType'Brad King2023-07-133-4/+38
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Debugger: Correctly handle clients without supportsVariableTypeBen McMorran2023-07-123-4/+38
* | | | | Merge topic 'genex-REMOVE_DUPLICATES-empty'Brad King2023-07-133-0/+10
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Genex: Restore REMOVE_DUPLICATES preservation of empty elementsBrad King2023-07-123-0/+10
| |/ / /
* | | | Merge topic 'compile-commands-modules'Brad King2023-07-126-0/+66
|\ \ \ \ | |/ / /
| * | | Ninja: include module mapper flags in `compile_commands.json`Ben Boeckel2023-07-096-0/+66
| * | | Merge topic 'debugger-segfault' into release-3.27Brad King2023-06-301-1/+29
| |\ \ \
| * \ \ \ Merge topic 'FetchContent-unparsed-arguments' into release-3.27Brad King2023-06-304-4/+4
| |\ \ \ \
| * \ \ \ \ Merge topic 'vs-cxxmodules-same-src-name' into release-3.27Brad King2023-06-306-0/+42
| |\ \ \ \ \
* | | | | | | apple: add preliminary visionOS supportGregor Jasny2023-07-115-2/+35
* | | | | | | Merge topic 'test-lib-order'Brad King2023-07-111-1/+1
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | Tests: Improve order of CMakeLibTests link librariesBrad King2023-07-071-1/+1
* | | | | | | Merge topic 'source_group-TREE-no-FILES'Brad King2023-07-075-0/+25
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | source_group: Add test/example for TREE without FILESAlex Neundorf2023-07-055-0/+25
* | | | | | | Merge topic 'FindPython-enhance-tests'Brad King2023-06-303-28/+218
|\ \ \ \ \ \ \
| * | | | | | | FindPython: Add labels Python2 and/or Python3 on testsMarc Chevrier2023-06-291-2/+66
| * | | | | | | FindPython: Add tests for IronPython v3Marc Chevrier2023-06-293-26/+152
| |/ / / / / /
* | | | | | | Merge topic 'debugger-segfault'Brad King2023-06-301-1/+29
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | Debugger: Fix threads request segfault after thread exited eventBen McMorran2023-06-291-1/+29
| | |/ / / / | |/| | | |
* | | | | | Merge topic 'FetchContent-unparsed-arguments'Brad King2023-06-304-4/+4
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | FetchContent: Protect ExternalProject keywords from unknown argumentsBrad King2023-06-294-4/+4
| |/ / / /
| * | | | Merge topic 'support_nvhpc_versions_without_isystem' into release-3.27Brad King2023-06-266-1/+12
| |\ \ \ \
* | \ \ \ \ Merge topic 'vs-cxxmodules-same-src-name'Brad King2023-06-306-0/+42
|\ \ \ \ \ \ | |_|_|/ / / |/| | | / / | | |_|/ / | |/| | |
| * | | | VS: Fix C++ modules in source files with the same nameBrad King2023-06-286-0/+42
* | | | | Deprecate Visual Studio 12 2013 generatorBrad King2023-06-265-0/+14
| |_|_|/ |/| | |
* | | | Merge topic 'imported-target-framework-path'Brad King2023-06-265-42/+28
|\ \ \ \
| * | | | macOS: Allow IMPORTED_LOCATION to be a framework folderKyle Edwards2023-06-235-42/+28
* | | | | Merge topic 'support_nvhpc_versions_without_isystem'Brad King2023-06-266-1/+12
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | NVHPC: Support nvfortran versions that don't support isystemRobert Maynard2023-06-236-1/+12
| | |/ / | |/| |
* | | | Merge topic 'link-depends-is-OFF'Brad King2023-06-262-3/+4
|\ \ \ \ | | |_|/ | |/| |
| * | | link dependencies: deactivate the featureMarc Chevrier2023-06-232-3/+4
| |/ /
* | | Merge topic 'build-pch'Brad King2023-06-231-0/+4
|\ \ \
| * | | CMakeLibTests: Precompile common expensive headersClemens Wasser2023-06-221-0/+4
| | |/ | |/|
* | | File set: Allow absolute CMAKE_INSTALL_INCLUDEDIRKyle Edwards2023-06-203-0/+26
|/ /
* | Merge topic 'cmList-SUBLIST-regression'Brad King2023-06-201-0/+51
|\ \ | |/