summaryrefslogtreecommitdiff
path: root/Source/CTest/cmCTestVC.cxx
Commit message (Expand)AuthorAgeFilesLines
* clang-tidy: Use `= default`Regina Pfeifer2019-01-251-3/+1
* clang-tidy: Fix readability-static-accessed-through-instanceRegina Pfeifer2018-11-221-2/+2
* Remove unnecessary c_str() callsVitaly Stakhovsky2018-09-051-1/+1
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-011-2/+2
* Reduce raw string pointers usage.Pavel Solodovnikov2018-01-311-1/+1
* Improve several occurrences of vector::push_back in loopsMatthias Maennich2017-09-281-0/+1
* Meta: modernize old-fashioned loops to range-based `for` (CTest).Pavel Solodovnikov2017-09-141-3/+2
* Use C++11 nullptrDaniel Pfeifer2017-08-241-2/+2
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* ctest_update: Refactor internal APIs to support more failure casesBrad King2017-02-161-5/+7
* Add Encoding option for RunChild, RunMakeCommand and RunProcessDāvis Mosāns2016-11-151-4/+5
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* CTest: fix include-what-you-use violationsDaniel Pfeifer2016-08-251-0/+4
* Make sure unnused parameters are /*named*/Daniel Pfeifer2016-08-171-1/+1
* use CM_NULLPTRDaniel Pfeifer2016-06-281-1/+1
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-40/+29
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-18/+0
* cmCTestUpdateHandler: Port to cmXMLWriterDaniel Pfeifer2015-05-261-20/+18
* Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-111-1/+1
* ctest_update: Add CTEST_UPDATE_VERSION_ONLY option to only note the versionBill Hoffman2014-08-181-4/+11
* strings: Remove cmStdString referencesBen Boeckel2014-03-081-2/+2
* CTest git update should pass the committer as well as the authorZach Mullen2010-12-201-0/+5
* CTest: Submit author email in Update.xmlBrad King2010-05-071-0/+1
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* ENH: Refactor initial checkout into cmCTestVCBrad King2009-02-261-0/+42
* ENH: Rewrite CTest Update implementationBrad King2009-02-251-0/+82
* COMP: Fix cmCTestVC char[]->string Borland warningBrad King2009-02-251-1/+1
* ENH: Factor out VCS work tree revision checksBrad King2009-02-241-0/+12
* ENH: Factor out nightly start time computationBrad King2009-02-241-0/+18
* ENH: Factor out svn work tree cleanupBrad King2009-02-241-0/+14
* ENH: Create cmCTestVC::RunChild and parse helpersBrad King2009-02-241-0/+31
* ENH: Create cmCTestVC for VCS interactionBrad King2009-02-241-0/+41