Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | Help: Add AUTOMOC_MOC_OPTIONS example | Orkun Tokdemir | 2023-05-31 | 1 | -0/+36 | |
| * | | | Tests: Add test for AUTOMOC_MOC_OPTIONS | Orkun Tokdemir | 2023-05-31 | 5 | -0/+38 | |
| | |/ | |/| | ||||||
* | | | Merge topic 'cmuvprocesschain-finished' | Kyle Edwards | 2023-06-01 | 3 | -0/+18 | |
|\ \ \ | ||||||
| * | | | cmUVProcessChain: Add Finished() method | Kyle Edwards | 2023-05-31 | 3 | -0/+18 | |
| |/ / | ||||||
* | | | Merge topic 'hip-multiarch' | Brad King | 2023-06-01 | 5 | -11/+47 | |
|\ \ \ | ||||||
| * | | | HIP: Fix search for hip-lang CMake package on multiarch distros | Brad King | 2023-05-31 | 3 | -8/+45 | |
| * | | | Linux: Provide multiarch library directory regex earlier | Brad King | 2023-05-31 | 2 | -3/+2 | |
| |/ / | ||||||
* | | | Merge topic 'remove-header-unit-fileset-type' | Brad King | 2023-06-01 | 48 | -376/+43 | |
|\ \ \ | ||||||
| * | | | cxxmodules: update the experimental UUID | Ben Boeckel | 2023-05-31 | 12 | -12/+12 | |
| * | | | cxxmodules: remove support for `CXX_MODULE_HEADER_UNITS` filesets | Ben Boeckel | 2023-05-31 | 36 | -364/+31 | |
| |/ / | ||||||
* | | | Merge topic 'cuda-ipo-arch' | Brad King | 2023-06-01 | 2 | -3/+10 | |
|\ \ \ | ||||||
| * | | | CUDA/NVIDIA: fix LTO with explicit architectures | Rafael Stahl | 2023-05-31 | 2 | -3/+10 | |
* | | | | Merge topic 'cmake-compile-no-warning-as-error' | Brad King | 2023-06-01 | 7 | -18/+38 | |
|\ \ \ \ | ||||||
| * | | | | Preserve --compile-no-warning-as-error in automatic CMake re-runs | Brad King | 2023-05-30 | 7 | -18/+38 | |
| * | | | | Xcode: Internally uses -S instead of -H to specify source directory | Brad King | 2023-05-30 | 1 | -1/+1 | |
* | | | | | Merge topic 'update-curl' | Brad King | 2023-06-01 | 132 | -6905/+11993 | |
|\ \ \ \ \ | ||||||
| * | | | | | Utilities: Update hard-coded try_compile results for curl 8.1.2 | Brad King | 2023-05-30 | 1 | -0/+3 | |
| * | | | | | Merge branch 'upstream-curl' into update-curl | Brad King | 2023-05-30 | 130 | -6904/+11989 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | curl 2023-05-30 (7ab9d437) | Curl Upstream | 2023-05-30 | 130 | -6900/+11986 | |
| * | | | | | | curl: Update script to get curl 8.1.2 | Brad King | 2023-05-30 | 1 | -1/+1 | |
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2023-06-01 | 1 | -1/+1 | |
| |_|_|_|/ / |/| | | | | | ||||||
* | | | | | | Merge branch 'release-3.26' | Brad King | 2023-05-31 | 0 | -0/+0 | |
|\ \ \ \ \ \ | ||||||
| * \ \ \ \ \ | Merge topic 'find-boost-1.82' into release-3.26 | Brad King | 2023-05-31 | 1 | -2/+3 | |
| |\ \ \ \ \ \ | ||||||
* | \ \ \ \ \ \ | Merge topic 'find-boost-1.82' | Brad King | 2023-05-31 | 1 | -2/+3 | |
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | | | ||||||
| * | | | | | | | FindBoost: Add support for Boost 1.82 | huangqinjin | 2023-05-31 | 1 | -2/+3 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge topic 'AddCacheEntry-suppress-raw-pointer-usage' | Brad King | 2023-05-31 | 18 | -85/+97 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | AddCacheEntry: Suppress raw pointer usage | Marc Chevrier | 2023-05-30 | 18 | -85/+97 | |
* | | | | | | | | Merge topic 'orkun_24848_19_05_2023' | Brad King | 2023-05-31 | 3 | -26/+103 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Autogen: Fix multi-config generated file issue | Orkun Tokdemir | 2023-05-27 | 3 | -10/+73 | |
| * | | | | | | | | Autogen: Optimize cmake_autogen execution for CROSS_CONFIG usage | Orkun Tokdemir | 2023-05-26 | 1 | -3/+17 | |
| * | | | | | | | | Improve Const Correctness | Orkun Tokdemir | 2023-05-26 | 1 | -13/+13 | |
* | | | | | | | | | Merge topic 'cmake-verbose-print-build-tool-command' | Brad King | 2023-05-31 | 8 | -38/+80 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | cmGlobalGenerator: use a stream for output in `Build` | Ben Boeckel | 2023-05-27 | 5 | -35/+38 | |
| * | | | | | | | | | cmake: write the build command itself with `--verbose` | Ben Boeckel | 2023-05-16 | 2 | -1/+15 | |
| * | | | | | | | | | cmGlobalGenerator: fix off-by-one for `&&` command joining | Ben Boeckel | 2023-05-16 | 1 | -1/+1 | |
| * | | | | | | | | | cmGlobalGenerator: quote commands in `::Build` output | Ben Boeckel | 2023-05-16 | 1 | -4/+7 | |
| * | | | | | | | | | cmGlobalGenerator: add a `QuotedPrintable` method for commands | Ben Boeckel | 2023-05-16 | 2 | -0/+19 | |
| * | | | | | | | | | cmGlobalGenerator: add missing spaces in output | Ben Boeckel | 2023-05-16 | 1 | -3/+3 | |
| * | | | | | | | | | cmGlobalGenerator: use `cmStrCat` in `::Build` | Ben Boeckel | 2023-05-16 | 1 | -13/+10 | |
| * | | | | | | | | | cmOutputConverter: add a `static` version of `EscapeForShell` | Ben Boeckel | 2023-05-16 | 2 | -5/+11 | |
* | | | | | | | | | | Merge topic 'help-importing-exporting-lib' | Brad King | 2023-05-31 | 1 | -4/+5 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Help/guide: fix MathFunctionsTargets.cmake path in importing-exporting | Olivier Blin | 2023-05-26 | 1 | -4/+5 | |
* | | | | | | | | | | | Merge branch 'release-3.26' | Brad King | 2023-05-31 | 0 | -0/+0 | |
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | Merge topic 'werror_space_fix' into release-3.26 | Brad King | 2023-05-31 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
* | \ \ \ \ \ \ \ \ \ \ | Merge topic 'werror_space_fix' | Brad King | 2023-05-31 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | CMakeDetermineCompilerABI: Avoid removing the flag after -Werror | Raul Tambre | 2023-05-30 | 1 | -1/+1 | |
| |/ / / / / / / / / / | ||||||
* | | | | | | | | | | | Merge topic 'cmake-debugger' | Brad King | 2023-05-31 | 69 | -10/+5364 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | cmake: Add debugger | Glen Chung | 2023-05-30 | 69 | -10/+5364 | |
| | |_|_|_|/ / / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2023-05-31 | 1 | -1/+1 | |
| |_|_|_|_|_|_|/ / / |/| | | | | | | | | | ||||||
* | | | | | | | | | | Merge branch 'release-3.26' into master | Brad King | 2023-05-30 | 0 | -0/+0 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| / / / / / / / / | |/ / / / / / / / |