summaryrefslogtreecommitdiff
path: root/Source/cmGetTargetPropertyCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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