summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | Merge topic 'fix-23523'Brad King2022-06-291-12/+16
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | AUTOUIC: Fix internal paths of generated ui_foo.h filesJosiah Bills2022-06-281-12/+16
* | | | | | | CMake Nightly Date StampKitware Robot2022-06-291-1/+1
| |/ / / / / |/| | | | |
* | | | | | Merge topic 'posix_c'Brad King2022-06-281-2/+1
|\ \ \ \ \ \
| * | | | | | cmSystemTools: Fix unsetenv() fallbackRaul Tambre2022-06-261-2/+1
* | | | | | | CMake Nightly Date StampKitware Robot2022-06-281-1/+1
* | | | | | | CMake Nightly Date StampKitware Robot2022-06-271-1/+1
|/ / / / / /
* | | | | | CMake Nightly Date StampKitware Robot2022-06-261-1/+1
* | | | | | CMake Nightly Date StampKitware Robot2022-06-251-1/+1
| |/ / / / |/| | | |
* | | | | CMake Nightly Date StampKitware Robot2022-06-241-1/+1
* | | | | Merge topic 'update-kwsys'Brad King2022-06-231-9/+31
|\ \ \ \ \
| * | | | | Merge branch 'upstream-KWSys' into update-kwsysBrad King2022-06-221-9/+31
* | | | | | Merge topic 'snprintf'Brad King2022-06-237-9/+11
|\ \ \ \ \ \
| * | | | | | Source: Replace uses of sprintf with safer snprintfSean McBride2022-06-226-9/+10
| * | | | | | Source: Tell Git not to check whitespace in third-party curses form codeBrad King2022-06-221-0/+1
* | | | | | | Merge topic 'vs-compile-batching'Brad King2022-06-231-0/+1
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | VS: Add variable to to turn off Visual Studio compile batchingBrad King2022-06-221-0/+1
| * | | | | | Merge topic 'use-arm64-msbuild' into release-3.24Brad King2022-06-221-0/+8
| |\ \ \ \ \ \
* | | | | | | | CMake Nightly Date StampKitware Robot2022-06-231-1/+1
| |_|_|/ / / / |/| | | | | |
* | | | | | | Merge topic 'use-arm64-msbuild'Brad King2022-06-221-0/+8
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | VS: Prefer ARM64 MSBuild on Windows ARM64 hostTommy Vercetti2022-06-211-0/+8
* | | | | | | Merge topic 'xcode14'Brad King2022-06-221-1/+1
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | cm_cxx_features: filter out warnings from Xcode 14Gregor Jasny2022-06-211-1/+1
| |/ / / / /
| * | | | | CMake 3.24.0-rc1v3.24.0-rc1Brad King2022-06-141-1/+1
| * | | | | Merge topic 'lcc-warnings' into release-3.24Brad King2022-06-142-5/+5
| |\ \ \ \ \
* | | | | | | CMake Nightly Date StampKitware Robot2022-06-221-1/+1
* | | | | | | Merge topic 'add_export_no_system'Brad King2022-06-211-0/+4
|\ \ \ \ \ \ \
| * | | | | | | Add EXPORT_NO_SYSTEM target property, deprecate IMPORTED_NO_SYSTEMDa Quexian2022-06-171-0/+4
* | | | | | | | CMake Nightly Date StampKitware Robot2022-06-211-1/+1
* | | | | | | | CMake Nightly Date StampKitware Robot2022-06-201-1/+1
* | | | | | | | CMake Nightly Date StampKitware Robot2022-06-191-1/+1
* | | | | | | | CMake Nightly Date StampKitware Robot2022-06-181-1/+1
| |_|_|/ / / / |/| | | | | |
* | | | | | | Merge topic 'cpp-named-module-file-sets'Brad King2022-06-1721-95/+703
|\ \ \ \ \ \ \
| * | | | | | | cmGlobalNinjaGenerator: use `cmModuleMapper` implementationBen Boeckel2022-06-161-38/+31
| * | | | | | | cmCxxModuleMapper: implement support for GCC's module map formatBen Boeckel2022-06-162-0/+47
| * | | | | | | cmCxxModuleMapper: add source to handle module mapper contentsBen Boeckel2022-06-163-0/+79
| * | | | | | | cmGlobalNinjaGenerator: add a TODO for header unitsBen Boeckel2022-06-161-1/+2
| * | | | | | | cmTarget: add support for C++ module fileset typesBen Boeckel2022-06-1613-52/+445
| * | | | | | | cmExperimental: add an experimental feature to handle C++ modulesBen Boeckel2022-06-142-1/+10
| * | | | | | | cmExperimental: add a mechanism for experimental CMake featuresBen Boeckel2022-06-143-0/+77
| * | | | | | | cmGlobalXCodeGenerator: avoid unused parameter warningsBen Boeckel2022-06-141-0/+4
| * | | | | | | cmScriptGenerator: remove unnecessary `endif` argumentsBen Boeckel2022-06-141-1/+1
| * | | | | | | cmNinjaTargetGenerator: expand CFGIntDir for NMCBen Boeckel2022-06-141-2/+3
| * | | | | | | cmGlobalNinjaGenerator: simplify a string building callBen Boeckel2022-06-141-1/+1
| * | | | | | | cmCommonTargetGenerator: fix linked target directory for multi-config buildsBen Boeckel2022-06-141-0/+4
* | | | | | | | Merge topic 'try_compile-cross-app-bundles'Brad King2022-06-171-2/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | try_compile: Fix COPY_FILE with app-bundles on non-macOS hostsHeiko Lewin2022-06-161-2/+3
* | | | | | | | | Merge topic 'msvc_cuda_pass_arch_flags_in_additional_options'Brad King2022-06-172-74/+22
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
| * | | | | | | | CUDA: MSVC pass all cuda gencode flags via AdditionalOptionsRobert Maynard2022-06-162-74/+22
| |/ / / / / / /
* | | | | | | | CMake Nightly Date StampKitware Robot2022-06-171-1/+1