Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge topic 'link-interface-direct' | Brad King | 2022-01-31 | 80 | -120/+1442 |
|\ | |||||
| * | Add usage requirements to update direct link dependencies | Brad King | 2022-01-29 | 76 | -28/+1258 |
| * | cmTarget: Add INTERFACE_LINK_LIBRARIES_DIRECT{,_EXCLUDE} backtrace storage | Brad King | 2022-01-29 | 2 | -0/+61 |
| * | cmGeneratorTarget: Add LookupLinkItem option to consider own target name | Brad King | 2022-01-29 | 2 | -7/+14 |
| * | cmGeneratorTarget: Fix link interface caching of partial results | Brad King | 2022-01-29 | 1 | -16/+14 |
| * | cmGeneratorTarget: Clarify CMP0022 logic in ComputeLinkInterfaceLibraries | Brad King | 2022-01-29 | 1 | -56/+59 |
| * | cmGeneratorTarget: Simplify CMP0022 warning check | Brad King | 2022-01-29 | 1 | -7/+4 |
| * | cmGeneratorTarget: Return early from ExpandLinkItems with no items | Brad King | 2022-01-29 | 1 | -0/+3 |
| * | Tests: Remove unnecessary policy setting from ObjectLibrary test | Brad King | 2022-01-29 | 1 | -1/+0 |
| * | Help: Cross-reference LINK_LIBRARIES and INTERFACE_LINK_LIBRARIES | Brad King | 2022-01-29 | 2 | -2/+12 |
| * | PCH: Clear link interface cache when adding PCH object to it | Brad King | 2022-01-29 | 3 | -0/+14 |
| * | cmLinkItem: Clarify name of CMP0027 check member | Brad King | 2022-01-29 | 3 | -7/+7 |
| * | cmGeneratorExpressionDAGChecker: Re-order EvaluatingLinkLibraries condition | Brad King | 2022-01-29 | 1 | -3/+3 |
* | | Merge branch 'release-3.22' | Brad King | 2022-01-31 | 0 | -0/+0 |
|\ \ | |||||
| * \ | Merge topic 'iar_cmp0057' into release-3.22 | Brad King | 2022-01-31 | 1 | -3/+6 |
| |\ \ | |||||
* | \ \ | Merge topic 'iar_cmp0057' | Brad King | 2022-01-31 | 1 | -3/+6 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | IAR/CXX: Fix compatibility with CMP0057 OLD | Raul Tambre | 2022-01-29 | 1 | -3/+6 |
| |/ / | |||||
* | | | Merge topic 'shorter-obj' | Brad King | 2022-01-31 | 1 | -12/+18 |
|\ \ \ | |||||
| * | | | Shorten object name even if still longer than CMAKE_OBJECT_PATH_MAX | Nick Little | 2022-01-28 | 1 | -12/+18 |
* | | | | Merge topic 'update-kwsys' | Brad King | 2022-01-31 | 2 | -3/+12 |
|\ \ \ \ | |||||
| * \ \ \ | Merge branch 'upstream-KWSys' into update-kwsys | Brad King | 2022-01-29 | 2 | -3/+12 |
| |\ \ \ \ | |||||
| | * | | | | KWSys 2022-01-29 (389a74dc) | KWSys Upstream | 2022-01-29 | 2 | -3/+12 |
* | | | | | | Merge topic 'doc-rel-path-target_include_directories' | Craig Scott | 2022-01-31 | 2 | -11/+20 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Help: Clarify relative path handling for target_include_directories() | Craig Scott | 2022-01-31 | 2 | -11/+20 |
* | | | | | | | Merge topic 'doc-LINKER_LANGUAGE' | Craig Scott | 2022-01-31 | 1 | -2/+4 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Help: Highlight internal nature of linker preference variables | Craig Scott | 2022-01-30 | 1 | -2/+4 |
| |/ / / / / / | |||||
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2022-01-31 | 1 | -1/+1 |
|/ / / / / / | |||||
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2022-01-30 | 1 | -1/+1 |
|/ / / / / | |||||
* | | | | | Merge topic 'FindOpenSSL-wince' | Brad King | 2022-01-29 | 1 | -1/+5 |
|\ \ \ \ \ | |||||
| * | | | | | FindOpenSSL: Fix ws2 reference on WinCE | leha-bot | 2022-01-28 | 1 | -1/+5 |
* | | | | | | Merge topic 'ibmclang-aix' | Brad King | 2022-01-29 | 2 | -0/+2 |
|\ \ \ \ \ \ | |||||
| * | | | | | | IBMClang: Do not use -fvisibility on AIX | Brad King | 2022-01-28 | 2 | -0/+2 |
* | | | | | | | Merge topic 'gcc12-warning' | Brad King | 2022-01-29 | 1 | -2/+2 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Source: Avoid gcc 12 compilation warning | Brad King | 2022-01-28 | 1 | -2/+2 |
| | |/ / / / / | |/| | | | | | |||||
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2022-01-29 | 1 | -1/+1 |
| |/ / / / / |/| | | | | | |||||
* | | | | | | Merge topic 'ibmclang-compiler' | Brad King | 2022-01-28 | 31 | -24/+219 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Help: Add release note for IBM Open XL C/C++ compiler support | Brad King | 2022-01-27 | 1 | -0/+5 |
| * | | | | | | Utilities: Suppress warnings in third-party code with IBMClang | Aaron Liu | 2022-01-27 | 13 | -13/+13 |
| * | | | | | | IBMClang: Add support for IBM Open XL C/C++ | Aaron Liu | 2022-01-27 | 17 | -11/+201 |
* | | | | | | | Merge topic 'cuda_vs_arch_all' | Brad King | 2022-01-28 | 13 | -34/+86 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | CUDA: Fix issuing error if default architecture detection fails | Raul Tambre | 2022-01-27 | 2 | -32/+41 |
| * | | | | | | | CUDA: Error on empty/invalid CMAKE_CUDA_ARCHITECTURES set by user | Raul Tambre | 2022-01-27 | 11 | -1/+40 |
| * | | | | | | | CUDA: Support all and all-major on Visual Studio | Raul Tambre | 2022-01-27 | 1 | -0/+4 |
| * | | | | | | | CUDA: Actually use reverse architecture deprecation order for Clang | Raul Tambre | 2022-01-27 | 1 | -1/+1 |
| | |_|_|/ / / | |/| | | | | | |||||
* | | | | | | | Merge topic 'timestamp-microseconds' | Brad King | 2022-01-28 | 7 | -14/+68 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | string(TIMESTAMP): add %f specifier for microseconds | Peter Würth | 2022-01-28 | 7 | -14/+68 |
* | | | | | | | | Merge branch 'release-3.22' | Brad King | 2022-01-28 | 0 | -0/+0 |
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | | | |||||
| * | | | | | | | Merge branch 'release-3.21' into release-3.22 | Brad King | 2022-01-28 | 0 | -0/+0 |
| |\ \ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ \ | Merge branch 'release-3.21' | Brad King | 2022-01-28 | 0 | -0/+0 |
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | |||||
| * | | | | | | | | Merge branch 'message-flush' into release-3.21 | Brad King | 2022-01-27 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ \ |