summaryrefslogtreecommitdiff
path: root/Source/cmTargetCompileDefinitionsCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* target_*: Fix cross-directory call backtracesBrad King2022-08-221-1/+3
* cmTarget: add std::string overloadsVitaly Stakhovsky2019-12-141-1/+1
* cmTarget*: Port away from cmCommandRegina Pfeifer2019-09-261-30/+40
* Refactor: Use cmStrCat to construct error stringsAsit Dhal2019-09-181-7/+4
* cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.hSebastian Holtermann2019-07-291-1/+1
* Factor out enum MessageType into dedicated headerBruno Manganelli2019-01-161-2/+2
* Reduce raw string pointers usage.Pavel Solodovnikov2018-01-311-1/+1
* Teach target_* commands to set INTERFACE properties of IMPORTED targetsDeniz Bahadir2017-10-261-10/+1
* Meta: modernize old-fashioned loops to range-based `for`.Pavel Solodovnikov2017-09-121-5/+4
* Separate compilation for commands included in cmCommandsDaniel Pfeifer2016-10-211-0/+7
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-24/+20
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-2/+0
* Include cmAlgorithms where it is used.Stephen Kelly2015-03-111-0/+2
* Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-111-2/+2
* cmTargetPropCommandBase: Change the interface to return bool.Stephen Kelly2014-04-071-1/+2
* Use new cmHasLiteralPrefix functionStephen Kelly2013-11-211-1/+1
* Add a SYSTEM parameter to target_include_directories (#14180)Stephen Kelly2013-07-021-1/+1
* Rename the IncludeDirectoriesEntry to be more generic.Stephen Kelly2013-02-121-2/+0
* Make subclasses responsible for joining content.Stephen Kelly2013-01-291-2/+25
* Don't allow targets args in the new target commands.Stephen Kelly2013-01-291-10/+0
* Disallow porcelain to populate includes and defines of IMPORTED targets.Stephen Kelly2013-01-211-5/+3
* Add the target_compile_definitions command.Stephen Kelly2013-01-101-0/+57