summaryrefslogtreecommitdiff
path: root/Source/cmTargetSourcesCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* cmTarget: add std::string overloadsVitaly Stakhovsky2019-12-141-2/+1
* cmTarget*: Port away from cmCommandRegina Pfeifer2019-09-261-33/+48
* Refactor: Use cmStrCat to construct error stringsAsit Dhal2019-09-181-5/+4
* Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-221-3/+2
* cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.hSebastian Holtermann2019-07-291-1/+1
* Factor out enum MessageType into dedicated headerBruno Manganelli2019-01-161-4/+4
* Merge topic 'mk-directory'Brad King2018-08-281-3/+2
|\
| * cmMakefile: return directories as const std::string&Vitaly Stakhovsky2018-08-271-3/+2
* | Maint: misc. typosluz.paz2018-08-241-1/+1
|/
* target_sources: Interpret relative paths as relative to the calling directoryPatrick Stotko2018-06-181-1/+86
* Teach target_* commands to set INTERFACE properties of IMPORTED targetsDeniz Bahadir2017-10-261-8/+1
* Fix several include-what-you-use findingsDaniel Pfeifer2016-11-081-1/+0
* Separate compilation for commands included in cmCommandsDaniel Pfeifer2016-10-211-1/+9
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-14/+11
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-5/+0
* 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
|/
* cmTargetPropCommandBase: Change the interface to return bool.Stephen Kelly2014-04-071-1/+2
* target_sources: New command to add sources to target.Stephen Kelly2014-04-021-0/+64