| Commit message (Expand) | Author | Age | Files | Lines |
* | cmTargetPropCommandBase::HandleArguments: flags must be OR'able | Craig Scott | 2022-12-03 | 1 | -1/+1 |
|
|
* | target_sources(): Add FILE_SET mode | Kyle Edwards | 2021-10-27 | 1 | -2/+2 |
|
|
* | Rename cmProp in cmValue | Marc Chevrier | 2021-09-21 | 1 | -2/+2 |
|
|
* | target_include_directories: Support AFTER option | Asit Dhal | 2020-12-19 | 1 | -0/+7 |
|
|
* | target_sources: Support custom targets | Asit Dhal | 2020-10-24 | 1 | -9/+25 |
|
|
* | Add INTERFACE libraries to generated buildsystem if they have SOURCES | Brad King | 2020-08-07 | 1 | -1/+1 |
|
|
* | Single location for cmProp typedef | Vitaly Stakhovsky | 2020-06-01 | 1 | -2/+1 |
|
|
* | cmTarget::GetProperty: return cmProp | Vitaly Stakhovsky | 2020-03-30 | 1 | -3/+5 |
|
|
* | cmTarget: add std::string overloads | Vitaly Stakhovsky | 2019-12-14 | 1 | -6/+3 |
|
|
* | cmTarget*: Port away from cmCommand | Regina Pfeifer | 2019-09-26 | 1 | -0/+12 |
|
|
* | Precompile Headers: Add REUSE_FROM signature | Cristian Adam | 2019-09-17 | 1 | -0/+13 |
|
|
* | target_*: Allow setting INTERFACE properties of UNKNOWN IMPORTED targets | Avraham Shukron | 2019-07-22 | 1 | -1/+2 |
|
|
* | cmTargetPropCommandBase: Order target type condition by order in enum | Avraham Shukron | 2019-07-22 | 1 | -4/+4 |
|
|
* | cmTargetPropCommandBase: check keywords after parsing | Ben Boeckel | 2018-10-26 | 1 | -9/+11 |
|
|
* | cmTargetPropCommandBase: simplify code path | Ben Boeckel | 2018-10-26 | 1 | -1/+1 |
|
|
* | cmTargetPropCommandBase: skip property setting if there's nothing to add | Ben Boeckel | 2018-10-26 | 1 | -0/+3 |
|
|
* | Teach target_* commands to set INTERFACE properties of IMPORTED targets | Deniz Bahadir | 2017-10-26 | 1 | -6/+4 |
|
|
* | cmTargetPropCommandBase: Fix typo in error message | Deniz Bahadir | 2017-10-26 | 1 | -3/+2 |
|
|
* | Add const-reference qualifications | Pavel Solodovnikov | 2017-05-26 | 1 | -1/+1 |
|
|
* | Fix several include-what-you-use findings | Daniel Pfeifer | 2016-11-08 | 1 | -0/+3 |
|
|
* | Include necessary headers in commands | Daniel Pfeifer | 2016-10-26 | 1 | -0/+1 |
|
|
* | cmState: Move TargetType enum to separate namespace | Stephen Kelly | 2016-10-19 | 1 | -7/+7 |
|
|
* | Simplify CMake per-source license notices | Brad King | 2016-09-27 | 1 | -12/+2 |
|
|
* | Revise C++ coding style using clang-format | Kitware Robot | 2016-05-16 | 1 | -93/+64 |
|
|
* | Remove `//------...` horizontal separator comments | Brad King | 2016-05-09 | 1 | -4/+0 |
|
|
* | cmState: Move TargetType enum from cmTarget. | Stephen Kelly | 2015-10-14 | 1 | -7/+7 |
|
|
* | cmTargetPropCommandBase: Change the interface to return bool. | Stephen Kelly | 2014-04-07 | 1 | -6/+8 |
|
|
* | Remove some c_str() calls. | Stephen Kelly | 2014-03-11 | 1 | -4/+4 |
|
|
* | cmTarget: Remove the project argument to FindTarget | Ben Boeckel | 2014-03-08 | 1 | -1/+1 |
|
|
* | stringapi: Use strings for property names | Ben Boeckel | 2014-03-08 | 1 | -2/+3 |
|
|
* | cmMakefile: make some methods take const std::string& instead of const char* | Rolf Eike Beer | 2014-01-16 | 1 | -2/+2 |
|
|
* | Add the INTERFACE_LIBRARY target type. | Stephen Kelly | 2013-10-07 | 1 | -0/+9 |
|
|
* | Add the ALIAS target concept for libraries and executables. | Stephen Kelly | 2013-08-02 | 1 | -0/+5 |
|
|
* | Allow target commands to be invoked with no items (#14325). | Stephen Kelly | 2013-07-31 | 1 | -3/+3 |
|
|
* | Add a SYSTEM parameter to target_include_directories (#14180) | Stephen Kelly | 2013-07-02 | 1 | -8/+20 |
|
|
* | Extend the cmTargetPropCommandBase interface property handling. | Stephen Kelly | 2013-07-02 | 1 | -14/+22 |
|
|
* | Whitelist target types in target_{include_directories,compile_definitions} | Stephen Kelly | 2013-02-08 | 1 | -0/+9 |
|
|
* | Make subclasses responsible for joining content. | Stephen Kelly | 2013-01-29 | 1 | -7/+6 |
|
|
* | Don't allow targets args in the new target commands. | Stephen Kelly | 2013-01-29 | 1 | -21/+1 |
|
|
* | Merge topic 'disallow-IMPORTED-interface-porcelain' | Brad King | 2013-01-23 | 1 | -2/+2 |
|\ |
|
| * | Disallow porcelain to populate includes and defines of IMPORTED targets. | Stephen Kelly | 2013-01-21 | 1 | -2/+2 |
|
|
* | | Make sure generator expressions can be used with target_include_directories. | Stephen Kelly | 2013-01-16 | 1 | -0/+12 |
|/ |
|
* | Add the target_include_directories command. | Stephen Kelly | 2013-01-10 | 1 | -0/+144 |
|
|