| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge topic 'out-of-dir-link-list' | Brad King | 2020-01-17 | 1 | -82/+118 |
|\ |
|
| * | target_link_libraries: Fix out-of-dir linking of a list of targets | Brad King | 2020-01-16 | 1 | -27/+46 |
|
|
| * | cmTargetLinkLibrariesCommand: Move HandleLibrary to helper struct | Brad King | 2020-01-16 | 1 | -65/+82 |
|
|
* | | cmMakefile: modernize memory management | Marc Chevrier | 2020-01-14 | 1 | -4/+3 |
|/ |
|
* | target_link_libraries: Add FIXME comment for out-of-dir genex list | Brad King | 2020-01-10 | 1 | -0/+4 |
|
|
* | cmTarget: add std::string overloads | Vitaly Stakhovsky | 2019-12-14 | 1 | -6/+5 |
|
|
* | cmTargetLinkLibrariesCommand: Port away from cmCommand | Regina Pfeifer | 2019-09-21 | 1 | -123/+138 |
|
|
* | Refactor: Use cmStrCat to construct error strings | Asit Dhal | 2019-09-18 | 1 | -35/+39 |
|
|
* | clang-tidy: modernize-deprecated-headers | Regina Pfeifer | 2019-09-16 | 1 | -1/+1 |
|
|
* | Source sweep: Use cmStrCat for string concatenation | Sebastian Holtermann | 2019-08-22 | 1 | -6/+4 |
|
|
* | Merge topic 'out-of-dir-linking-private-deps' | Brad King | 2019-05-01 | 1 | -2/+2 |
|\ |
|
| * | target_link_libraries: Fix static library private deps in other dirs | Brad King | 2019-04-30 | 1 | -2/+2 |
|
|
* | | Factor out enum MessageType into dedicated header | Bruno Manganelli | 2019-01-16 | 1 | -26/+27 |
|
|
* | | target_link_libraries: Propagate dependencies of object libraries | Kyle Edwards | 2018-12-10 | 1 | -1/+2 |
|
|
* | | clang-tidy: Fix readability-static-accessed-through-instance | Regina Pfeifer | 2018-11-21 | 1 | -3/+5 |
|/ |
|
* | target_link_libraries: Allow use with targets in other directories | Brad King | 2018-09-12 | 1 | -22/+58 |
|
|
* | Revert "target_link_libraries: Allow use with targets in other directories" | Brad King | 2018-07-03 | 1 | -9/+2 |
|
|
* | Revise C++ coding style using clang-format-6.0 | Kitware Robot | 2018-06-01 | 1 | -2/+3 |
|
|
* | target_link_libraries: Allow use with targets in other directories | Patrick Stotko | 2018-05-15 | 1 | -2/+9 |
|
|
* | objlib: Allow other libraries to link to `OBJECT` libraries. | Deniz Bahadir | 2018-03-01 | 1 | -2/+3 |
|
|
* | objlib: Allow `OBJECT` libraries to link to other libraries. | Deniz Bahadir | 2018-03-01 | 1 | -10/+0 |
|
|
* | Various typo fixes | Luz Paz | 2018-01-03 | 1 | -1/+1 |
|
|
* | target_link_libraries: Simplify implementation and add comments. | Deniz Bahadir | 2017-11-30 | 1 | -54/+67 |
|
|
* | target_link_libraries: Slightly fix some error-messages. | Deniz Bahadir | 2017-11-29 | 1 | -13/+13 |
|
|
* | target_link_libraries: Return earlier on some error. | Deniz Bahadir | 2017-11-29 | 1 | -17/+17 |
|
|
* | Teach target_* commands to set INTERFACE properties of IMPORTED targets | Deniz Bahadir | 2017-10-26 | 1 | -1/+29 |
|
|
* | Meta: modernize old-fashioned loops to range-based `for`. | Pavel Solodovnikov | 2017-09-12 | 1 | -6/+4 |
|
|
* | target_link_libraries: Allow linking to UNKNOWN IMPORTED GLOBAL libs | Brad King | 2017-08-31 | 1 | -0/+1 |
|
|
* | Use C++11 nullptr | Daniel Pfeifer | 2017-08-24 | 1 | -2/+2 |
|
|
* | Include necessary headers in commands | Daniel Pfeifer | 2016-10-26 | 1 | -0/+10 |
|
|
* | Separate compilation for commands included in cmBootstrapCommands2 | Daniel Pfeifer | 2016-10-21 | 1 | -0/+3 |
|
|
* | cmState: Move TargetType enum to separate namespace | Stephen Kelly | 2016-10-19 | 1 | -8/+8 |
|
|
* | cmMakefile: Inline method into caller | Stephen Kelly | 2016-10-07 | 1 | -1/+29 |
|
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -11/+2 |
|
|
* | Avoid else after return | Daniel Pfeifer | 2016-09-16 | 1 | -4/+3 |
|
|
* | use empty method to check for emptyness | Daniel Pfeifer | 2016-09-15 | 1 | -1/+1 |
|
|
* | use CM_NULLPTR | Daniel Pfeifer | 2016-06-28 | 1 | -2/+2 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -255/+178 |
|
|
* | Remove `//------...` horizontal separator comments | Brad King | 2016-05-09 | 1 | -2/+0 |
|
|
* | Fix export of STATIC library PRIVATE non-target dependencies | Brad King | 2016-02-17 | 1 | -5/+2 |
|
|
* | Fix export of STATIC library PRIVATE dependencies with CMP0022 NEW | Brad King | 2016-01-15 | 1 | -2/+5 |
|
|
* | cmState: Move TargetType enum from cmTarget. | Stephen Kelly | 2015-10-14 | 1 | -5/+5 |
|
|
* | cmTarget: Move link type enum out. | Stephen Kelly | 2015-10-14 | 1 | -13/+13 |
|
|
* | cmTarget: Fix diagnostic of target_link_libraries in wrong directory (#15626) | Brad King | 2015-06-25 | 1 | -1/+2 |
|
|
* | Port to static cmPolicies API. | Stephen Kelly | 2015-05-04 | 1 | -8/+4 |
|
|
* | cmake: Remove DebugConfigs member. | Stephen Kelly | 2015-04-12 | 1 | -1/+1 |
|
|
* | Port all cmOStringStream to std::ostringstream. | Stephen Kelly | 2015-01-11 | 1 | -6/+6 |
|
|
* | Remove default labels from fully covered switch statements. | Stephen Kelly | 2014-04-03 | 1 | -1/+0 |
|
|
* | Merge topic 'fix_policy_diagnostics' | Brad King | 2014-04-01 | 1 | -6/+8 |
|\ |
|
| * | Policies: omit warnings about unset policies when they are actually set to NEW | Nils Gladitz | 2014-03-31 | 1 | -6/+8 |
|
|