summaryrefslogtreecommitdiff
path: root/Source/cmGetTargetPropertyCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* Remove filtering of allowed INTERFACE library propertiesBrad King2020-08-031-7/+3
* add_library/add_executable: allow local alias to imported targetsMarc Chevrier2020-06-021-2/+10
* Single location for cmProp typedefVitaly Stakhovsky2020-06-011-0/+1
* cmTarget::GetProperty: return cmPropVitaly Stakhovsky2020-03-301-2/+2
* cmGetTargetPropertyCommand: Port away from cmCommandRegina Pfeifer2019-09-121-13/+13
* cmMakefile: Let AddDefinition accept a value as cm::string_viewSebastian Holtermann2019-07-241-2/+2
* Factor out enum MessageType into dedicated headerBruno Manganelli2019-01-161-4/+4
* Use C++11 nullptrDaniel Pfeifer2017-08-241-1/+1
* Add const-reference qualificationsPavel Solodovnikov2017-05-261-2/+2
* Include necessary headers in commandsDaniel Pfeifer2016-10-261-0/+10
* fix more issues reported by clang-tidyDaniel Pfeifer2016-10-201-1/+1
* cmTarget: Move sanity checks and computed property access to callersStephen Kelly2016-10-161-1/+12
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* Validate target name in ALIASED_TARGET property getterGregor Jasny2016-06-261-14/+10
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-37/+21
* cmPropertyMap: Require a non-empty name parameter.Stephen Kelly2015-06-071-1/+5
* Port to static cmPolicies API.Stephen Kelly2015-05-041-2/+1
* Merge topic 'drop-ancient-workarounds'Brad King2015-01-121-1/+1
|\
| * Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-111-1/+1
* | get_target_property: discern empty from undefined properties (#15333)Stephen Kelly2015-01-111-1/+4
|/
* cmTarget: Evaluate CMP0026 and CMP0051 in calling contextBrad King2014-05-091-1/+1
* Remove some c_str() calls.Stephen Kelly2014-03-111-5/+5
* stringapi: Use strings for property namesBen Boeckel2014-03-081-4/+8
* cmMakefile: make some methods take const std::string& instead of const char*Rolf Eike Beer2014-01-161-1/+1
* get_target_property: Error on non-existent target.Stephen Kelly2014-01-081-1/+30
* Add the ALIAS target concept for libraries and executables.Stephen Kelly2013-08-021-6/+19
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* 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: if get_target_property() doesn't find a target with the given name, itAlexander Neundorf2007-05-311-3/+3
* ENH: add the IMPORT keyword to ADD_EXECUTABLE(), which generates anAlexander Neundorf2007-05-221-1/+1
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-3/+3
* ENH: modified GET_TARGET_PROPERTIES to work with all targetsKen Martin2005-06-201-46/+8
* ENH: Added cmTarget::GetBaseName and cmTarget::GetFullName methods and remove...Brad King2005-04-221-2/+1
* ENH: remove warningsBill Hoffman2004-04-291-2/+1
* ENH: Add LOCATION to GET_TARGET_PROPERTY. Closes Bug #34 - Add to GET_TARGET_...Andy Cedilnik2004-04-271-3/+44
* minor bug fixKen Martin2003-05-291-1/+1
* ENH: add target properties filesBill Hoffman2002-12-211-0/+45