Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge topic 'ccmake-fix-infinite-loop-search' | Brad King | 2022-05-18 | 2 | -7/+8 |
|\ | |||||
| * | ccmake: Fix infinite loop during invalid search | Martin Duffy | 2022-05-18 | 2 | -7/+8 |
| * | Merge topic 'cuda-arch-off-vs' into release-3.23 | Brad King | 2022-05-16 | 1 | -4/+5 |
| |\ | |||||
* | | | CMake Nightly Date Stamp | Kitware Robot | 2022-05-18 | 1 | -1/+1 |
* | | | Merge topic 'try_compile-project-platform-vars' | Brad King | 2022-05-17 | 2 | -2/+8 |
|\ \ \ | |||||
| * | | | try_compile: Add option to skip passing platform variables | Brad King | 2022-05-16 | 1 | -3/+4 |
| * | | | try_compile: Propagate platform variables in project-mode too | Brad King | 2022-05-16 | 2 | -2/+7 |
* | | | | Merge topic 'install-all-components-fix' | Brad King | 2022-05-17 | 2 | -6/+16 |
|\ \ \ \ | |||||
| * | | | | install: Don't ignore EXCLUDE_FROM_ALL when used with ALL_COMPONENTS | Nils Gladitz | 2022-05-16 | 2 | -6/+16 |
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2022-05-17 | 1 | -1/+1 |
* | | | | | Merge topic 'CMAKE_PROJECT_TOP_LEVEL_INCLUDES' | Brad King | 2022-05-16 | 1 | -0/+27 |
|\ \ \ \ \ | |||||
| * | | | | | project(): Add new CMAKE_PROJECT_TOP_LEVEL_INCLUDES file injection point | Craig Scott | 2022-05-13 | 1 | -0/+27 |
* | | | | | | Merge topic 'cuda-arch-off-vs' | Brad King | 2022-05-16 | 1 | -4/+5 |
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | |||||
| * | | | | | VS: Fix CUDA CodeGeneration field for CMAKE_CUDA_ARCHITECTURES=OFF | Brad King | 2022-05-13 | 1 | -4/+5 |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2022-05-16 | 1 | -1/+1 |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2022-05-15 | 1 | -1/+1 |
| |_|/ / / |/| | | | | |||||
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2022-05-14 | 1 | -1/+1 |
* | | | | | Merge topic 'presets-pathListSep' | Brad King | 2022-05-13 | 3 | -0/+19 |
|\ \ \ \ \ | |||||
| * | | | | | cmake-presets: add ${pathListSep} macro | Erin Melucci | 2022-05-12 | 3 | -0/+19 |
* | | | | | | Merge topic 'ccmake-delete-cache' | Brad King | 2022-05-13 | 2 | -21/+17 |
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | |||||
| * | | | | | ccmake: Fix crash when deleting all cache entries | Martin Duffy | 2022-05-12 | 2 | -9/+11 |
| * | | | | | ccmake: Move Initialization of Fields Inline | Martin Duffy | 2022-05-12 | 2 | -12/+6 |
| | |/ / / | |/| | | | |||||
| * | | | | Merge topic 'avoid-remove-empty-path' into release-3.23 | Brad King | 2022-05-03 | 1 | -1/+3 |
| |\ \ \ \ | |||||
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2022-05-13 | 1 | -1/+1 |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2022-05-12 | 1 | -1/+1 |
| |_|_|_|/ |/| | | | | |||||
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2022-05-11 | 1 | -1/+1 |
* | | | | | Merge topic 'werror-property' | Brad King | 2022-05-10 | 2 | -0/+10 |
|\ \ \ \ \ | |||||
| * | | | | | COMPILE_WARNING_AS_ERROR: Add options to treat warnings as errors | Martin Duffy | 2022-05-06 | 2 | -0/+10 |
* | | | | | | Merge topic 'watcom-runtime-library-v2' | Brad King | 2022-05-10 | 4 | -1/+47 |
|\ \ \ \ \ \ | |||||
| * | | | | | | OpenWatcom: Allow specifying the runtime library | Cameron Cawley | 2022-05-06 | 4 | -1/+47 |
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2022-05-10 | 1 | -1/+1 |
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2022-05-09 | 1 | -1/+1 |
| |_|_|_|_|/ |/| | | | | | |||||
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2022-05-08 | 1 | -1/+1 |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2022-05-07 | 1 | -1/+1 |
* | | | | | | Merge topic 'json-pass-state' | Kyle Edwards | 2022-05-06 | 6 | -386/+353 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | cmJSONHelpers: Allow passing state context | Martin Duffy | 2022-05-05 | 1 | -57/+70 |
| * | | | | | cmJSONHelpers: Restructure cmJSONHelpers | Martin Duffy | 2022-05-05 | 6 | -384/+338 |
* | | | | | | Merge topic 'try_compile-platform-vars' | Brad King | 2022-05-06 | 1 | -107/+103 |
|\ \ \ \ \ \ | |||||
| * | | | | | | cmCoreTryCompile: Replace vector push_back with emplace_back | Brad King | 2022-05-05 | 1 | -12/+12 |
| * | | | | | | cmCoreTryCompile: Move platform variable forwarding to dedicated block | Brad King | 2022-05-05 | 1 | -97/+93 |
| |/ / / / / | |||||
* | | | | | | Merge topic 'FetchContent_find_package_integration' | Craig Scott | 2022-05-06 | 3 | -7/+109 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Packages: Integrate FetchContent and find_package() | Craig Scott | 2022-05-03 | 3 | -7/+109 |
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2022-05-06 | 1 | -1/+1 |
| |/ / / / / |/| | | | | | |||||
* | | | | | | Merge topic 'cpack-wix-arch' | Brad King | 2022-05-05 | 1 | -1/+12 |
|\ \ \ \ \ \ | |||||
| * | | | | | | CPack/WIX: Add CPACK_WIX_ARCHITECTURE to support Windows for ARM installers | jakoblover | 2022-05-05 | 1 | -1/+12 |
| | |_|_|_|/ | |/| | | | | |||||
* | | | | | | Merge topic 'ExternalProject-no-extract-timestamp' | Brad King | 2022-05-05 | 1 | -0/+4 |
|\ \ \ \ \ \ | |||||
| * | | | | | | ExternalProject: Add DOWNLOAD_EXTRACT_TIMESTAMP option and policy | Kasper Laudrup | 2022-05-04 | 1 | -0/+4 |
* | | | | | | | Merge topic 'remove-PackageMaker-generator' | Brad King | 2022-05-05 | 4 | -633/+0 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | CPack: Remove the deprecated PackageMaker generator | Craig Scott | 2022-05-04 | 4 | -633/+0 |
| |/ / / / / / | |||||
* | | | | | | | Merge topic 'better_error_message_when_lang_not_enabled' | Brad King | 2022-05-05 | 4 | -13/+45 |
|\ \ \ \ \ \ \ |