summaryrefslogtreecommitdiffstats
path: root/Source/cmCTest.cxx
Commit message (Expand)AuthorAgeFilesLines
* cmake: Use a default CA path when not using system curlBrad King2015-01-231-1/+2
* Replace foo.size() pattern with !foo.empty().Stephen Kelly2015-01-181-3/+3
* Replace 'foo.size() == 0' pattern with foo.empty().Stephen Kelly2015-01-181-4/+4
* Replace 'foo.size() > 0' pattern with !foo.empty().Stephen Kelly2015-01-181-5/+5
* Use the cmDeleteAll algorithm instead of trivial raw loops.Stephen Kelly2015-01-131-7/+1
* Merge topic 'add-xz-support'Brad King2015-01-121-1/+2
|\
| * cmSystemTools: use an enumeration for compression formatsBen Boeckel2015-01-121-1/+1
| * cmake -E tar: add support for .xz files with 'J'Ben Boeckel2015-01-091-1/+2
* | Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-111-3/+3
* | Merge topic 'base64-casts'Brad King2015-01-081-7/+6
|\ \ | |/ |/|
| * cmCTest: Use size_t for cmsysBase64_Encode return valueBrad King2014-12-261-3/+3
| * CTest: Fix integer overflow when uploading huge filesRolf Eike Beer2014-12-261-4/+3
* | CTest: Expand a string directly into a container.Stephen Kelly2014-12-181-5/+3
|/
* Remove some unneeded c_str calls.Stephen Kelly2014-11-231-2/+2
* strings: Remove redundant calls to std::string::c_str()Nils Gladitz2014-10-151-12/+12
* CTest: Allow / to be in the build name, and be consistent with the build nameBill Hoffman2014-08-181-5/+9
* Change output to be a reference and not a pointer.Bill Hoffman2014-08-041-27/+21
* Remove default labels from fully covered switch statements.Stephen Kelly2014-04-031-2/+0
* Remove c_str calls when using stream APIs.Stephen Kelly2014-03-111-24/+24
* Remove some c_str() calls.Stephen Kelly2014-03-111-6/+6
* strings: Remove cmStdString referencesBen Boeckel2014-03-081-11/+11
* stringapi: Use strings for test namesBen Boeckel2014-03-081-3/+2
* stringapi: Use strings for variable namesBen Boeckel2014-03-081-12/+5
* Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream.Clinton Stimpson2014-01-071-7/+8
* Use new cmHasLiteralPrefix functionStephen Kelly2013-11-211-2/+2
* Refactor internal resource location APIs and initializationBrad King2013-11-121-25/+2
* Haiku: Include files cleanup in cmCTestAdrien Destugues2013-10-081-5/+1
* ctest: Add --rerun-failed optionZack Galbreath2013-10-081-0/+6
* Remove some uses of obsolete 'register' storage specifierSean McBride2013-06-281-1/+1
* CTest: Read CTEST_PARALLEL_LEVEL from environmentStephen Kelly2013-05-211-0/+11
* Fix spelling and typos (affecting binary data / module messages)Andreas Mohr2013-05-071-1/+1
* Haiku no longer defines __BEOS__Rolf Eike Beer2013-01-071-1/+1
* Merge topic 'ctest-SUBMIT_INDEX-cdash'Brad King2012-11-061-0/+3
|\
| * CTest: Allow SUBMIT_INDEX with CDashBrad King2012-11-011-0/+3
* | Remove trailing whitespace from most CMake and C/C++ codeKitware Robot2012-08-131-39/+39
* | CTest: Allow -Dvar=value with no space between the D and the varDavid Cole2012-06-241-0/+11
* | CTest: Extend -D command line arg handling for variable definitionsDavid Cole2012-06-241-2/+21
* | CTest: Rename local variable for clarityDavid Cole2012-06-241-6/+5
* | CTest: Refactor error output into ErrorMessageUnknownDashDValueDavid Cole2012-06-241-24/+23
|/
* CTest: Simplify environment save/restoreBrad King2012-04-241-15/+8
* CTest: Do not get CDash version without drop site (#12618)Valat Sébastien2011-12-121-2/+6
* CTest: Disallow problem chars in build and site names (#11792)David Cole2011-11-181-6/+51
* Merge topic 'fix-12539-ctestconfig-from-build-dir'David Cole2011-11-011-6/+26
|\
| * CTest: Look for CTestConfig.cmake in build dir first, then source dirJean-Christophe Fillion-Robin2011-10-271-6/+26
* | Merge topic 'fix-12383-clear-ctest-vecs'David Cole2011-11-011-0/+2
|\ \
| * | CTest: Clear custom vectors before populating (#12383)David Cole2011-10-261-0/+2
| |/
* | Source/cmCTest.cxx: Add missing newline (#12538)Bernhard Walle2011-10-251-1/+1
|/
* CTest: Fix memory leaks on errorThomas Jarosch2011-09-021-0/+2
* Fix type conversion warningZach Mullen2011-05-271-1/+1
* We will actually compress memcheck output if the server supports it.Zach Mullen2011-05-261-3/+77