summaryrefslogtreecommitdiffstats
path: root/Source/cmGetPropertyCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-111-6/+6
* strings: Remove redundant calls to std::string::c_str()Nils Gladitz2014-10-151-1/+1
* Add an "installed file" property scopeNils Gladitz2014-05-281-1/+36
* cmTarget: Evaluate CMP0026 and CMP0051 in calling contextBrad King2014-05-091-1/+2
* Remove some c_str() calls.Stephen Kelly2014-03-111-25/+25
* 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-3/+3
* get_property: Fix testing ALIASED_TARGET target property (#14670)Stephen Kelly2014-01-041-1/+1
* Add the ALIAS target concept for libraries and executables.Stephen Kelly2013-08-021-0/+12
* Split cmBootstrapCommands.cxx into two sourcesBrad King2013-06-141-0/+3
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* ENH: Teach set/get_property about CACHE propertiesBrad King2009-03-101-1/+26
* BUG: Fix get_property result for bad propertyBrad King2009-03-091-1/+8
* ENH: Improve test property speed with a mapBrad King2009-01-051-8/+2
* COMP: fix warningKen Martin2008-04-011-1/+0
* ENH: support unset of propertiesKen Martin2008-04-011-1/+20
* BUG: Add cmSourceFile::GetPropertyForUser to centralize the LOCATION property...Brad King2008-01-301-1/+2
* 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-1/+2
* ENH: Changed signature of GET_PROPERTY command to be more powerful and extend...Brad King2008-01-171-149/+280
* ENH: add ability to get documentaiton of a property from a scriptKen Martin2007-10-241-7/+54
* COMP: fix warningsKen Martin2007-06-251-0/+4
* ENH: added cmGetPropertyCommandKen Martin2007-06-251-0/+160