summaryrefslogtreecommitdiff
path: root/Source/cmGetTestPropertyCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* Rename cmProp in cmValueMarc Chevrier2021-09-211-2/+2
* Refactor: cmTest::GetProperty returns cmPropMarc Chevrier2021-08-091-2/+3
* cmGetTestPropertyCommand: Port away from cmCommandRegina Pfeifer2019-09-121-9/+8
* Use C++11 nullptrDaniel Pfeifer2017-08-241-1/+1
* Add const-reference qualificationsPavel Solodovnikov2017-05-261-2/+2
* Include necessary headers in commandsDaniel Pfeifer2016-10-261-1/+3
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* use CM_NULLPTRDaniel Pfeifer2016-06-281-1/+1
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-16/+11
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-1/+1
* cmPropertyMap: Require a non-empty name parameter.Stephen Kelly2015-06-071-1/+5
* Remove some c_str() calls.Stephen Kelly2014-03-111-4/+4
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* ENH: add return and break support to cmake, also change basic command invocat...Ken Martin2008-01-231-2/+2
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-3/+3
* BUG: Fix which argument is which, also, fix the test to be less agressiveAndy Cedilnik2005-09-181-2/+2
* ENH: Add set and get test propety commandAndy Cedilnik2005-07-311-0/+47