summaryrefslogtreecommitdiff
path: root/Source/cmTargetPropCommandBase.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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