summaryrefslogtreecommitdiff
path: root/Source/cmTest.cxx
Commit message (Expand)AuthorAgeFilesLines
* clang-tidy: address `modernize-use-default-member-init` lintsBen Boeckel2022-05-241-2/+1
* Move helpers functions from cmStringAlgorithms.h to cmValue.hMarc Chevrier2021-09-211-1/+0
* Rename cmProp in cmValueMarc Chevrier2021-09-211-4/+5
* Enhancement: SetProperty accept cmProp or std::stringMarc Chevrier2021-08-251-0/+4
* Refactor: cmTest::GetProperty returns cmPropMarc Chevrier2021-08-091-3/+3
* cmMakefile::GetProperty: return cmPropVitaly Stakhovsky2020-04-011-1/+3
* cmPropertyMap: Introduce cmProp as return type for GetProperty() functionsVitaly Stakhovsky2020-03-131-2/+3
* AppendProperty: convert value param to std::stringVitaly Stakhovsky2020-01-251-1/+1
* Source sweep: Use cmIsOn instead of cmSystemTools::IsOnSebastian Holtermann2019-08-171-2/+2
* add_test: Add COMMAND_EXPAND_LISTS optionSergey Bobrenok2019-06-071-1/+12
* clang-tidy: Use `= default`Regina Pfeifer2019-01-251-3/+1
* Fix several include-what-you-use findingsDaniel Pfeifer2016-11-081-1/+0
* 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
* fix a batch of include-what-you-use violationsDaniel Pfeifer2016-08-171-3/+3
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-11/+9
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-9/+0
* 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-6/+8
* cmPropertyMap: Remove scope parameter from API where not used.Stephen Kelly2015-06-071-2/+2
* backtrace: Convert to local paths in IssueMessageBen Boeckel2014-06-051-1/+1
* genex: remove the need for backtracesBen Boeckel2014-06-051-4/+2
* cmMakefile: return a backtraceBen Boeckel2014-06-051-1/+1
* stringapi: Use strings for test namesBen Boeckel2014-03-081-5/+1
* stringapi: Use strings for property namesBen Boeckel2014-03-081-13/+5
* Drop builtin property documentationBrad King2013-10-161-111/+0
* Doc: fix example for FAIL_REGULAR_EXPRESSIONRolf Eike Beer2013-05-111-1/+1
* 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
* Add the WORKING_DIRECTORY property to testsRolf Eike Beer2010-12-161-0/+6
* Added RESOURCE_LOCK test property.Zach Mullen2010-03-021-0/+6
* Move documentation for new set_tests_properties properties.Zach Mullen2009-12-171-0/+45
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* Record backtrace for every add_test commandBrad King2009-08-111-9/+12
* ENH: change to CDASHKen Martin2009-08-041-3/+3
* BUG: Fix documentation deficiency noted in issue #7885. Thanks to Philip Lowm...David Cole2009-04-031-4/+18
* ENH: Add NAME mode to ADD_TEST commandBrad King2009-03-161-0/+1
* ENH: Refactor storage of test command linesBrad King2009-03-161-11/+1
* ENH: Teach CTest to submit test property LABELSBrad King2009-01-071-0/+5
* ENH: support unset of propertiesKen Martin2008-04-011-4/+0
* ENH: Add AppendProperty methods for use by C++ code in CMake. Simplify imple...Brad King2008-01-171-0/+10
* STYLE: Spelling fixes on documentationAmitha Perera2008-01-091-4/+4
* ENH: added per test timeout supportKen Martin2007-01-251-0/+9
* BUG: fix missing return valueKen Martin2006-12-071-0/+1
* ENH: make properties a bit more formal with documentation and chainingKen Martin2006-12-071-13/+50
* ENH: make sure command is unix style as it may have been sent into cmake as a...Bill Hoffman2006-04-251-0/+1
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-8/+8
* ENH: Add set and get test propety commandAndy Cedilnik2005-07-311-0/+35