summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Provide guidance when trying to use non-enabled languageRobert Maynard2022-05-048-13/+56
* Merge topic 'automoc-rsp'Brad King2022-04-273-0/+63
|\
| * AUTOMOC: Automatically use options file for moc compilerDaniel Gehriger2022-04-263-0/+63
* | Merge topic 'FindThreads-cleanup'Brad King2022-04-271-37/+39
|\ \
| * | FindThreads: Factor out helper macro for libc checkBrad King2022-04-261-9/+17
| * | FindThreads: Avoid repeating check for -pthread flagBrad King2022-04-261-1/+3
| * | FindThreads: Simplify conditions for not-in-libc checksBrad King2022-04-261-13/+13
| * | FindThreads: Remove unnecessary conditionBrad King2022-04-261-26/+25
| * | FindThreads: Clarify internal helper macro namesBrad King2022-04-261-7/+7
| * | FindThreads: Drop strange SunOS+pthread.h+thr_create combinationBrad King2022-04-261-4/+0
| * | FindThreads: Drop unused internal CMAKE_HAVE_THREADS_LIBRARY variableBrad King2022-04-261-3/+0
* | | Merge topic 'CUDAToolkit-cupti-include-dirs'Brad King2022-04-273-7/+33
|\ \ \
| * | | CUDAToolkit: Add include paths for CUDA::cuptiPeter Bell2022-04-263-7/+33
* | | | Merge topic 'file-set-simplifications'Brad King2022-04-2710-248/+353
|\ \ \ \
| * | | | cmTarget: factor out fileset type handlingBen Boeckel2022-04-253-136/+207
| * | | | RunCMake/target_sources: test `HEADERS` file sets via generic propsBen Boeckel2022-04-252-0/+9
| * | | | cmTarget: require filesets to be of the right typeBen Boeckel2022-04-251-34/+61
| * | | | cmTarget: factor out fileset property manipulationBen Boeckel2022-04-251-116/+114
| * | | | cmTarget: pass candidate strings by const-refBen Boeckel2022-04-251-3/+3
| * | | | messages: remove screamake from comments and errorsBen Boeckel2022-04-257-17/+17
* | | | | Merge topic 'tests-no-c++98'Brad King2022-04-277-55/+4
|\ \ \ \ \
| * | | | | 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 branch 'release-3.23'Brad King2022-04-270-0/+0
|\ \ \ \ \
| * \ \ \ \ Merge topic 'FindBoost-1.79' into release-3.23Brad King2022-04-271-1/+2
| |\ \ \ \ \
* | \ \ \ \ \ Merge topic 'FindBoost-1.79'Brad King2022-04-271-1/+2
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | FindBoost: Add support for Boost 1.79Brad King2022-04-261-1/+2
| |/ / / / /
* | | | | | CMake Nightly Date StampKitware Robot2022-04-271-1/+1
| |/ / / / |/| | | |
* | | | | Merge topic 'target-bundle-dir-name-genex'Brad King2022-04-2612-7/+96
|\ \ \ \ \
| * | | | | Genex: Add TARGET_BUNDLE_DIR_NAMEBen Leadbetter2022-04-2212-1/+88
| * | | | | Help: Make TARGET_BUNDLE[_CONTENT]_DIR examples more preciseBrad King2022-04-221-6/+8
* | | | | | Merge branch 'release-3.23'Brad King2022-04-260-0/+0
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge branch 'release-3.22' into release-3.23Brad King2022-04-260-0/+0
| |\ \ \ \ \
* | \ \ \ \ \ Merge branch 'release-3.22'Brad King2022-04-260-0/+0
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Merge branch 'release-3.21' into release-3.22Brad King2022-04-260-0/+0
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'ci-xcode-13.3' into release-3.22Brad King2022-04-262-6/+7
| |\ \ \ \ \ \ \
* | \ \ \ \ \ \ \ Merge branch 'release-3.21'Brad King2022-04-260-0/+0
|\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | |
| * | | | | | | | Merge branch 'ci-xcode-13.3' into release-3.21Brad King2022-04-262-7/+8
| |\ \ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | |
* | | | | | | | | Merge branch 'release-3.23'Brad King2022-04-260-0/+0
|\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | |
| * | | | | | | | Merge topic 'ci-xcode-13.3' into release-3.23Brad King2022-04-262-6/+7
| |\ \ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | |
* | | | | | | | | Merge topic 'ci-xcode-13.3'Brad King2022-04-261-6/+6
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | gitlab-ci: update macOS jobs to use Xcode 13.3Brad King2022-04-251-6/+6
| * | | | | | | | Tests: Ignore all classes in Xcode internal objc warningsGregor Jasny2022-04-251-1/+1
| * | | | | | | | Tests: Teach RunCMake to ignore Xcode extension point warningsBrad King2022-04-251-0/+1
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge topic 'ci-python'Brad King2022-04-261-0/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | ci: Avoid finding Python via Windows RegistryBrad King2022-04-261-0/+1
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | CMake Nightly Date StampKitware Robot2022-04-261-1/+1
| |_|_|_|_|/ / |/| | | | | |
* | | | | | | Merge topic 'ci-icu'Brad King2022-04-257-3/+9
|\ \ \ \ \ \ \
| * | | | | | | ci: Enable FindICU test on Linux buildsBrad King2022-04-223-0/+3
| * | | | | | | ci: Add libicu to Debian and Fedora base imagesBrad King2022-04-224-3/+6
| |/ / / / / /