summaryrefslogtreecommitdiff
path: root/Source/cmSetTestsPropertiesCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* Refactor: Use new SetProperty signaturesMarc Chevrier2021-08-251-1/+1
* set_*_properties: simplify and shorten implementationsTushar Maheshwari2020-05-121-54/+21
* Refactoring: use append functions from cmext/algorithmMarc Chevrier2019-12-171-2/+3
* cmSetTestsPropertiesCommand: Port away from cmCommandRegina Pfeifer2019-09-121-14/+17
* Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-221-2/+2
* Use cmAppend to append ranges to std::vector instancesSebastian Holtermann2019-05-231-1/+2
* clang-tidy: remove else after break and continueDaniel Pfeifer2017-04-211-2/+1
* Include necessary headers in commandsDaniel Pfeifer2016-10-261-1/+5
* 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-45/+26
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-1/+1
* cmPropertyMap: Remove chaining logic.Stephen Kelly2015-06-071-2/+4
* Fix an unused variable warning from scanbuild.Bill Hoffman2015-03-261-10/+1
* Replace while loop with member insert.Stephen Kelly2015-02-061-8/+1
* Take a size check outside of an inner loop.Stephen Kelly2015-02-061-5/+5
* Replace 'foo.size() == 0' pattern with foo.empty().Stephen Kelly2015-01-181-1/+1
* Remove some c_str() calls.Stephen Kelly2014-03-111-3/+3
* stringapi: Use strings for test namesBen Boeckel2014-03-081-1/+1
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-6/+6
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* ENH: Improve test property speed with a mapBrad King2009-01-051-20/+7
* ENH: add return and break support to cmake, also change basic command invocat...Ken Martin2008-01-231-2/+2
* BUG: fix bad comparisonKen Martin2006-12-071-1/+1
* COMP: fix a warningKen Martin2006-12-071-1/+0
* ENH: implements SetProperties for TESTKen Martin2006-12-071-23/+46
* STYLE: fix line lengthKen Martin2006-05-121-3/+6
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-1/+1
* ENH: Add set and get test propety commandAndy Cedilnik2005-07-311-0/+110