Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ci: Add libicu to Debian and Fedora base images | Brad King | 2022-04-22 | 4 | -3/+6 |
* | Merge topic 'cmake-use-findpython' | Brad King | 2022-04-22 | 15 | -36/+31 |
|\ | |||||
| * | CMake: Use FindPython instead of FindPythonInterp to build CMake itself | Kyle Edwards | 2022-04-21 | 14 | -31/+31 |
| * | string(): Support hash functions in bootstrap | Kyle Edwards | 2022-04-21 | 1 | -5/+0 |
* | | Merge topic 'verify-header-sets-doc-clarification' | Brad King | 2022-04-22 | 1 | -8/+9 |
|\ \ | |||||
| * | | VERIFY_HEADER_SETS: Clarify that header sets must be PUBLIC or INTERFACE | Kyle Edwards | 2022-04-21 | 1 | -8/+9 |
| |/ | |||||
* | | Merge topic 'FindICU-show-found-libs' | Brad King | 2022-04-22 | 1 | -2/+2 |
|\ \ | |||||
| * | | FindICU: Show location of found libraries | Don Olmstead | 2022-04-21 | 1 | -2/+2 |
| |/ | |||||
* | | Merge topic 'cmake-install-script-gen-style' | Brad King | 2022-04-22 | 5 | -49/+59 |
|\ \ | |||||
| * | | generated-scripts: use CMAKE_CURRENT_LIST_DIR where possible | Ben Boeckel | 2022-04-20 | 1 | -2/+1 |
| * | | generated-scripts: improve prose messages with CMake lists | Ben Boeckel | 2022-04-20 | 2 | -3/+7 |
| * | | generated-scripts: unset used variables | Ben Boeckel | 2022-04-20 | 3 | -1/+8 |
| * | | generated-scripts: use `foreach(IN LISTS)` | Ben Boeckel | 2022-04-20 | 2 | -2/+2 |
| * | | generated-scripts: quote variable expansions | Ben Boeckel | 2022-04-20 | 2 | -5/+5 |
| * | | generated-scripts: simplify `if` conditions | Ben Boeckel | 2022-04-20 | 3 | -14/+11 |
| * | | generated-cmake: use `_cmake_` prefixes for local variables | Ben Boeckel | 2022-04-20 | 3 | -37/+37 |
| * | | cmExportFileGenerator: require CMake 2.8.3 | Ben Boeckel | 2022-04-20 | 1 | -3/+6 |
* | | | Merge topic 'clang-cl-asm-msvc-runtime' | Brad King | 2022-04-22 | 1 | -0/+5 |
|\ \ \ | |||||
| * | | | Clang: populate MSVC runtime library abstraction table | Saleem Abdulrasool | 2022-04-18 | 1 | -0/+5 |
* | | | | Merge topic 'ghs-rerun-cmake-fix' | Brad King | 2022-04-22 | 1 | -9/+8 |
|\ \ \ \ | |||||
| * | | | | GHS: Fix RERUN_CMAKE issue when generation step fails | Fred Baksik | 2022-04-16 | 1 | -9/+8 |
* | | | | | Merge topic 'NO_CMAKE_INSTALL_PREFIX' | Brad King | 2022-04-22 | 38 | -13/+328 |
|\ \ \ \ \ | |||||
| * | | | | | Find: Support per call disabling of CMAKE_INSTALL_PREFIX | Robert Maynard | 2022-04-15 | 38 | -13/+328 |
* | | | | | | Merge branch 'release-3.23' | Brad King | 2022-04-22 | 0 | -0/+0 |
|\ \ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge topic 'CheckCompilerFlags-revert-linker-warnings' into release-3.23 | Brad King | 2022-04-22 | 2 | -1/+9 |
| |\ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ | Merge topic 'CheckCompilerFlags-revert-linker-warnings' | Brad King | 2022-04-22 | 2 | -1/+9 |
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | |||||
| * | | | | | | | CheckCompilerFlags: Revert "Catch linker warning about ignored flags" | Brad King | 2022-04-21 | 1 | -1/+0 |
| * | | | | | | | CheckLinkerFlag: Catch linker warning when the checked flag is ignored | Brad King | 2022-04-21 | 1 | -0/+9 |
* | | | | | | | | Merge branch 'release-3.23' | Brad King | 2022-04-22 | 0 | -0/+0 |
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | |||||
| * | | | | | | | Merge topic 'wrong-header-referenced-in-guide' into release-3.23 | Brad King | 2022-04-22 | 1 | -2/+3 |
| |\ \ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ \ | Merge topic 'wrong-header-referenced-in-guide' | Brad King | 2022-04-22 | 1 | -2/+3 |
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | |||||
| * | | | | | | | | Help/guide: Fix wrong header file reference | Martin Duffy | 2022-04-21 | 1 | -2/+3 |
| |/ / / / / / / | |||||
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2022-04-22 | 1 | -1/+1 |
| |_|_|_|_|_|/ |/| | | | | | | |||||
* | | | | | | | Merge topic 'rel-macos-dmg-no-sla' | Brad King | 2022-04-21 | 3 | -9/+8 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Utilities/Release: Drop SLA from CMake macOS DMG package | Brad King | 2022-04-20 | 3 | -9/+8 |
| | |_|_|_|_|/ | |/| | | | | | |||||
* | | | | | | | Merge topic 'cpack-command-line-arguments' | Brad King | 2022-04-21 | 1 | -108/+115 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | CPack: Use cmCommandLineArgument instead of cmsys::CommandLineArguments | Kyle Edwards | 2022-04-20 | 1 | -108/+115 |
| |/ / / / / / | |||||
* | | | | | | | Merge topic 'find_package_document_global_in_full_signature' | Brad King | 2022-04-21 | 1 | -0/+1 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Help: Clarify that find_package GLOBAL argument is supported in full signature | Robert Maynard | 2022-04-20 | 1 | -0/+1 |
* | | | | | | | | Merge branch 'release-3.23' | Brad King | 2022-04-21 | 0 | -0/+0 |
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | | | |||||
| * | | | | | | | Merge topic 'FindPython-pypy-v7.3.9-support' into release-3.23 | Brad King | 2022-04-21 | 1 | -1/+12 |
| |\ \ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ \ | Merge topic 'FindPython-pypy-v7.3.9-support' | Brad King | 2022-04-21 | 1 | -1/+12 |
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | |||||
| * | | | | | | | | FindPython: Add support for pypy v7.3.9 and uppers | Marc Chevrier | 2022-04-20 | 1 | -1/+12 |
* | | | | | | | | | Merge branch 'release-3.23' | Brad King | 2022-04-21 | 0 | -0/+0 |
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | |||||
| * | | | | | | | | Merge topic 'file-set-build-export' into release-3.23 | Brad King | 2022-04-21 | 4 | -24/+135 |
| |\ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge topic 'file-set-build-export' | Brad King | 2022-04-21 | 4 | -24/+135 |
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | |||||
| * | | | | | | | | cmExportBuildFileGenerator: handle genex-wrapped source paths | Ben Boeckel | 2022-04-18 | 2 | -19/+130 |
| * | | | | | | | | cmInstallCommand: tweak error message | Ben Boeckel | 2022-04-16 | 2 | -5/+5 |
| | |/ / / / / / | |/| | | | | | | |||||
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2022-04-21 | 1 | -1/+1 |
| |_|_|/ / / / |/| | | | | | | |||||
* | | | | | | | Merge topic 'cpack-dmg-sla' | Brad King | 2022-04-20 | 15 | -6/+91 |
|\ \ \ \ \ \ \ |