summaryrefslogtreecommitdiff
path: root/Source/cmTargetPropCommandBase.cxx
Commit message (Expand)AuthorAgeFilesLines
* cmTargetPropCommandBase::HandleArguments: flags must be OR'ableCraig Scott2022-12-031-1/+1
* target_sources(): Add FILE_SET modeKyle Edwards2021-10-271-2/+2
* Rename cmProp in cmValueMarc Chevrier2021-09-211-2/+2
* target_include_directories: Support AFTER optionAsit Dhal2020-12-191-0/+7
* target_sources: Support custom targetsAsit Dhal2020-10-241-9/+25
* Add INTERFACE libraries to generated buildsystem if they have SOURCESBrad King2020-08-071-1/+1
* Single location for cmProp typedefVitaly Stakhovsky2020-06-011-2/+1
* cmTarget::GetProperty: return cmPropVitaly Stakhovsky2020-03-301-3/+5
* cmTarget: add std::string overloadsVitaly Stakhovsky2019-12-141-6/+3
* cmTarget*: Port away from cmCommandRegina Pfeifer2019-09-261-0/+12
* Precompile Headers: Add REUSE_FROM signatureCristian Adam2019-09-171-0/+13
* target_*: Allow setting INTERFACE properties of UNKNOWN IMPORTED targetsAvraham Shukron2019-07-221-1/+2
* cmTargetPropCommandBase: Order target type condition by order in enumAvraham Shukron2019-07-221-4/+4
* cmTargetPropCommandBase: check keywords after parsingBen Boeckel2018-10-261-9/+11
* cmTargetPropCommandBase: simplify code pathBen Boeckel2018-10-261-1/+1
* cmTargetPropCommandBase: skip property setting if there's nothing to addBen Boeckel2018-10-261-0/+3
* Teach target_* commands to set INTERFACE properties of IMPORTED targetsDeniz Bahadir2017-10-261-6/+4
* cmTargetPropCommandBase: Fix typo in error messageDeniz Bahadir2017-10-261-3/+2
* Add const-reference qualificationsPavel Solodovnikov2017-05-261-1/+1
* Fix several include-what-you-use findingsDaniel Pfeifer2016-11-081-0/+3
* Include necessary headers in commandsDaniel Pfeifer2016-10-261-0/+1
* cmState: Move TargetType enum to separate namespaceStephen Kelly2016-10-191-7/+7
* Simplify CMake per-source license noticesBrad King2016-09-271-12/+2
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-93/+64
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-4/+0
* cmState: Move TargetType enum from cmTarget.Stephen Kelly2015-10-151-7/+7
* cmTargetPropCommandBase: Change the interface to return bool.Stephen Kelly2014-04-071-6/+8
* Remove some c_str() calls.Stephen Kelly2014-03-111-4/+4
* cmTarget: Remove the project argument to FindTargetBen Boeckel2014-03-081-1/+1
* stringapi: Use strings for property namesBen Boeckel2014-03-081-2/+3
* cmMakefile: make some methods take const std::string& instead of const char*Rolf Eike Beer2014-01-161-2/+2
* Add the INTERFACE_LIBRARY target type.Stephen Kelly2013-10-071-0/+9
* Add the ALIAS target concept for libraries and executables.Stephen Kelly2013-08-021-0/+5
* Allow target commands to be invoked with no items (#14325).Stephen Kelly2013-07-311-3/+3
* Add a SYSTEM parameter to target_include_directories (#14180)Stephen Kelly2013-07-021-8/+20
* Extend the cmTargetPropCommandBase interface property handling.Stephen Kelly2013-07-021-14/+22
* Whitelist target types in target_{include_directories,compile_definitions}Stephen Kelly2013-02-081-0/+9
* Make subclasses responsible for joining content.Stephen Kelly2013-01-291-7/+6
* Don't allow targets args in the new target commands.Stephen Kelly2013-01-291-21/+1
* Merge topic 'disallow-IMPORTED-interface-porcelain'Brad King2013-01-231-2/+2
|\
| * Disallow porcelain to populate includes and defines of IMPORTED targets.Stephen Kelly2013-01-211-2/+2
* | Make sure generator expressions can be used with target_include_directories.Stephen Kelly2013-01-161-0/+12
|/
* Add the target_include_directories command.Stephen Kelly2013-01-101-0/+144