summaryrefslogtreecommitdiff
path: root/Source/cmPropertyMap.h
Commit message (Expand)AuthorAgeFilesLines
* Rename cmProp in cmValueMarc Chevrier2021-09-211-4/+4
* Enhancement: SetProperty accept cmProp or std::stringMarc Chevrier2021-08-251-0/+5
* Modernize: Use #pragma once in all header filesKitware Robot2020-09-031-4/+1
* Single location for cmProp typedefVitaly Stakhovsky2020-06-011-1/+1
* cmPropertyMap: Introduce cmProp as return type for GetProperty() functionsVitaly Stakhovsky2020-03-131-1/+3
* AppendProperty: convert value param to std::stringVitaly Stakhovsky2020-01-251-1/+1
* cmPropertyMap: Use std::unordered_map as container instead of std::mapSebastian Holtermann2019-06-081-2/+6
* cmPropertyMap: Add RemoveProperty methodSebastian Holtermann2019-06-081-0/+8
* cmPropertyMap: Use std::string as value container classSebastian Holtermann2019-06-081-3/+1
* cmPropertyMap: Make std::map container privateSebastian Holtermann2019-06-081-3/+8
* cmPropertyMap: Add GetList methodSebastian Holtermann2019-06-081-0/+4
* cmPropertyMap: Rename GetPropertyList method to GetKeysSebastian Holtermann2019-06-081-2/+5
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* fix a batch of include-what-you-use violationsDaniel Pfeifer2016-08-241-0/+6
* cmPropertyList: Add a way to retrieve all propertiesTobias Hunger2016-06-101-0/+2
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-6/+5
* cmPropertyMap: Remove chaining logic.Stephen Kelly2015-06-071-12/+1
* cmPropertyMap: Remove scope parameter from API where not used.Stephen Kelly2015-06-071-3/+2
* Remove extra semicolons from C++ code.Stephen Kelly2014-04-031-2/+2
* strings: Remove cmStdString referencesBen Boeckel2014-03-081-1/+1
* stringapi: Use strings for property namesBen Boeckel2014-03-081-4/+4
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-2/+2
* Fix #12342: Add APPEND_STRING option to set_property()Alex Neundorf2011-07-151-1/+1
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* ENH: Add AppendProperty methods for use by C++ code in CMake. Simplify imple...Brad King2008-01-171-0/+3
* ENH: getting some of the property changed chewcked into CVS at leastKen Martin2006-12-011-0/+45