summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'cxxmodules-invalid-iterator'Brad King2024-03-042-3/+1
|\
| * cmImportedCxxModuleInfo: remove unused pointer fieldBen Boeckel2024-03-012-3/+1
* | CMake Nightly Date StampKitware Robot2024-03-041-1/+1
* | CMake Nightly Date StampKitware Robot2024-03-031-1/+1
* | CMake Nightly Date StampKitware Robot2024-03-021-1/+1
* | CMake Nightly Date StampKitware Robot2024-03-011-1/+1
* | Merge topic 'cpack-path-simplify'Brad King2024-02-294-26/+19
|\ \
| * | cpack: Simplify config file selectionBrad King2024-02-271-2/+3
| * | cpack: Simplify package directory selection logicBrad King2024-02-271-19/+13
| * | Source: Avoid using CollapseFullPath just to get parent directoryBrad King2024-02-273-5/+3
* | | Merge topic 'cxxmodules-no-export-basedirs-as-include-paths'Brad King2024-02-291-1/+4
|\ \ \
| * \ \ Merge branch 'backport-3.28-cxxmodules-no-export-basedirs-as-include-paths'Brad King2024-02-281-1/+4
| |\ \ \ | | | |/ | | |/|
| | * | cmExportFileGenerator: only export include paths for HEADERS file setsBen Boeckel2024-02-281-1/+4
| * | | Merge topic 'cxxmodules-fileset-cache-fullpath' into release-3.29Brad King2024-02-271-1/+2
| |\ \ \ | | |/ /
* | | | CMake Nightly Date StampKitware Robot2024-02-291-1/+1
* | | | Merge topic 'curl-tls-version'Brad King2024-02-283-0/+94
|\ \ \ \
| * | | | file(DOWNLOAD|UPLOAD): Add CMAKE_TLS_VERSION environment variableBrad King2024-02-281-0/+12
| * | | | file(DOWNLOAD|UPLOAD): Add CMAKE_TLS_VERSION variableBrad King2024-02-281-0/+12
| * | | | file(DOWNLOAD|UPLOAD): Add TLS_VERSION option for https connectionsBrad King2024-02-283-0/+70
* | | | | Merge topic 'ctest-upload-xml-time'Brad King2024-02-281-0/+2
|\ \ \ \ \
| * | | | | ctest: include "Time" element in Upload.xmlZack Galbreath2024-02-271-0/+2
| | |_|_|/ | |/| | |
* | | | | CMake Nightly Date StampKitware Robot2024-02-281-1/+1
|/ / / /
* | | | Merge topic 'cmDebugTools-disable-with-env'Brad King2024-02-271-2/+6
|\ \ \ \
| * | | | cmDebugTools: offer a way to disable `CM_DBG` output at runtimeBen Boeckel2024-02-241-2/+6
* | | | | Merge topic 'cxxmodules-fileset-cache-fullpath'Brad King2024-02-271-1/+2
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | cmGeneratorTarget: collapse paths before querying the fileset cacheBen Boeckel2024-02-241-1/+2
* | | | | CMake Nightly Date StampKitware Robot2024-02-271-1/+1
| |_|/ / |/| | |
* | | | Merge topic 'swift-exe-module-name'Brad King2024-02-261-4/+2
|\ \ \ \ | | |_|/ | |/| |
| * | | Swift: Ninja: Pass module name to all swift buildsEvan Wilde2024-02-231-4/+2
| * | | CMake 3.29.0-rc2v3.29.0-rc2Brad King2024-02-221-1/+1
| * | | Merge topic 'restore-link-interface-objlib-with-unity' into release-3.29Brad King2024-02-223-6/+8
| |\ \ \ | | |/ /
| * | | Merge topic 'cxxmodules-transitive-modules-usage' into release-3.29Brad King2024-02-212-5/+2
| |\ \ \
| * \ \ \ Merge topic 'vs-17.10' into release-3.29Brad King2024-02-201-3/+13
| |\ \ \ \
| * \ \ \ \ Merge topic 'cxxmodules-transitive-target-usage' into release-3.29Brad King2024-02-201-1/+1
| |\ \ \ \ \
* | | | | | | CMake Nightly Date StampKitware Robot2024-02-261-1/+1
* | | | | | | CMake Nightly Date StampKitware Robot2024-02-251-1/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | CMake Nightly Date StampKitware Robot2024-02-241-1/+1
* | | | | | Merge topic 'vs-UseDebugLibraries'Brad King2024-02-235-8/+41
|\ \ \ \ \ \
| * | | | | | VS: Add UseDebugLibraries to vcxproj files by defaultBrad King2024-02-222-2/+20
| * | | | | | VS: Suppress more MSBuild defaults affected by UseDebugLibrariesBrad King2024-02-221-0/+3
| * | | | | | cmVisualStudioGeneratorOptions: Add UsingDebugRuntime methodBrad King2024-02-202-0/+12
| * | | | | | cmVisualStudioGeneratorOptions: Rename {IsDebug => UsingDebugInfo}Brad King2024-02-204-6/+6
* | | | | | | CMake Nightly Date StampKitware Robot2024-02-231-1/+1
* | | | | | | Merge topic 'preset-includes-macro-expansion'Brad King2024-02-221-1/+6
|\ \ \ \ \ \ \
| * | | | | | | presets: Expand more macros in the `include` directiveCristian Le2024-02-211-1/+6
* | | | | | | | Merge topic 'restore-link-interface-objlib-with-unity'Brad King2024-02-223-6/+8
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | Restore support for TARGET_OBJECTS in link interfaces with unity buildsBrad King2024-02-213-6/+8
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | CMake Nightly Date StampKitware Robot2024-02-221-1/+1
* | | | | | | Merge topic 'cxxmodules-transitive-modules-usage'Brad King2024-02-212-5/+2
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | cmGeneratorTarget: discover synthetic targets recursivelyBen Boeckel2024-02-201-0/+1