summaryrefslogtreecommitdiff
path: root/Source/cmGetPropertyCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* cmGlobalGenerator: Port Find API to cmMakefile.Stephen Kelly2015-08-071-7/+2
* cmMakefile: Move CMP0059 handling to command code.Stephen Kelly2015-06-081-0/+16
* Constify property definition API.Stephen Kelly2015-06-071-4/+2
* Port to cmMakefile::GetGlobalGenerator.Stephen Kelly2015-05-031-2/+1
* cmMakefile: Rename GetCurrent{,Source}Directory.Stephen Kelly2015-04-211-1/+1
* Port Global property interaction to cmState.Stephen Kelly2015-04-151-1/+2
* Move property definition to cmState.Stephen Kelly2015-04-131-3/+3
* Port to cmState.Stephen Kelly2015-04-131-2/+3
* cmCacheManager: Port consumers to non-iterator API.Stephen Kelly2015-04-081-4/+3
* Revert topic 'refactor-cache-api'Brad King2015-04-071-3/+4
* cmCacheManager: Port consumers to non-iterator API.Stephen Kelly2015-04-061-4/+3
* 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