summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestBatchTestHandler.cxx
Commit message (Expand)AuthorAgeFilesLines
* Meta: modernize old-fashioned loops to range-based `for` (CTest).Pavel Solodovnikov2017-09-141-7/+5
* Simplify CMake per-source license noticesBrad King2016-09-271-12/+2
* CTest: fix include-what-you-use violationsDaniel Pfeifer2016-08-251-2/+6
* Prefer std::ostream& over derivatives as parametersDaniel Pfeifer2016-06-081-2/+2
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-35/+27
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-5/+0
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-1/+1
* Source: Stabilize include orderBrad King2016-04-291-0/+1
* Replace 'foo.size() > 0' pattern with !foo.empty().Stephen Kelly2015-01-181-1/+1
* Fix a few more places to use cmsys::[io]fstream instead of std::fstream.Clinton Stimpson2014-10-041-4/+4
* CTest: create one output file per memcheck (#14303)Rolf Eike Beer2013-08-071-1/+1
* Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-1/+1
* Add a ctest test to cover cmCTestBatchTestHandler. Since its behavior isn't ...Zach Mullen2009-10-261-4/+4
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* More SLURM experimentation (ctest batch mode)Zach Mullen2009-09-211-5/+17
* Fixed a slurm batch argument identifier.Zach Mullen2009-09-211-1/+1
* Need to quote args when generating batch scripts from ctestZach Mullen2009-09-211-2/+19
* Removed fork-and-continue option from ctest generated batch script entriesZach Mullen2009-09-141-1/+1
* Added some ctest batch capabilitiesZach Mullen2009-09-101-0/+119