summaryrefslogtreecommitdiff
path: root/Source/cmDefinePropertyCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* cmArgumentParser: Model maybe-empty and non-empty lists with wrapper typesBrad King2022-07-071-2/+3
* define_property(): Change constraints of INITIALIZE_FROM_VARIABLEKyle Edwards2022-03-231-4/+4
* define_property(): Only test prefix if INITIALIZE_FROM_VARIABLE is givenCraig Scott2022-03-191-13/+13
* define_property(): Add INITIALIZE_FROM_VARIABLE argumentKyle Edwards2022-01-201-1/+43
* define_property(): Make BRIEF_DOCS and FULL_DOCS optionalKyle Edwards2022-01-181-11/+1
* cmDefinePropertyCommand: Refactor to use cmArgumentParserKyle Edwards2022-01-181-32/+21
* cmPropertyDefinition: Construct directly in defined stateVitaly Stakhovsky2020-03-131-1/+1
* cmDefinePropertyCommand: Port away from cmCommandRegina Pfeifer2019-09-121-28/+23
* Add const-reference qualificationsPavel Solodovnikov2017-05-261-8/+10
* Include necessary headers in commandsDaniel Pfeifer2016-10-261-2/+6
* cmListFileCache: Remove cmState header includeStephen Kelly2016-10-191-0/+1
* cmState: Port dependents to new cmStateTypes headerStephen Kelly2016-10-191-1/+1
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* use empty method to check for emptynessDaniel Pfeifer2016-09-151-1/+1
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-69/+39
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-1/+1
* Source: Stabilize include orderBrad King2016-04-291-0/+1
* Move property definition to cmState.Stephen Kelly2015-04-131-1/+2
* Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-111-2/+2
* Remove some c_str() calls.Stephen Kelly2014-03-111-3/+3
* Drop builtin property documentationBrad King2013-10-161-1/+0
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* ENH: Simplify docs args for define_propertyBrad King2009-06-151-4/+2
* ENH: Updated DEFINE_PROPERTY command to be more extendible and more consisten...Brad King2008-02-141-13/+85
* ENH: add return and break support to cmake, also change basic command invocat...Ken Martin2008-01-231-2/+2
* ENH: added the ability to document variables and cached_variablesKen Martin2007-06-251-0/+8
* ENH: make properties a bit more formal with documentation and chainingKen Martin2006-12-071-0/+64