summaryrefslogtreecommitdiff
path: root/Source/cmPropertyMap.cxx
Commit message (Expand)AuthorAgeFilesLines
* Rename cmProp in cmValueMarc Chevrier2021-09-211-3/+3
* Enhancement: SetProperty accept cmProp or std::stringMarc Chevrier2021-08-251-0/+9
* cmProp: refactoring: transform alias in classMarc Chevrier2021-08-081-1/+1
* Code style: add missed explicit 'this->'Oleksandr Koval2021-01-051-11/+11
* cmPropertyMap: Introduce cmProp as return type for GetProperty() functionsVitaly Stakhovsky2020-03-131-6/+4
* AppendProperty: convert value param to std::stringVitaly Stakhovsky2020-01-251-3/+3
* clang-tidy: Replace typedef with usingRegina Pfeifer2019-09-041-1/+1
* cmPropertyMap: Use std::unordered_map as container instead of std::mapSebastian Holtermann2019-06-081-1/+8
* cmPropertyMap: Add RemoveProperty methodSebastian Holtermann2019-06-081-0/+5
* cmPropertyMap: Use std::string as value container classSebastian Holtermann2019-06-081-4/+10
* cmPropertyMap: Make std::map container privateSebastian Holtermann2019-06-081-25/+15
* cmPropertyMap: Add GetList methodSebastian Holtermann2019-06-081-0/+10
* cmPropertyMap: Rename GetPropertyList method to GetKeysSebastian Holtermann2019-06-081-11/+10
* Meta: modernize old-fashioned loops to range-based `for`.Pavel Solodovnikov2017-09-121-3/+2
* IWYU: Mark cmConfigure.h with pragma: keepDaniel Pfeifer2017-08-261-1/+0
* Use C++11 nullptrDaniel Pfeifer2017-08-241-1/+1
* 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-4/+2
* use CM_NULLPTRDaniel Pfeifer2016-06-281-1/+1
* cmPropertyList: Add a way to retrieve all propertiesTobias Hunger2016-06-101-0/+12
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-24/+16
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-1/+1
* Source: Stabilize include orderBrad King2016-04-291-0/+1
* cmPropertyMap: Remove chaining logic.Stephen Kelly2015-06-071-10/+1
* cmPropertyMap: Require a non-empty name parameter.Stephen Kelly2015-06-071-4/+3
* cmPropertyMap: Remove scope parameter from API where not used.Stephen Kelly2015-06-071-5/+2
* cmProperty: Remove needless Name member.Stephen Kelly2015-06-071-2/+2
* Move property definition to cmState.Stephen Kelly2015-04-131-1/+3
* stringapi: Use strings for property namesBen Boeckel2014-03-081-10/+6
* Drop CMAKE_STRICT modeBrad King2013-10-151-37/+0
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-5/+5
* Fix #12342: Add APPEND_STRING option to set_property()Alex Neundorf2011-07-151-2/+2
* 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/+26
* ENH: different way of testing propertiesKen Martin2007-11-061-62/+4
* ENH: added CMAKE_STRICT option for var and property checkingKen Martin2007-10-161-3/+0
* ENH: added the ability to document variables and cached_variablesKen Martin2007-06-251-0/+12
* ENH: add project to target map, not used yet, but createdBill Hoffman2007-03-131-3/+6
* ENH: change STRICT to CMAKE_STRICTKen Martin2007-01-041-3/+3
* COMP: oops really did not mean to check in that changeKen Martin2006-12-131-1/+1
* ENH: allow source file properties to chain to Directories and upKen Martin2006-12-131-1/+1
* COMP: fix warningKen Martin2006-12-071-0/+2
* ENH: make properties a bit more formal with documentation and chainingKen Martin2006-12-071-3/+9
* ENH: getting some of the property changed chewcked into CVS at leastKen Martin2006-12-011-0/+140