summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestConfigureCommand.cxx
Commit message (Expand)AuthorAgeFilesLines
* Meta: modernize old-fashioned loops to range-based `for` (CTest).Pavel Solodovnikov2017-09-141-5/+1
* Use C++11 nullptrDaniel Pfeifer2017-08-241-9/+8
* Add CTEST_LABELS_FOR_SUBPROJECTS as a CTest module and script variableBetsy McPhail2017-07-101-0/+6
* ctest_configure: Propagate CTEST_USE_LAUNCHERS from caller to projectBill Hoffman2016-10-171-0/+4
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* CTest: fix include-what-you-use violationsDaniel Pfeifer2016-08-251-0/+7
* use CM_NULLPTRDaniel Pfeifer2016-06-281-8/+9
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-60/+45
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-1/+1
* ctest_configure: Add QUIET optionZack Galbreath2015-02-231-2/+3
* Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-111-1/+1
* CTest: Use -A option to pass generator platform selectionBrad King2014-09-151-1/+1
* CTest: Add options to set generator platformBrad King2014-09-051-0/+9
* Remove some c_str() calls.Stephen Kelly2014-03-111-1/+1
* Refactor internal resource location APIs and initializationBrad King2013-11-121-1/+1
* CTest: Simplify ctest_* command source/build dir lookupBrad King2013-04-121-26/+0
* CTest: Add options to set generator toolsetBrad King2013-02-071-0/+9
* CTest: Fix crash when variables are not definedDavid Cole2011-10-141-2/+2
* Fix for fix for issue #2336 - do not specify CMAKE_BUILD_TYPE when the ctest ...David Cole2010-02-101-1/+2
* Fix for issue #5041 - improve error messages that may occur during ctest_buil...David Cole2009-12-291-0/+10
* Fix issue #2336 - honor the -C arg to ctest. Honor it for all stages of runni...David Cole2009-12-041-3/+32
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* ENH: Add OPTIONS argument to the ctest_configure command so that you can pass...David Cole2008-12-301-4/+33
* BUG: Try to fix the problem of bad test namesAndy Cedilnik2006-07-111-4/+8
* COMP: Return 0 instead of falseAndy Cedilnik2006-03-291-4/+4
* ENH: Several cleanups and make sure things get propagated where they should. ...Andy Cedilnik2006-03-291-89/+28
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-5/+5
* STYLE: Fix some style issuesAndy Cedilnik2006-03-101-6/+7
* STYLE: Fix some style issuesAndy Cedilnik2006-03-091-14/+27
* ENH: Several improvements with the way things are handled. Also, support mult...Andy Cedilnik2005-06-231-1/+1
* ENH: Add default configure rules for CMake projects and add default rules for...Andy Cedilnik2005-05-051-3/+62
* ENH: Improve syntaxAndy Cedilnik2005-05-041-10/+52
* ENH: CleanupsAndy Cedilnik2005-05-031-2/+2
* ENH: More commands. Start working on new style ctest configurationAndy Cedilnik2005-05-021-0/+50