summaryrefslogtreecommitdiff
path: root/Source/cmSetPropertyCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary c_str() callsVitaly Stakhovsky2018-09-051-2/+2
* Reduce raw string pointers usage.Pavel Solodovnikov2018-01-311-1/+1
* Meta: modernize old-fashioned loops to range-based `for`.Pavel Solodovnikov2017-09-121-21/+16
* Use C++11 nullptrDaniel Pfeifer2017-08-241-5/+5
* Add const-reference qualificationsPavel Solodovnikov2017-05-261-6/+6
* Remove redundant c_str() callsDaniel Pfeifer2016-10-301-1/+1
* Include necessary headers in commandsDaniel Pfeifer2016-10-261-3/+10
* Separate compilation for commands included in cmBootstrapCommands2Daniel Pfeifer2016-10-211-0/+4
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* use CM_NULLPTRDaniel Pfeifer2016-06-281-5/+5
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-241/+150
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-14/+0
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-1/+1
* Source: Stabilize include orderBrad King2016-04-291-0/+1
* cmGlobalGenerator: Port Find API to cmMakefile.Stephen Kelly2015-08-071-8/+2
* Port to cmMakefile::GetGlobalGenerator.Stephen Kelly2015-05-031-2/+1
* cmMakefile: Rename GetCurrent{,Source}Directory.Stephen Kelly2015-04-211-1/+1
* cmState: Move CacheEntryType enum from cmCacheManager.Stephen Kelly2015-04-131-2/+1
* Port to cmState.Stephen Kelly2015-04-131-7/+6
* cmCacheManager: Port consumers to non-iterator API.Stephen Kelly2015-04-081-8/+11
* Revert topic 'refactor-cache-api'Brad King2015-04-071-11/+8
* cmCacheManager: Port consumers to non-iterator API.Stephen Kelly2015-04-061-8/+11
* 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