summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'msvc-compilers-default-to-ZI'Brad King2022-05-271-1/+4
|\
| * MSVC: Default to -ZI instead of /Zi for x86 and x64Glen Chung2022-05-261-1/+4
* | Merge topic 'mingw-compiler-PATH'Brad King2022-05-273-65/+0
|\ \
| * | MSYS/MinGW Makefiles: Simplify selection of windres as Resource CompilerBrad King2022-05-263-41/+0
| * | MSYS/MinGW Makfiles: Select the compiler occurring first in PATHBrad King2022-05-262-24/+0
* | | CMake Nightly Date StampKitware Robot2022-05-271-1/+1
|/ /
* | Merge topic 'verify-interface-header-sets-list'Brad King2022-05-261-5/+23
|\ \
| * | VERIFY_INTERFACE_HEADER_SETS: Add property for list of header setsKyle Edwards2022-05-251-5/+23
* | | Merge topic 'automoc-build-dir'Brad King2022-05-262-1/+5
|\ \ \
| * | | AutoMoc: Take AUTOMOC_BUILD_DIR into account in depfileJoerg Bornemann2022-05-252-1/+5
* | | | CMake Nightly Date StampKitware Robot2022-05-261-1/+1
| |/ / |/| |
* | | Merge topic 'dependency-providers'Brad King2022-05-258-12/+239
|\ \ \
| * | | Dependency providers: Add find_package and FetchContent supportCraig Scott2022-05-248-1/+220
| * | | cmFindPackageCommand: Handle Makefile variable definitions more robustlyCraig Scott2022-05-172-11/+19
* | | | CMake Nightly Date StampKitware Robot2022-05-251-1/+1
| |_|/ |/| |
* | | Merge topic 'curl-debug-callback'Brad King2022-05-241-2/+2
|\ \ \
| * | | cmFileCommand: Fix signature of CURLOPT_DEBUGFUNCTION callbackBrad King2022-05-231-2/+2
* | | | Merge topic 'reduce-policy-eval-scope'Brad King2022-05-241-4/+2
|\ \ \ \
| * | | | cmConditionEvaluator: Reduce the scope of the CMP0064 evaluationAlex Turbov2022-05-231-4/+2
* | | | | Merge topic 'ci-fedora-36'Brad King2022-05-2493-369/+297
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | cmFileCommand: remove an unnecessary castBen Boeckel2022-05-241-1/+1
| * | | | clang-tidy: fix `readability-static-definition-in-anonymous-namespace` lintsBen Boeckel2022-05-241-2/+2
| * | | | clang-tidy: fix `bugprone-exception-escape` lintsBen Boeckel2022-05-241-3/+9
| * | | | clang-tidy: fix `performance-unnecessary-copy-initialization` lintsBen Boeckel2022-05-2410-20/+20
| * | | | clang-tidy: address `google-readability-casting` lintsBen Boeckel2022-05-2428-71/+92
| * | | | clang-tidy: address `readability-container-data-pointer` lintsBen Boeckel2022-05-2412-50/+50
| * | | | clang-tidy: address `modernize-use-default-member-init` lintsBen Boeckel2022-05-2454-212/+109
| * | | | cmGlobalGenerator: check for `nullptr` in `GetLanguageFromExtension`Ben Boeckel2022-05-211-1/+4
| * | | | cmCTestSubmitHandler: avoid double fetching envvarsBen Boeckel2022-05-211-4/+4
| * | | | cmMakefileLibraryTargetGenerator: improve output buildingBen Boeckel2022-05-191-1/+3
| * | | | style: use `cmStrCat` in some more locationsBen Boeckel2022-05-193-4/+3
| |/ / /
* | | | CMake Nightly Date StampKitware Robot2022-05-241-1/+1
| |/ / |/| |
* | | CMake Nightly Date StampKitware Robot2022-05-231-1/+1
* | | CMake Nightly Date StampKitware Robot2022-05-221-1/+1
* | | CMake Nightly Date StampKitware Robot2022-05-211-1/+1
* | | Merge topic 'vs-system-include'Brad King2022-05-201-6/+37
|\ \ \
| * | | VS: Add support for SYSTEM include directoriesJosiah Bills2022-05-181-6/+37
* | | | Merge topic 'win_arm64_native_toolchain'Brad King2022-05-202-8/+13
|\ \ \ \
| * | | | VS: ARM64 as default toolset architecture for ARM64 hostNiyas Sait2022-05-192-8/+13
* | | | | Merge topic 'vs2022-only'Brad King2022-05-201-0/+1
|\ \ \ \ \
| * | | | | file(GET_RUNTIME_DEPENDENCIES): Support VS 2022 without VS 2019Brad King2022-05-191-0/+1
* | | | | | CMake Nightly Date StampKitware Robot2022-05-201-1/+1
| |_|_|/ / |/| | | |
* | | | | Merge topic 'ignore-werror-command-arg'Brad King2022-05-194-5/+21
|\ \ \ \ \
| * | | | | COMPILE_WARNING_AS_ERROR: Add command-line optionMartin Duffy2022-05-184-5/+21
* | | | | | Merge topic 'verify-interface-header-sets'Brad King2022-05-192-6/+6
|\ \ \ \ \ \
| * | | | | | VERIFY_HEADER_SETS: Rename to VERIFY_INTERFACE_HEADER_SETSKyle Edwards2022-05-182-6/+6
* | | | | | | CMake Nightly Date StampKitware Robot2022-05-191-1/+1
|/ / / / / /
* | | | | | Merge topic 'ccmake-fix-infinite-loop-search'Brad King2022-05-182-7/+8
|\ \ \ \ \ \
| * | | | | | ccmake: Fix infinite loop during invalid searchMartin Duffy2022-05-182-7/+8
| * | | | | | Merge topic 'cuda-arch-off-vs' into release-3.23Brad King2022-05-161-4/+5
| |\ \ \ \ \ \