summaryrefslogtreecommitdiff
path: root/Source/cmTargetPropCommandBase.h
Commit message (Expand)AuthorAgeFilesLines
* cmTargetPropCommandBase::HandleArguments: flags must be OR'ableCraig Scott2022-12-031-2/+1
* cmTargetPropCommandBase: Restore ArgumentFlags enum value bool logicCraig Scott2022-11-271-2/+2
* target_sources(): Add FILE_SET modeKyle Edwards2021-10-271-3/+3
* target_include_directories: Support AFTER optionAsit Dhal2020-12-191-2/+3
* Modernize: Use #pragma once in all header filesKitware Robot2020-09-031-4/+1
* cmTarget*: Port away from cmCommandRegina Pfeifer2019-09-261-3/+11
* Precompile Headers: Add REUSE_FROM signatureCristian Adam2019-09-171-3/+4
* Add in-class initialization of some membersjrp20142018-04-051-1/+1
* Teach target_* commands to set INTERFACE properties of IMPORTED targetsDeniz Bahadir2017-10-261-1/+0
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* Fix several include-what-you-use findingsDaniel Pfeifer2016-11-081-0/+5
* Make cmCommand not inherit from cmObjectDaniel Pfeifer2016-10-231-2/+0
* Simplify CMake per-source license noticesBrad King2016-09-271-12/+2
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-14/+16
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-1/+0
* cmTargetPropCommandBase: Change the interface to return bool.Stephen Kelly2014-04-071-2/+2
* stringapi: Use strings for property namesBen Boeckel2014-03-081-1/+2
* Drop builtin command documentationBrad King2013-10-161-1/+0
* Add a SYSTEM parameter to target_include_directories (#14180)Stephen Kelly2013-07-021-5/+7
* Extend the cmTargetPropCommandBase interface property handling.Stephen Kelly2013-07-021-0/+3
* Fix use of cmTypeMacro in new command classesBrad King2013-01-311-0/+1
* Make subclasses responsible for joining content.Stephen Kelly2013-01-291-5/+5
* Don't allow targets args in the new target commands.Stephen Kelly2013-01-291-5/+0
* Make the Property name protected so that subclasses can use it.Stephen Kelly2013-01-291-1/+3
* Disallow porcelain to populate includes and defines of IMPORTED targets.Stephen Kelly2013-01-211-2/+1
* Document the use of generator expressions in new commands.Stephen Kelly2013-01-131-0/+1
* Add the target_include_directories command.Stephen Kelly2013-01-101-0/+57