summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'link-interface-direct'Brad King2022-01-3180-120/+1442
|\
| * Add usage requirements to update direct link dependenciesBrad King2022-01-2976-28/+1258
| * cmTarget: Add INTERFACE_LINK_LIBRARIES_DIRECT{,_EXCLUDE} backtrace storageBrad King2022-01-292-0/+61
| * cmGeneratorTarget: Add LookupLinkItem option to consider own target nameBrad King2022-01-292-7/+14
| * cmGeneratorTarget: Fix link interface caching of partial resultsBrad King2022-01-291-16/+14
| * cmGeneratorTarget: Clarify CMP0022 logic in ComputeLinkInterfaceLibrariesBrad King2022-01-291-56/+59
| * cmGeneratorTarget: Simplify CMP0022 warning checkBrad King2022-01-291-7/+4
| * cmGeneratorTarget: Return early from ExpandLinkItems with no itemsBrad King2022-01-291-0/+3
| * Tests: Remove unnecessary policy setting from ObjectLibrary testBrad King2022-01-291-1/+0
| * Help: Cross-reference LINK_LIBRARIES and INTERFACE_LINK_LIBRARIESBrad King2022-01-292-2/+12
| * PCH: Clear link interface cache when adding PCH object to itBrad King2022-01-293-0/+14
| * cmLinkItem: Clarify name of CMP0027 check memberBrad King2022-01-293-7/+7
| * cmGeneratorExpressionDAGChecker: Re-order EvaluatingLinkLibraries conditionBrad King2022-01-291-3/+3
* | Merge branch 'release-3.22'Brad King2022-01-310-0/+0
|\ \
| * \ Merge topic 'iar_cmp0057' into release-3.22Brad King2022-01-311-3/+6
| |\ \
* | \ \ Merge topic 'iar_cmp0057'Brad King2022-01-311-3/+6
|\ \ \ \ | | |/ / | |/| |
| * | | IAR/CXX: Fix compatibility with CMP0057 OLDRaul Tambre2022-01-291-3/+6
| |/ /
* | | Merge topic 'shorter-obj'Brad King2022-01-311-12/+18
|\ \ \
| * | | Shorten object name even if still longer than CMAKE_OBJECT_PATH_MAXNick Little2022-01-281-12/+18
* | | | Merge topic 'update-kwsys'Brad King2022-01-312-3/+12
|\ \ \ \
| * \ \ \ Merge branch 'upstream-KWSys' into update-kwsysBrad King2022-01-292-3/+12
| |\ \ \ \
| | * | | | KWSys 2022-01-29 (389a74dc)KWSys Upstream2022-01-292-3/+12
* | | | | | Merge topic 'doc-rel-path-target_include_directories'Craig Scott2022-01-312-11/+20
|\ \ \ \ \ \
| * | | | | | Help: Clarify relative path handling for target_include_directories()Craig Scott2022-01-312-11/+20
* | | | | | | Merge topic 'doc-LINKER_LANGUAGE'Craig Scott2022-01-311-2/+4
|\ \ \ \ \ \ \
| * | | | | | | Help: Highlight internal nature of linker preference variablesCraig Scott2022-01-301-2/+4
| |/ / / / / /
* | | | | | | CMake Nightly Date StampKitware Robot2022-01-311-1/+1
|/ / / / / /
* | | | | | CMake Nightly Date StampKitware Robot2022-01-301-1/+1
|/ / / / /
* | | | | Merge topic 'FindOpenSSL-wince'Brad King2022-01-291-1/+5
|\ \ \ \ \
| * | | | | FindOpenSSL: Fix ws2 reference on WinCEleha-bot2022-01-281-1/+5
* | | | | | Merge topic 'ibmclang-aix'Brad King2022-01-292-0/+2
|\ \ \ \ \ \
| * | | | | | IBMClang: Do not use -fvisibility on AIXBrad King2022-01-282-0/+2
* | | | | | | Merge topic 'gcc12-warning'Brad King2022-01-291-2/+2
|\ \ \ \ \ \ \
| * | | | | | | Source: Avoid gcc 12 compilation warningBrad King2022-01-281-2/+2
| | |/ / / / / | |/| | | | |
* | | | | | | CMake Nightly Date StampKitware Robot2022-01-291-1/+1
| |/ / / / / |/| | | | |
* | | | | | Merge topic 'ibmclang-compiler'Brad King2022-01-2831-24/+219
|\ \ \ \ \ \
| * | | | | | Help: Add release note for IBM Open XL C/C++ compiler supportBrad King2022-01-271-0/+5
| * | | | | | Utilities: Suppress warnings in third-party code with IBMClangAaron Liu2022-01-2713-13/+13
| * | | | | | IBMClang: Add support for IBM Open XL C/C++Aaron Liu2022-01-2717-11/+201
* | | | | | | Merge topic 'cuda_vs_arch_all'Brad King2022-01-2813-34/+86
|\ \ \ \ \ \ \
| * | | | | | | CUDA: Fix issuing error if default architecture detection failsRaul Tambre2022-01-272-32/+41
| * | | | | | | CUDA: Error on empty/invalid CMAKE_CUDA_ARCHITECTURES set by userRaul Tambre2022-01-2711-1/+40
| * | | | | | | CUDA: Support all and all-major on Visual StudioRaul Tambre2022-01-271-0/+4
| * | | | | | | CUDA: Actually use reverse architecture deprecation order for ClangRaul Tambre2022-01-271-1/+1
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge topic 'timestamp-microseconds'Brad King2022-01-287-14/+68
|\ \ \ \ \ \ \
| * | | | | | | string(TIMESTAMP): add %f specifier for microsecondsPeter Würth2022-01-287-14/+68
* | | | | | | | Merge branch 'release-3.22'Brad King2022-01-280-0/+0
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| * | | | | | | Merge branch 'release-3.21' into release-3.22Brad King2022-01-280-0/+0
| |\ \ \ \ \ \ \
* | \ \ \ \ \ \ \ Merge branch 'release-3.21'Brad King2022-01-280-0/+0
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | Merge branch 'message-flush' into release-3.21Brad King2022-01-271-2/+2
| |\ \ \ \ \ \ \ \