Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Help: Fix typo in COMPATIBLE_INTERFACE_NUMBER_MIN | 權少 | 2023-10-11 | 1 | -1/+1 |
* | Merge branch 'release-3.27' into release-3.28 | Brad King | 2023-10-06 | 1 | -2/+2 |
|\ | |||||
| * | CMake 3.27.7v3.27.7 | Brad King | 2023-10-06 | 1 | -2/+2 |
| * | Merge topic 'doc-CMP0124' into release-3.27 | Brad King | 2023-10-02 | 1 | -5/+37 |
| |\ | |||||
* | | | Help: Drop development topic notes to prepare release | Brad King | 2023-10-03 | 2 | -9/+0 |
* | | | Help: Update Sphinx versionadded directives for 3.28 release | Brad King | 2023-10-03 | 1 | -0/+2 |
* | | | Help: Organize and revise 3.28 release notes | Brad King | 2023-10-03 | 1 | -93/+136 |
* | | | Help: Consolidate 3.28 release notes | Brad King | 2023-10-03 | 34 | -216/+161 |
* | | | Help: Fix versionadded indentation in cmake-generator-expressions(7) manual | Brad King | 2023-10-03 | 1 | -2/+2 |
* | | | Merge topic 'cxxmodules-no-longer-experimental' | Brad King | 2023-10-02 | 24 | -219/+123 |
|\ \ \ | |||||
| * | | | cxxmodules: scan C++ sources for imports by default | Ben Boeckel | 2023-10-02 | 3 | -1/+28 |
| * | | | cxxmodules: rework control logic for scanning regular C++ sources | Ben Boeckel | 2023-10-02 | 1 | -0/+17 |
| * | | | cmExperimental: remove the flag for C++ modules | Ben Boeckel | 2023-10-02 | 20 | -219/+23 |
| * | | | Help: add a manpage for cxxmodule support | Ben Boeckel | 2023-10-02 | 2 | -0/+56 |
* | | | | Merge topic 'doc-CMP0124' | Brad King | 2023-10-02 | 1 | -5/+37 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | Help: Document CMP0124 behavior on already-set variables | Brad King | 2023-09-29 | 1 | -5/+37 |
* | | | | Merge topic 'ctest-timeout-flag' | Brad King | 2023-10-02 | 1 | -1/+2 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | ctest: Restore support for --timeout values higher than default test timeout | Brad King | 2023-09-29 | 1 | -1/+2 |
| |/ / | |||||
* | | | Merge topic 'ExternalProject-declare-download-byproducts' | Craig Scott | 2023-10-01 | 1 | -0/+8 |
|\ \ \ | |||||
| * | | | ExternalProject: declare byproducts for the download step | Ben Boeckel | 2023-09-30 | 1 | -0/+8 |
* | | | | Merge topic 'help-arbitrary' | Brad King | 2023-09-29 | 1 | -0/+15 |
|\ \ \ \ | |_|_|/ |/| | | | |||||
| * | | | Help: Allow help for arbitrary keywords | Martin Duffy | 2023-09-27 | 1 | -0/+15 |
* | | | | Merge topic 'misc-cxxmodule-fixes' | Brad King | 2023-09-27 | 1 | -2/+4 |
|\ \ \ \ | |||||
| * | | | | Help/CMAKE_EXPORT_COMPILE_COMMANDS: mention the `output` field | Ben Boeckel | 2023-09-25 | 1 | -2/+4 |
* | | | | | Merge topic 'hip-nvidia' | Brad King | 2023-09-26 | 6 | -33/+72 |
|\ \ \ \ \ | |||||
| * | | | | | HIP: Add CMAKE_HIP_HOST_COMPILER when compiler is NVCC | Brad King | 2023-09-25 | 3 | -5/+28 |
| * | | | | | CUDA: Generalize CMAKE_{CUDA => <LANG>}_HOST_COMPILER variable docs | Brad King | 2023-09-25 | 4 | -33/+49 |
* | | | | | | Merge topic 'doc1' | Brad King | 2023-09-26 | 2 | -0/+18 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Help:cmake(1): add versionadded back to 3.17 | scivision | 2023-09-24 | 2 | -0/+18 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | Merge topic 'genexp-no-eval' | Brad King | 2023-09-26 | 2 | -0/+16 |
|\ \ \ \ \ \ | |||||
| * | | | | | | cmGeneratorExpressionEvaluator: Short-circuit boolean operators | Martin Duffy | 2023-09-13 | 2 | -0/+16 |
* | | | | | | | Merge topic 'orangec-compiler' | Brad King | 2023-09-26 | 2 | -0/+7 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | OrangeC: Add support for OrangeC compiler | David Lindauer | 2023-09-25 | 2 | -0/+7 |
| | |_|/ / / / | |/| | | | | | |||||
* | | | | | | | Merge topic 'FetchContent-EXCLUDE_FROM_ALL' | Craig Scott | 2023-09-26 | 1 | -0/+7 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | |||||
| * | | | | | | FetchContent: Add support for EXCLUDE_FROM_ALL | Steven Stallion | 2023-09-25 | 1 | -0/+7 |
| | |_|_|/ / | |/| | | | | |||||
* | | | | | | CrayClang: Add support for this compiler | Ryan Krattiger | 2023-09-22 | 2 | -0/+6 |
| |_|/ / / |/| | | | | |||||
* | | | | | Merge topic 'hip-nvidia' | Brad King | 2023-09-22 | 5 | -4/+41 |
|\ \ \ \ \ | |||||
| * | | | | | HIP: Add support for NVIDIA GPUs | Brad King | 2023-09-21 | 2 | -2/+8 |
| * | | | | | HIP: Add CMAKE_HIP_PLATFORM variable to specify GPU platform | Brad King | 2023-09-21 | 5 | -4/+35 |
* | | | | | | Merge topic 'fileset-private-dep' | Brad King | 2023-09-21 | 6 | -0/+78 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Ninja: Allow compilation before generation of dependencies' private sources | Martin Duffy | 2023-09-20 | 6 | -0/+78 |
* | | | | | | | Merge topic 'doc-find-arch-paths' | Brad King | 2023-09-21 | 2 | -11/+20 |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | |||||
| * | | | | | | Help: Clarify requirements for find_package to use lib{64,32,x32} paths | Brad King | 2023-09-20 | 2 | -10/+19 |
| * | | | | | | Help: Indent find_package REGISTRY_VIEW paragraphs together | Brad King | 2023-09-20 | 1 | -1/+1 |
* | | | | | | | Merge branch 'release-3.27' | Brad King | 2023-09-20 | 1 | -2/+2 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | / | | |_|_|_|/ | |/| | | | | |||||
| * | | | | | CMake 3.27.6v3.27.6 | Brad King | 2023-09-20 | 1 | -2/+2 |
* | | | | | | FindPkgConfig: Allow to override variables when calling pkg_get_variable | Corentin Noël | 2023-09-19 | 1 | -0/+5 |
| |_|/ / / |/| | | | | |||||
* | | | | | find_(library|file|path): Drop PATH-derived search prefixes | Brad King | 2023-09-14 | 6 | -11/+35 |
| |/ / / |/| | | | |||||
* | | | | Merge branch 'release-3.27' | Brad King | 2023-09-14 | 1 | -2/+2 |
|\ \ \ \ | |/ / / | |||||
| * | | | CMake 3.27.5v3.27.5 | Brad King | 2023-09-14 | 1 | -2/+2 |