summaryrefslogtreecommitdiffstats
path: root/Source/cmSetPropertyCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-111-10/+10
* 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/+58
* Remove some c_str() calls.Stephen Kelly2014-03-111-11/+11
* strings: Remove cmStdString referencesBen Boeckel2014-03-081-6/+6
* 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-2/+2
* Add the ALIAS target concept for libraries and executables.Stephen Kelly2013-08-021-0/+5
* set_property: Do not remove a property when APPENDing nothingBen Boeckel2013-07-241-2/+4
* Fix #12342: Add APPEND_STRING option to set_property()Alex Neundorf2011-07-151-6/+14
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* ENH: Define STRINGS cache entry propertyBrad King2009-03-121-1/+2
* ENH: Teach set/get_property about CACHE propertiesBrad King2009-03-101-1/+94
* ENH: Improve test property speed with a mapBrad King2009-01-051-9/+8
* ENH: Disallow link-type keywords in link interfaceBrad King2008-08-191-0/+3
* ENH: support unset of propertiesKen Martin2008-04-011-10/+38
* ENH: Cleanup building of OS X bundle contentBrad King2008-02-151-5/+0
* 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: Add AppendProperty methods for use by C++ code in CMake. Simplify imple...Brad King2008-01-171-61/+15
* COMP: Fix VS build.Brad King2008-01-171-1/+1
* ENH: Rename SET_PROPERITES command to SET_PROPERTY and give it a more powerfu...Brad King2008-01-171-0/+408