Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge topic 'Apple-handle-Text-Stubs' | Brad King | 2023-03-02 | 24 | -184/+1034 |
|\ | |||||
| * | Apple: Handle generation and comsuption of text-based stubs (.tbd files) | Marc Chevrier | 2023-03-01 | 23 | -153/+987 |
| * | Enhance support functions | Marc Chevrier | 2023-02-28 | 8 | -32/+48 |
* | | CMake Nightly Date Stamp | Kitware Robot | 2023-03-02 | 1 | -1/+1 |
* | | Merge topic 'check-curses-min-cmake' | Brad King | 2023-03-01 | 1 | -4/+1 |
|\ \ | |||||
| * | | ccmake: Update minimum required version of CMake for curses check | Brad King | 2023-03-01 | 1 | -4/+1 |
| * | | CMake 3.26.0-rc4v3.26.0-rc4 | Brad King | 2023-02-22 | 1 | -1/+1 |
| * | | Merge topic 'xcode-revert-header-map' into release-3.26 | Brad King | 2023-02-20 | 1 | -0/+1 |
| |\ \ | |||||
* | \ \ | Merge topic 'csharp_sdk_win32_exe' | Brad King | 2023-03-01 | 1 | -1/+5 |
|\ \ \ \ | |||||
| * | | | | VS : Support WIN32_EXECUTABLE on SDK style projects | Olivier PENA | 2023-02-28 | 1 | -1/+5 |
| | |_|/ | |/| | | |||||
* | | | | Merge topic 'remove-dart-modules' | Brad King | 2023-03-01 | 4 | -6/+7 |
|\ \ \ \ | |||||
| * | | | | Dart,FindDart: Add policy to remove these modules | Brad King | 2023-02-28 | 3 | -1/+6 |
| * | | | | Merge branch 'upstream-KWSys' into remove-dart-modules | Brad King | 2023-02-28 | 1 | -5/+1 |
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2023-03-01 | 1 | -1/+1 |
|/ / / / | |||||
* | | | | Merge topic 'target_sources-file_set-no-exist' | Brad King | 2023-02-28 | 1 | -0/+8 |
|\ \ \ \ | |||||
| * | | | | target_sources: give a hint when a file named `FILE_SET` is not found | Ben Boeckel | 2023-02-24 | 1 | -0/+8 |
* | | | | | Merge topic 'dll-name-soversion' | Brad King | 2023-02-28 | 2 | -1/+13 |
|\ \ \ \ \ | |_|/ / / |/| | | | | |||||
| * | | | | Add option to add SOVERSION to DLL names | Ralf Habacker | 2023-02-27 | 2 | -1/+13 |
| |/ / / | |||||
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2023-02-28 | 1 | -1/+1 |
* | | | | Merge topic 'install-prefix-genex-install-code-script' | Brad King | 2023-02-27 | 2 | -12/+14 |
|\ \ \ \ | |||||
| * | | | | install(CODE|SCRIPT): Support $<INSTALL_PREFIX> genex | Kyle Edwards | 2023-02-24 | 2 | -12/+14 |
| |/ / / | |||||
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2023-02-27 | 1 | -1/+1 |
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2023-02-26 | 1 | -1/+1 |
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2023-02-25 | 1 | -1/+1 |
|/ / / | |||||
* | | | Merge topic 'msvc-embed-manifest-direct' | Brad King | 2023-02-24 | 1 | -21/+21 |
|\ \ \ | |||||
| * | | | MSVC: Embed manifests directly for non-incremental vs_link_exe links | Andrew Ng | 2023-02-23 | 1 | -21/+21 |
* | | | | Merge topic 'PATH-genex-handle-list-of-paths' | Brad King | 2023-02-24 | 1 | -67/+132 |
|\ \ \ \ | |||||
| * | | | | PATH-genex: handle lists for path decomposition and transformations | Marc Chevrier | 2023-02-21 | 1 | -67/+132 |
* | | | | | Merge topic 'find_package-PACKAGENAME_ROOT' | Brad King | 2023-02-24 | 7 | -49/+167 |
|\ \ \ \ \ | |||||
| * | | | | | find_package: Use <PACKAGENAME>_ROOT variables as search prefixes | Brad King | 2023-02-23 | 4 | -1/+71 |
| * | | | | | cmFindPackageCommand: Refactor CMP0074 logic to de-duplicate lookups | Brad King | 2023-02-23 | 3 | -25/+34 |
| * | | | | | cmFindPackageCommand: Factor out methods for package root stack management | Brad King | 2023-02-23 | 2 | -31/+41 |
| * | | | | | cmSystemTools: Add helpers for reading and parsing PATH env vars | Brad King | 2023-02-23 | 2 | -0/+29 |
| |/ / / / | |||||
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2023-02-24 | 1 | -1/+1 |
| |/ / / |/| | | | |||||
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2023-02-23 | 1 | -1/+1 |
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2023-02-22 | 1 | -1/+1 |
|/ / / | |||||
* | | | Merge topic 'qt-sizetype' | Brad King | 2023-02-21 | 8 | -20/+45 |
|\ \ \ | |||||
| * | | | cmake-gui: Fix conversion warnings about Qt indexing types | Brad King | 2023-02-20 | 8 | -20/+45 |
* | | | | Merge topic 'unlimited-version-compare' | Brad King | 2023-02-21 | 1 | -7/+28 |
|\ \ \ \ | |||||
| * | | | | Remove component size limit for version comparisons | David Gobbi | 2023-02-20 | 1 | -7/+28 |
| |/ / / | |||||
* | | | | Merge topic 'KateNinjaImprovements' | Brad King | 2023-02-21 | 2 | -27/+42 |
|\ \ \ \ | |||||
| * | | | | Kate: mention Ninja Multiconfig in the docs | Alexander Neundorf | 2023-02-20 | 1 | -0/+1 |
| * | | | | Kate: support for the targets of multi config ninja | Alexander Neundorf | 2023-02-18 | 2 | -25/+34 |
| * | | | | Kate: enable the ninja multiconfig generator for kate | Alexander Neundorf | 2023-02-18 | 1 | -4/+9 |
* | | | | | Merge topic 'add_lang_expressions_ghs' | Brad King | 2023-02-21 | 1 | -4/+8 |
|\ \ \ \ \ | |||||
| * | | | | | GHS: Enable language-dependent generator expressions | Neal Venditto | 2023-02-18 | 1 | -4/+8 |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2023-02-21 | 1 | -1/+1 |
| |_|/ / / |/| | | | | |||||
* | | | | | Merge topic 'ninja-custom-command-depends' | Brad King | 2023-02-20 | 1 | -1/+2 |
|\ \ \ \ \ | |||||
| * | | | | | Add variable CMAKE_ADD_CUSTOM_COMMAND_DEPENDS_EXPLICIT_ONLY | Abdelmaged Khalifa | 2023-02-17 | 1 | -1/+2 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge topic 'xcode-revert-header-map' | Brad King | 2023-02-20 | 1 | -0/+1 |
|\ \ \ \ \ | | |_|_|/ | |/| | | |