summaryrefslogtreecommitdiff
path: root/Source/cmTest.h
Commit message (Expand)AuthorAgeFilesLines
* clang-tidy: address `modernize-use-default-member-init` lintsBen Boeckel2022-05-241-1/+1
* Rename cmProp in cmValueMarc Chevrier2021-09-211-4/+4
* Enhancement: SetProperty accept cmProp or std::stringMarc Chevrier2021-08-251-0/+5
* Refactor: cmTest::GetProperty returns cmPropMarc Chevrier2021-08-091-1/+2
* Modernize: Use #pragma once in all header filesKitware Robot2020-09-031-4/+1
* AppendProperty: convert value param to std::stringVitaly Stakhovsky2020-01-251-1/+1
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-3/+3
* add_test: Add COMMAND_EXPAND_LISTS optionSergey Bobrenok2019-06-071-0/+5
* Fix invalid ///! doxygen comment line startsSebastian Holtermann2019-03-311-2/+2
* 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-171-2/+5
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-11/+7
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-1/+1
* Source: Stabilize include orderBrad King2016-04-291-0/+2
* cmCTest: Remove unimplemented method.Stephen Kelly2015-05-191-5/+0
* genex: remove the need for backtracesBen Boeckel2014-06-051-2/+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 test namesBen Boeckel2014-03-081-2/+2
* stringapi: Use strings for property namesBen Boeckel2014-03-081-4/+5
* Drop builtin property documentationBrad King2013-10-161-3/+0
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-1/+1
* 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
* Record backtrace for every add_test commandBrad King2009-08-111-6/+8
* ENH: Add NAME mode to ADD_TEST commandBrad King2009-03-161-0/+6
* ENH: Refactor storage of test command linesBrad King2009-03-161-7/+5
* ENH: Add AppendProperty methods for use by C++ code in CMake. Simplify imple...Brad King2008-01-171-0/+1
* ENH: make properties a bit more formal with documentation and chainingKen Martin2006-12-071-5/+15
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-8/+8
* ENH: Add a way for test to intentionally failAndy Cedilnik2005-09-061-0/+4
* ENH: Add set and get test propety commandAndy Cedilnik2005-07-311-3/+3
* ENH: Improve internal test handling by creating a test class. Command cmEnabl...Andy Cedilnik2005-04-241-0/+64