summaryrefslogtreecommitdiff
path: root/Source/cmSetTargetPropertiesCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* set_*_properties: simplify and shorten implementationsTushar Maheshwari2020-05-121-49/+21
* Merge topic 'add-header-cmext-algorithm'Brad King2019-12-181-2/+3
|\
| * Refactoring: use append functions from cmext/algorithmMarc Chevrier2019-12-171-2/+3
* | cmTarget: add std::string overloadsVitaly Stakhovsky2019-12-141-1/+1
|/
* cmSetTargetPropertiesCommand: Port away from cmCommandRegina Pfeifer2019-09-211-22/+22
* Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-221-2/+3
* Use cmAppend to append ranges to std::vector instancesSebastian Holtermann2019-05-231-1/+2
* clang-tidy: remove else after break and continueDaniel Pfeifer2017-04-211-2/+1
* Include necessary headers in commandsDaniel Pfeifer2016-10-261-1/+6
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-46/+31
* Source: Stabilize include orderBrad King2016-04-291-0/+1
* Remove unused cmLocalGenerator include.Stephen Kelly2015-10-051-1/+0
* Fix warnings from clang scanbuild.Bill Hoffman2015-03-251-9/+1
* Replace while loop with member insert.Stephen Kelly2015-02-061-8/+1
* Take a size check outside of an inner loop.Stephen Kelly2015-02-061-5/+5
* Replace 'foo.size() == 0' pattern with foo.empty().Stephen Kelly2015-01-181-1/+1
* Remove some c_str() calls.Stephen Kelly2014-03-111-4/+4
* stringapi: Use strings in target nameBen Boeckel2014-03-081-1/+1
* cmMakefile: make some methods take const std::string& instead of const char*Rolf Eike Beer2014-01-161-1/+1
* Add the ALIAS target concept for libraries and executables.Stephen Kelly2013-08-021-0/+5
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-4/+4
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* ENH: Disallow link-type keywords in link interfaceBrad King2008-08-191-0/+1
* ENH: Updated exporting and importing of targets to support libraries and conf...Brad King2008-01-281-3/+1
* ENH: add return and break support to cmake, also change basic command invocat...Ken Martin2008-01-231-2/+2
* ENH: add the IMPORT keyword to ADD_EXECUTABLE(), which generates anAlexander Neundorf2007-05-221-1/+1
* BUG: fix for bug 4414, find targets in the global generator for set_target_pr...Bill Hoffman2007-02-071-8/+7
* ENH: make properties a bit more formal with documentation and chainingKen Martin2006-12-071-16/+30
* STYLE: fix line lengthKen Martin2006-05-121-3/+6
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-1/+1
* BUG: Report error when a target does not exist.Brad King2006-02-161-0/+1
* ENH: add target properties filesBill Hoffman2002-12-211-0/+99