summaryrefslogtreecommitdiff
path: root/Source/cmTestGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* TestGenerator: Add CROSSCOMPILING_EMULATOR support.Matt McCormick2015-04-081-1/+20
* genex: remove the need for backtracesBen Boeckel2014-06-051-1/+1
* Remove some c_str() calls.Stephen Kelly2014-03-111-1/+1
* stringapi: Pass configuration names as stringsBen Boeckel2014-03-081-1/+1
* cmMakefile: make some methods take const std::string& instead of const char*Rolf Eike Beer2014-01-161-1/+1
* Merge branch 'test-property-genex' into generate-modern-styleBrad King2013-09-201-22/+34
|\
| * cmTestGenerator: Evaluate generator expressions in test propertiesBen Boeckel2013-09-201-1/+2
| * cmTestGenerator: Separate test properties for each configurationBrad King2013-09-201-22/+33
* | Generate modern-style cmake code.Stephen Kelly2013-08-221-4/+4
|/
* Use cmsys::auto_ptr to manage cmCompiledGeneratorExpressionsStephen Kelly2012-12-201-2/+2
* cmGeneratorExpression: Port users to two-stage processingStephen Kelly2012-09-181-4/+4
* CTest: Report tests not run due to unknown configurationBrad King2011-06-101-0/+16
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* Introduce "generator expressions" to add_test()Brad King2009-08-111-2/+7
* Cleanup test property script code generationBrad King2009-08-101-30/+4
* ENH: Add NAME mode to ADD_TEST commandBrad King2009-03-161-2/+66
* ENH: Refactor storage of test command linesBrad King2009-03-161-5/+9
* ENH: Refactor generation of CTestTestfile contentBrad King2009-03-161-0/+126