summaryrefslogtreecommitdiff
path: root/Source/cmTargetIncludeDirectoriesCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* cmTargetPropCommandBase::HandleArguments: flags must be OR'ableCraig Scott2022-12-031-3/+2
* target_*: Fix cross-directory call backtracesBrad King2022-08-221-1/+2
* clang-tidy: address `google-readability-casting` lintsBen Boeckel2022-05-241-1/+1
* Refactor: Convert parallel string/backtrace vectors to BT vectorsKyle Edwards2021-09-031-1/+1
* Code style: add missed explicit 'this->'Oleksandr Koval2021-01-051-2/+2
* target_include_directories: Support AFTER optionAsit Dhal2020-12-191-0/+1
* cmTarget: add std::string overloadsVitaly Stakhovsky2019-12-141-2/+1
* cmTarget*: Port away from cmCommandRegina Pfeifer2019-09-261-18/+39
* Refactor: Use cmStrCat to construct error stringsAsit Dhal2019-09-181-5/+4
* clang-tidy: Enable performance-inefficient-string-concatenationSebastian Holtermann2019-08-051-2/+3
* Factor out enum MessageType into dedicated headerBruno Manganelli2019-01-161-2/+2
* cmMakefile: return directories as const std::string&Vitaly Stakhovsky2018-08-271-4/+2
* Reduce raw string pointers usage.Pavel Solodovnikov2018-01-311-2/+2
* Teach target_* commands to set INTERFACE properties of IMPORTED targetsDeniz Bahadir2017-10-261-12/+2
* Meta: modernize old-fashioned loops to range-based `for`.Pavel Solodovnikov2017-09-121-12/+10
* Separate compilation for commands included in cmCommandsDaniel Pfeifer2016-10-211-0/+10
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-47/+37
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-6/+0
* target_include_directories: Support relative SYSTEM include dirs (#15464)Gregor Jasny2015-08-111-2/+18
* cmMakefile: Split accessors for include directories and origins.Stephen Kelly2015-07-221-2/+1
* cmMakefile: Port users of GetStart* methods to new names.Stephen Kelly2015-04-211-1/+2
* Merge topic 'join-algorithm'Brad King2015-01-121-9/+1
|\
| * Use the cmJoin algorithm where possible.Stephen Kelly2015-01-081-9/+1
* | Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-111-2/+2
|/
* cmMakefile: return a backtraceBen Boeckel2014-06-051-2/+1
* cmTargetPropCommandBase: Change the interface to return bool.Stephen Kelly2014-04-071-1/+2
* include_directory: Add missing include.Stephen Kelly2014-02-171-0/+2
* target_include_directories: Allow relative path with genexStephen Kelly2013-11-261-1/+1
* Add the INTERFACE_SYSTEM_INCLUDE_DIRECTORIES target property.Stephen Kelly2013-07-161-3/+14
* Add a SYSTEM parameter to target_include_directories (#14180)Stephen Kelly2013-07-021-2/+21
* Rename the IncludeDirectoriesEntry to be more generic.Stephen Kelly2013-02-121-3/+1
* Deduplicate the isGeneratorExpression method.Stephen Kelly2013-02-071-9/+1
* Make subclasses responsible for joining content.Stephen Kelly2013-01-291-2/+34
* Don't allow targets args in the new target commands.Stephen Kelly2013-01-291-20/+0
* Disallow porcelain to populate includes and defines of IMPORTED targets.Stephen Kelly2013-01-211-5/+3
* Add the target_include_directories command.Stephen Kelly2013-01-101-0/+74