summaryrefslogtreecommitdiff
path: root/Tests
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'cuda-arch-verify'Brad King2022-04-282-2/+11
|\
| * CUDA: Defer architecture testing to the compiler testing stepBrad King2022-04-252-2/+11
* | cm::enum_set: container that contains a set of unique enum values.Marc Chevrier2022-04-272-0/+205
* | Merge topic 'CUDAToolkit-cupti-include-dirs'Brad King2022-04-272-0/+13
|\ \
| * | CUDAToolkit: Add include paths for CUDA::cuptiPeter Bell2022-04-262-0/+13
| |/
* | Merge topic 'file-set-simplifications'Brad King2022-04-274-6/+15
|\ \
| * | cmTarget: factor out fileset type handlingBen Boeckel2022-04-252-4/+4
| * | RunCMake/target_sources: test `HEADERS` file sets via generic propsBen Boeckel2022-04-252-0/+9
| * | messages: remove screamake from comments and errorsBen Boeckel2022-04-252-2/+2
| |/
* | Tests: Remove incidental use of C++98 compiler modesBrad King2022-04-265-55/+0
* | Tests: Add missing include in sleep sourcesBrad King2022-04-262-0/+4
* | Merge topic 'target-bundle-dir-name-genex'Brad King2022-04-267-0/+31
|\ \ | |/ |/|
| * Genex: Add TARGET_BUNDLE_DIR_NAMEBen Leadbetter2022-04-227-0/+31
* | Merge topic 'cmake-use-findpython'Brad King2022-04-2211-27/+27
|\ \
| * | CMake: Use FindPython instead of FindPythonInterp to build CMake itselfKyle Edwards2022-04-2111-27/+27
| |/
* | Merge topic 'NO_CMAKE_INSTALL_PREFIX'Brad King2022-04-2218-2/+129
|\ \ | |/ |/|
| * Find: Support per call disabling of CMAKE_INSTALL_PREFIXRobert Maynard2022-04-1518-2/+129
* | Merge topic 'file-set-build-export'Brad King2022-04-212-13/+47
|\ \
| * | cmExportBuildFileGenerator: handle genex-wrapped source pathsBen Boeckel2022-04-181-11/+45
| * | cmInstallCommand: tweak error messageBen Boeckel2022-04-151-2/+2
* | | Merge topic 'cpack-dmg-sla'Brad King2022-04-208-1/+29
|\ \ \
| * | | CPack/DMG: Do not use CPACK_RESOURCE_FILE_LICENSE for SLA by defaultBrad King2022-04-148-1/+29
* | | | Merge topic 'vs-dotnet-startup-object'Brad King2022-04-206-0/+67
|\ \ \ \
| * | | | VS: Add StartupObject property for managed .NET projectsFlorian Schweiger2022-04-126-0/+67
* | | | | Merge topic 'file-set-generated-dependency'Brad King2022-04-154-0/+28
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| |
| * | | FILE_SET: Make INTERFACE libraries with HEADER_SETS participate in buildsystemKyle Edwards2022-04-144-0/+28
| * | | Merge topic 'file-set-repr-improvements' into release-3.23Brad King2022-04-1215-36/+20
| |\ \ \
| * \ \ \ Merge topic 'correct_list-presets_parsing' into release-3.23Brad King2022-04-122-1/+16
| |\ \ \ \
| * \ \ \ \ Merge topic 'xcode-pch' into release-3.23Brad King2022-04-123-1/+19
| |\ \ \ \ \
* | \ \ \ \ \ Merge topic 'xcode-universal'Brad King2022-04-146-0/+24
|\ \ \ \ \ \ \
| * | | | | | | Xcode: Add tests for OBJECT library per target `OSX_ARCHITECTURES`Hyper Nova Sun2022-04-126-0/+24
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge topic 'cmake_host_system_information-query-windows-registry'Brad King2022-04-1427-0/+312
|\ \ \ \ \ \ \
| * | | | | | | cmake_host_system_information: query windows registryMarc Chevrier2022-04-1327-0/+312
* | | | | | | | Merge topic 'file-set-repr-improvements'Brad King2022-04-1215-36/+20
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | / | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | cmTarget: make HEADER_SETS and INTERFACE_HEADER_SETS read-onlyBen Boeckel2022-04-1115-36/+20
| | |_|/ / / | |/| | | |
* | | | | | Merge topic 'correct_list-presets_parsing'Brad King2022-04-122-1/+16
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | cmake: --list=presets=[type] doesn't generate incorrect warningsRobert Maynard2022-04-112-1/+16
* | | | | | Merge topic 'xcode-pch'Brad King2022-04-122-0/+18
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | / | | |_|_|/ | |/| | |
| * | | | PCH: Fix Xcode non-pch language exclusionCristian Adam2022-04-112-0/+18
| * | | | Tests: Ignore all classes in Xcode internal objc warningsGregor Jasny2022-04-111-1/+1
* | | | | Merge topic 'check-flag-fembed-bitcode-conflict'Brad King2022-04-112-0/+22
|\ \ \ \ \ | | |_|/ / | |/| | / | |_|_|/ |/| | |
| * | | CheckSourceCompiles: Avoid linker warning with -fembed-bitcodeCraig Scott2022-04-092-0/+22
* | | | Merge topic 'CheckCompilerFlag-restore-env'Brad King2022-04-082-0/+18
|\ \ \ \ | |/ / /
| * | | CheckCompilerFlag: Fix regression in locale environment preservationBrad King2022-04-072-0/+18
* | | | Merge topic 'header-sets-no-framework'Brad King2022-04-074-0/+15
|\ \ \ \ | |/ / /
| * | | FILE_SET: Forbid adding header sets to Apple FRAMEWORK librariesKyle Edwards2022-04-074-0/+15
| * | | Merge topic 'GNUInstallDirs-revert-multiarch-prefixes' into release-3.23Brad King2022-03-312-4/+4
| |\ \ \
* | \ \ \ Merge topic 'FindJNI-targets'Brad King2022-04-0714-0/+228
|\ \ \ \ \
| * | | | | FindJNI: added components and imported targetsSergiu Deitsch2022-04-0414-0/+228
* | | | | | Merge topic 'FindMatlab-no-implicit-link'Brad King2022-04-062-0/+73
|\ \ \ \ \ \