summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | cmTarget: avoid creating export entries if they don't existBen Boeckel2022-04-271-1/+6
| * | | | | | | | | | | cmInstallGenerator: use CMake-private variables in generated codeBen Boeckel2022-04-271-8/+15
| * | | | | | | | | | | cmInstallGenerator: fix default argument commentsBen Boeckel2022-04-271-4/+4
| * | | | | | | | | | | cmFileSet: support makefile-less error reporting of visibilityBen Boeckel2022-04-271-3/+6
* | | | | | | | | | | | CMake Nightly Date StampKitware Robot2022-05-031-1/+1
* | | | | | | | | | | | CMake Nightly Date StampKitware Robot2022-05-021-1/+1
| |_|_|_|_|_|_|_|/ / / |/| | | | | | | | | |
* | | | | | | | | | | Merge topic 'enum_set-stabilization'Marc Chevrier2022-05-011-1/+5
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | |
| * | | | | | | | | | cm::enum_set: fix compilation warningMarc Chevrier2022-04-291-1/+5
| | |_|_|_|_|_|/ / / | |/| | | | | | | |
* | | | | | | | | | Merge topic 'preset-bash-completion'Craig Scott2022-05-012-1/+48
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | bash-completion: Support CMakePresets in cmake and ctest completionRobin Linden2022-04-292-1/+48
* | | | | | | | | | | CMake Nightly Date StampKitware Robot2022-05-011-1/+1
| |_|_|_|_|_|_|_|/ / |/| | | | | | | | |
* | | | | | | | | | CMake Nightly Date StampKitware Robot2022-04-301-1/+1
| |/ / / / / / / / |/| | | | | | | |
* | | | | | | | | Merge branch 'release-3.23'Brad King2022-04-290-0/+0
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | |
| * | | | | | | | Merge topic 'doc-cmake.org-tutorial-archive' into release-3.23Brad King2022-04-295-8/+62
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Merge topic 'doc-cmake.org-tutorial-archive'Brad King2022-04-295-8/+62
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | Tutorial: Provide a source archive when published on cmake.orgBrad King2022-04-285-2/+54
| * | | | | | | | Utilities/Sphinx: Add variables listing pre-sphinx commandsBrad King2022-04-271-0/+2
| * | | | | | | | Utilities/Sphinx: Clarify names of variables listing post-sphinx commandsBrad King2022-04-271-6/+6
| |/ / / / / / /
* | | | | | | | CMake Nightly Date StampKitware Robot2022-04-291-1/+1
| |_|_|/ / / / |/| | | | | |
* | | | | | | Merge topic 'doc-genex-REMOVE_DUPLICATES'Brad King2022-04-281-1/+3
|\ \ \ \ \ \ \
| * | | | | | | Help: Clarify which items are retained by $<REMOVE_DUPLICATES:...>Craig Scott2022-04-281-1/+3
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge topic 'ghs-file-type'Brad King2022-04-282-15/+8
|\ \ \ \ \ \ \
| * | | | | | | GHS: Set LANGUAGE type for source filesFred Baksik2022-04-272-15/+8
* | | | | | | | Merge topic 'manual-fileset-for-header-only-libraries'Brad King2022-04-281-25/+26
|\ \ \ \ \ \ \ \
| * | | | | | | | Help/manual: Update header-only library exampleMartin Duffy2022-04-271-25/+26
* | | | | | | | | Merge topic 'findmpi_dont_variable_lang'Brad King2022-04-281-4/+4
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ |/| | | | | | | |
| * | | | | | | | FindMPI: Don't check for variables named the same as the languagesRobert Maynard2022-04-261-4/+4
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge topic 'cuda-arch-verify'Brad King2022-04-285-162/+32
|\ \ \ \ \ \ \ \
| * | | | | | | | CUDA: Defer architecture testing to the compiler testing stepBrad King2022-04-255-162/+32
* | | | | | | | | Merge topic 'enum_set-container'Marc Chevrier2022-04-284-0/+603
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | cm::enum_set: container that contains a set of unique enum values.Marc Chevrier2022-04-274-0/+603
| | |_|_|/ / / / / | |/| | | | | | |
* | | | | | | | | CMake Nightly Date StampKitware Robot2022-04-281-1/+1
|/ / / / / / / /
* | | | | | | | 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