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