summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* VS: Introduce IsInSolution to check whether a target is in sln fileSumit Bhardwaj2022-02-124-3/+12
* VS: Add proj as a project type to VsProjectTypeSumit Bhardwaj2022-02-123-2/+18
* cmGlobalVisualStudio7Generator: Drop unused methodBrad King2022-02-122-18/+0
* Merge branch 'release-3.23'Brad King2022-02-100-0/+0
|\
| * Merge branch 'release-3.22' into release-3.23Brad King2022-02-100-0/+0
| |\
* | \ Merge branch 'release-3.22'Brad King2022-02-100-0/+0
|\ \ \ | | |/ | |/|
| * | Merge branch 'release-3.21' into release-3.22Brad King2022-02-090-0/+0
| |\ \
| * \ \ Merge branch 'backport-IntelLLVM-depfile-flags' into release-3.22Brad King2022-02-093-3/+3
| |\ \ \
| * \ \ \ Merge branch 'doc-MSVC_TOOLSET_VERSION-v143' into release-3.22Brad King2022-02-091-0/+1
| |\ \ \ \
* | \ \ \ \ Merge branch 'release-3.21'Brad King2022-02-100-0/+0
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Merge branch 'backport-IntelLLVM-depfile-flags' into release-3.21Brad King2022-02-093-3/+3
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| * | | | | Merge branch 'doc-MSVC_TOOLSET_VERSION-v143' into release-3.21Brad King2022-02-091-0/+1
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
* | | | | | Merge branch 'release-3.23'Brad King2022-02-100-0/+0
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Merge topic 'doc-if-AND-OR' into release-3.23Brad King2022-02-104-8/+24
| |\ \ \ \ \
* | \ \ \ \ \ Merge topic 'doc-if-AND-OR'Brad King2022-02-104-8/+24
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Help: Clarify precedence of AND and OR in 'if' conditionsBrad King2022-02-094-8/+24
* | | | | | | Merge branch 'release-3.23'Brad King2022-02-100-0/+0
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Merge topic 'clang-cross-compile-windows-pdb' into release-3.23Brad King2022-02-102-1/+3
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge topic 'clang-cross-compile-windows-pdb'Brad King2022-02-102-1/+3
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | Windows/Clang: Support PDB when cross-compilingDeniz Bahadir2022-02-082-1/+3
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'release-3.23'Brad King2022-02-100-0/+0
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Merge topic 'restore-target-export-includes' into release-3.23Brad King2022-02-1011-13/+70
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge topic 'restore-target-export-includes'Brad King2022-02-1011-13/+70
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | install(TARGETS): Restore per-export INCLUDES DESTINATIONEugene Shalygin2022-02-0911-13/+71
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge branch 'release-3.23'Brad King2022-02-100-0/+0
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Merge topic 'IntelLLVM-depfile-flags' into release-3.23Brad King2022-02-103-3/+3
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge topic 'IntelLLVM-depfile-flags'Brad King2022-02-103-3/+3
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | Merge branch 'backport-IntelLLVM-depfile-flags' into IntelLLVM-depfile-flagsBrad King2022-02-093-3/+3
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | / | | | |_|_|_|/ | | |/| | | |
| | * | | | | IntelLLVM: Add dependencies on system header files on WindowsWilliam R. Dieter2022-02-091-1/+1
| | * | | | | Intel: Add dependencies on system header files on WindowsBrad King2022-02-092-2/+2
| | | |_|/ / | | |/| | |
* | | | | | Merge branch 'release-3.23'Brad King2022-02-100-0/+0
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Merge topic 'doc-MSVC_TOOLSET_VERSION-v143' into release-3.23Brad King2022-02-101-0/+1
| |\ \ \ \ \ | | |/ / / / | |/| | | / | | | |_|/ | | |/| |
* | | | | Merge topic 'doc-MSVC_TOOLSET_VERSION-v143'Brad King2022-02-101-0/+1
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Help: Add MSVC_TOOLSET_VERSION value for v143 toolsetHeiko Thiel2022-02-091-0/+1
| | |/ / | |/| |
* | | | CMake Nightly Date StampKitware Robot2022-02-101-1/+1
* | | | Merge topic 'genex-LINK_LIBRARY-to-decorate-library'Brad King2022-02-09167-359/+2456
|\ \ \ \
| * | | | $<LINK_LIBRARY>: Add LINK_LIBRARY_OVERRIDE target propertyMarc Chevrier2022-02-0841-31/+383
| * | | | Genex: Add $<LINK_LIBRARY:...>Marc Chevrier2022-02-07131-151/+1825
| * | | | cmRulePlaceholderExpander: add base class for placeholder expansion reuseMarc Chevrier2022-02-066-148/+187
| * | | | cmExpandListWithBacktrace: add handling of empty elements.Marc Chevrier2022-02-063-7/+8
| * | | | cmComputeLinkInformation: use cmComputeLinkDepends::LinkEntryMarc Chevrier2022-02-063-57/+88
* | | | | Merge topic 'trace-global-frame'Brad King2022-02-098-10/+45
|\ \ \ \ \
| * | | | | Trace: add global_frame field to json-v1 formatBraulio Valdivielso Martinez2022-02-078-10/+45
* | | | | | Merge topic 'vs_buildcache_support'Brad King2022-02-098-1/+73
|\ \ \ \ \ \
| * | | | | | VS: Add property to turn off Visual Studio compile batchingKaloyan Donev2022-02-088-1/+73
| |/ / / / /
* | | | | | Merge topic 'ci-intel-compiler'Brad King2022-02-091-0/+42
|\ \ \ \ \ \
| * | | | | | gitlab-ci: add jobs testing Intel 2022.0.2 compilers on LinuxBrad King2022-02-081-0/+14
| * | | | | | gitlab-ci: add jobs testing Intel 2021.4.0 compilers on LinuxBrad King2022-02-081-0/+14
| * | | | | | gitlab-ci: add jobs testing Intel 2021.3.0 compilers on LinuxBrad King2022-02-081-0/+14
* | | | | | | Merge topic 'ci-clang-windows'Brad King2022-02-091-0/+15
|\ \ \ \ \ \ \