summaryrefslogtreecommitdiff
path: root/Source/cmTestGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* CMake code rely on cmList class for CMake lists management (part. 1)Marc Chevrier2023-04-241-11/+11
* cmGeneratorExpression: Require cmake instanceKyle Edwards2022-11-111-1/+2
* Rename cmProp in cmValueMarc Chevrier2021-09-211-2/+2
* Code style: add missed explicit 'this->'Oleksandr Koval2021-01-051-1/+1
* add_test: Allow special characters in test name (w/ policy CMP0110)Deniz Bahadir2020-08-121-9/+112
* Merge topic 'revert-add_test-special-chars'Brad King2020-07-281-7/+7
|\
| * add_test: Revert "Allow special characters in test name"Brad King2020-07-281-7/+7
* | cmNonempty: Convenience inlines to check for non-empty stringVitaly Stakhovsky2020-07-141-1/+1
|/
* Single location for cmProp typedefVitaly Stakhovsky2020-06-011-0/+1
* add_test: Allow special characters in test nameDeniz Bahadir2020-05-171-7/+7
* cmGeneratorTarget::GetProperty: return cmPropVitaly Stakhovsky2020-04-291-3/+3
* Refactor: Avoid `std::endl` where it's not necessary (part 2)Alex Turbov2020-03-241-5/+5
* Source sweep: Replace cmExpandList with the shorter cmExpandedListSebastian Holtermann2019-08-231-2/+1
* Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgumentSebastian Holtermann2019-08-141-2/+3
* IWYU: Fix handling of <memory> standard headerBrad King2019-07-101-0/+2
* Merge topic 'add-test-command-expand-lists'Brad King2019-06-121-8/+29
|\
| * add_test: Add COMMAND_EXPAND_LISTS optionSergey Bobrenok2019-06-071-8/+29
* | cmPropertyMap: Use std::string as value container classSebastian Holtermann2019-06-081-1/+0
* | cmPropertyMap: Add GetList methodSebastian Holtermann2019-06-081-6/+4
|/
* cmRange: Move to dedicated header fileRegina Pfeifer2019-02-211-1/+1
* Modernize: Use ranged for-loops when possibleArtur Ryt2019-02-071-10/+7
* clang-tidy: Use `= default`Regina Pfeifer2019-01-251-3/+1
* CROSSCOMPILING_EMULATOR: Fix test generation for empty valueKyle Edwards2019-01-211-1/+1
* IWYU: Update CMake code for IWYU built with Clang 6Brad King2019-01-151-2/+1
* TestGenerator: Record support file and line where test was addedJustin Goshi2019-01-081-17/+42
* cmCompiledGeneratorExpression::Evaluate(): return const std::string&Vitaly Stakhovsky2018-08-091-1/+1
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-011-2/+3
* server: ctestInfo fix to return all testsJustin Goshi2017-11-171-0/+10
* Meta: modernize old-fashioned loops to range-based `for`.Pavel Solodovnikov2017-09-121-11/+9
* Use C++11 nullptrDaniel Pfeifer2017-08-241-2/+2
* cmScriptGenerator: pass Indent by valueDaniel Pfeifer2017-04-221-9/+5
* Fix several include-what-you-use findingsDaniel Pfeifer2016-11-081-5/+4
* cmState: Port dependents to new cmStateTypes headerStephen Kelly2016-10-191-1/+1
* cmState: Move TargetType enum to separate namespaceStephen Kelly2016-10-191-1/+1
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* fix a load of include-what-you-use violationsDaniel Pfeifer2016-09-031-0/+1
* fix a batch of include-what-you-use violationsDaniel Pfeifer2016-08-171-0/+8
* use CM_NULLPTRDaniel Pfeifer2016-06-281-2/+2
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-70/+45
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-8/+0
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-1/+1
* Remove some obsolete declarationsStephen Kelly2015-10-271-2/+0
* cmState: Move TargetType enum from cmTarget.Stephen Kelly2015-10-151-1/+1
* cmLocalGenerator: Store cmGeneratorTargets.Stephen Kelly2015-10-141-1/+1
* cmGeneratorExpression: Port to cmLocalGenerator.Stephen Kelly2015-10-121-3/+3
* cmTestGenerator: Require cmLocalGenerator, not cmMakefile.Stephen Kelly2015-08-231-5/+14
* Move GetFullPath to cmGeneratorTargetStephen Kelly2015-07-271-1/+1
* Genex: Store a backtrace, not a pointer to one.Stephen Kelly2015-07-171-1/+1
* Port static calls from cmLocalGenerator to cmOutputConverter.Stephen Kelly2015-06-061-7/+7
* Don't use a cmLocalGenerator instance to call static methods.Stephen Kelly2015-05-141-9/+7