Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | find_package: Add variable to make package REQUIRED | Eugene Shalygin | 2021-07-08 | 15 | -6/+99 |
* | Merge topic 'FindPkgConfig-pkgconf' | Brad King | 2021-07-07 | 1 | -0/+1 |
|\ | |||||
| * | FindPkgConfig: add pkgconf to the search list. | Alexander Neumann | 2021-07-02 | 1 | -0/+1 |
* | | Merge topic 'FindGLUT-pkg-config' | Brad King | 2021-07-07 | 8 | -69/+135 |
|\ \ | |||||
| * | | FindGLUT: Use pkg-config to find flags if available | Christopher Degawa | 2021-07-02 | 1 | -1/+35 |
| * | | FindGLUT: Reduce if/else nesting and indentation | Christopher Degawa | 2021-07-02 | 1 | -68/+59 |
| * | | Tests: Add case covering FindGLUT variables and imported targets | Christopher Degawa | 2021-07-02 | 7 | -0/+41 |
| |/ | |||||
* | | Merge branch 'release-3.21' | Brad King | 2021-07-07 | 0 | -0/+0 |
|\ \ | |||||
| * \ | Merge topic 'help_cxxstd' into release-3.21 | Brad King | 2021-07-07 | 1 | -1/+25 |
| |\ \ | |||||
* | \ \ | Merge topic 'help_cxxstd' | Brad King | 2021-07-07 | 1 | -1/+25 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | Help: Note CXX_STANDARD values added vs. CMake version | Michael Hirsch | 2021-07-06 | 1 | -1/+25 |
* | | | | Merge branch 'release-3.21' | Brad King | 2021-07-07 | 0 | -0/+0 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | Merge topic 'correct_cuda_toolkit_version_typo' into release-3.21 | Brad King | 2021-07-07 | 1 | -1/+1 |
| |\ \ \ | |||||
* | \ \ \ | Merge topic 'correct_cuda_toolkit_version_typo' | Brad King | 2021-07-07 | 1 | -1/+1 |
|\ \ \ \ \ | | |/ / / | |/| | | | |||||
| * | | | | Correct CUDAToolkit_VERSION_MINOR variable name typo | Robert Maynard | 2021-07-06 | 1 | -1/+1 |
* | | | | | Merge branch 'release-3.21' | Brad King | 2021-07-07 | 0 | -0/+0 |
|\ \ \ \ \ | | |/ / / | |/| | | | |||||
| * | | | | Merge topic 'cmake-presets-list-no-generator' into release-3.21 | Brad King | 2021-07-07 | 6 | -13/+23 |
| |\ \ \ \ | |||||
* | \ \ \ \ | Merge topic 'cmake-presets-list-no-generator' | Brad King | 2021-07-07 | 6 | -13/+23 |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| * | | | | | CMakePresets.json: Make --list-presets show presets with no generator | Kyle Edwards | 2021-07-06 | 6 | -13/+23 |
| | |_|/ / | |/| | | | |||||
* | | | | | Merge branch 'release-3.21' | Brad King | 2021-07-07 | 0 | -0/+0 |
|\ \ \ \ \ | | |/ / / | |/| | | | |||||
| * | | | | Merge topic 'xcode13-old-buildsystem' into release-3.21 | Brad King | 2021-07-07 | 1 | -1/+5 |
| |\ \ \ \ | | |/ / / | |/| | | | |||||
* | | | | | Merge topic 'xcode13-old-buildsystem' | Brad King | 2021-07-07 | 1 | -1/+5 |
|\ \ \ \ \ | | |/ / / | |/| | | | |||||
| * | | | | Xcode: Ignore deprecated build system | Gregor Jasny | 2021-07-06 | 1 | -1/+5 |
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2021-07-07 | 1 | -1/+1 |
* | | | | | Merge branch 'release-3.21' | Brad King | 2021-07-06 | 0 | -0/+0 |
|\ \ \ \ \ | | |/ / / | |/| | | | |||||
| * | | | | Merge branch 'release-3.20' into release-3.21 | Brad King | 2021-07-06 | 0 | -0/+0 |
| |\ \ \ \ | |||||
* | \ \ \ \ | Merge branch 'release-3.20' | Brad King | 2021-07-06 | 0 | -0/+0 |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | |||||
| * | | | | | Merge branch 'backport-3.20-makefile-normalize-depfile' into release-3.20 | Brad King | 2021-07-02 | 3 | -6/+17 |
| |\ \ \ \ \ | |||||
* | \ \ \ \ \ | Merge branch 'release-3.21' | Brad King | 2021-07-06 | 0 | -0/+0 |
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | | | |||||
| * | | | | | | Merge topic 'makefile-normalize-depfile' into release-3.21 | Brad King | 2021-07-06 | 3 | -6/+17 |
| |\ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ | Merge topic 'makefile-normalize-depfile' | Brad King | 2021-07-06 | 3 | -6/+17 |
|\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge branch 'backport-3.21-makefile-normalize-depfile' | Brad King | 2021-07-02 | 12 | -18/+71 |
| |\ \ \ \ \ \ \ \ | | | |/ / / / / / | | |/| | | | | | | |||||
| | * | | | | | | | Merge branch 'backport-3.20-makefile-normalize-depfile' | Brad King | 2021-07-02 | 3 | -6/+17 |
| | |\ \ \ \ \ \ \ | | | | |_|/ / / / | | | |/| | | | | | |||||
| | | * | | | | | | Makefiles: Normalize compiler-generated depfile paths | Marc Chevrier | 2021-07-02 | 3 | -6/+17 |
| | | | |/ / / / | | | |/| | | | | |||||
* | | | | | | | | Merge branch 'release-3.21' | Brad King | 2021-07-06 | 0 | -0/+0 |
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | | | |||||
| * | | | | | | | Merge topic 'ci-fixups' into release-3.21 | Brad King | 2021-07-06 | 22 | -28/+49 |
| |\ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | | | |||||
* | | | | | | | | Merge topic 'ci-fixups' | Brad King | 2021-07-06 | 22 | -28/+49 |
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | |||||
| * | | | | | | | gitlab-ci: Rename CI config variable to avoid conflict with CMAKE_BUILD_TYPE | Brad King | 2021-07-02 | 4 | -7/+7 |
| * | | | | | | | Tests: Fix newline matching in several RunCMake.* cases | Brad King | 2021-07-02 | 18 | -21/+42 |
| | |_|/ / / / | |/| | | | | | |||||
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2021-07-06 | 1 | -1/+1 |
* | | | | | | | Merge branch 'release-3.21' | Craig Scott | 2021-07-06 | 0 | -0/+0 |
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | |||||
| * | | | | | | Merge topic 'doc-3.21-release' into release-3.21 | Craig Scott | 2021-07-06 | 2 | -61/+75 |
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | | | |||||
* | | | | | | | Merge topic 'doc-3.21-release' | Craig Scott | 2021-07-06 | 2 | -61/+75 |
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | |||||
| * | | | | | | Help: Improve readability and accuracy of runtime deps-related content | Craig Scott | 2021-07-04 | 2 | -55/+64 |
| * | | | | | | Help: Tighten install(SCRIPT) wording for ALL_COMPONENTS option | Craig Scott | 2021-07-03 | 1 | -6/+7 |
| * | | | | | | Help: Add missing versionadded 3.21 for file(RENAME) options | Craig Scott | 2021-07-03 | 1 | -0/+4 |
| |/ / / / / | |||||
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2021-07-05 | 1 | -1/+1 |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2021-07-04 | 1 | -1/+1 |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2021-07-03 | 1 | -1/+1 |
| |_|_|_|/ |/| | | | | |||||
* | | | | | Merge topic 'ctest_not_dart' | Brad King | 2021-07-02 | 13 | -174/+175 |
|\ \ \ \ \ |