summaryrefslogtreecommitdiffstats
path: root/Source/CTest
Commit message (Expand)AuthorAgeFilesLines
* cmStandardIncludes: Remove list include.Stephen Kelly2015-02-063-0/+5
* cmStandardIncludes: Remove deque include.Stephen Kelly2015-02-061-0/+2
* Merge topic 'ctest_submmit-CDASH_UPLOAD-encode-url'Brad King2015-01-303-15/+31
|\
| * ctest_submit: Escape URL components in CDASH_UPLOAD modeBill Hoffman2015-01-303-15/+31
* | Merge topic 'ctest-update-gmake-error-match'Brad King2015-01-291-2/+2
|\ \ | |/ |/|
| * ctest_build: Update GNU make error message matching (#15379)Marco Nolden2015-01-281-2/+2
* | cmake: Use a default CA path when not using system curlBrad King2015-01-231-1/+2
* | ctest_submit: Make CDASH_UPLOAD mode arguments more strictBrad King2015-01-203-40/+68
* | ctest_submit: Add CDASH_UPLOAD mode to upload files to CDashBill Hoffman2015-01-206-3/+523
* | Replace foo.size() pattern with !foo.empty().Stephen Kelly2015-01-1813-42/+42
* | Replace !foo.size() pattern with foo.empty().Stephen Kelly2015-01-183-9/+9
* | Replace 'foo.size() != 0' pattern with !foo.empty().Stephen Kelly2015-01-182-3/+3
* | Replace 'foo.size() == 0' pattern with foo.empty().Stephen Kelly2015-01-1812-30/+30
* | Replace 'foo.size() > 0' pattern with !foo.empty().Stephen Kelly2015-01-189-32/+32
* | Merge topic 'fix-ctest_build-output-processing-regression'Brad King2015-01-161-1/+1
|\ \
| * | ctest_build: Fix logic regression in parent that clips build outputBrad King2015-01-151-1/+1
* | | Merge topic 'improve_cobertura'Brad King2015-01-121-9/+39
|\ \ \
| * | | ctest_coverage: Fix parsing of absolute paths in Cobertura filesZack Galbreath2015-01-121-9/+39
* | | | Merge topic 'drop-ancient-workarounds'Brad King2015-01-1221-44/+36
|\ \ \ \
| * | | | Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-1120-36/+36
| * | | | Drop SGI as a CMake host compiler.Stephen Kelly2015-01-081-8/+0
| |/ / /
* | | | Use two-iterator std::set::insert where appropriate.Stephen Kelly2015-01-114-36/+9
| |/ / |/| |
* | | Use insert instead of a loop in some cases.Stephen Kelly2015-01-114-29/+9
|/ /
* | Merge topic 'base64-casts'Brad King2015-01-082-5/+4
|\ \
| * | cmCTest: Use size_t for cmsysBase64_Encode return valueBrad King2014-12-262-5/+4
* | | cmParseDelphiCoverage: Remove superfluous semicolons after methodsChristoph GrĂ¼ninger2014-12-231-2/+2
* | | Merge topic 'base64-constref'Brad King2014-12-231-1/+1
|\ \ \
| * | | cmCTestTestHandler: take reference to temporary string instead of doing a copyRolf Eike Beer2014-12-221-1/+1
| |/ /
* | | Merge topic 'cleanup-ExpandListArgument-usage'Brad King2014-12-231-45/+6
|\ \ \
| * | | Remove some temporary vectors for ExpandListArgument.Stephen Kelly2014-12-181-45/+6
| |/ /
* | | ctest_coverage: Fix error message to report the file nameVladislav Vinogradov2014-12-221-1/+1
|/ /
* | Merge topic 'ctest_memcheck-no-empty-BC-output'Brad King2014-12-171-0/+4
|\ \
| * | ctest_memcheck: Do not open empty BC output file nameBrad King2014-12-161-0/+4
* | | CTest: Remove code to fix scanbuild errorsJoseph Snyder2014-12-152-4/+0
|/ /
* | ctest: count errors from scripts properlyBen Boeckel2014-12-101-1/+1
* | ctest --launch: write to cout and cerr in binaryBen Boeckel2014-12-051-0/+13
* | Remove some unneeded c_str calls.Stephen Kelly2014-11-236-16/+16
* | CTest: Add Javascript coverage parserJoseph Snyder2014-10-294-0/+257
* | Merge topic 'remove-borland-build'Brad King2014-10-211-3/+0
|\ \
| * | Remove borland workarounds.Stephen Kelly2014-10-151-3/+0
| |/
* | Merge topic 'remove-redundant-c_str'Brad King2014-10-2116-99/+99
|\ \
| * | strings: Remove redundant calls to std::string::c_str()Nils Gladitz2014-10-1516-99/+99
| |/
* | Merge topic 'ctest-delphi-coverage'Brad King2014-10-214-0/+338
|\ \ | |/ |/|
| * CTest: Add code coverage parser for Pascal/DelphiJoseph Snyder2014-10-214-0/+338
* | Merge topic 'ctest-memcheck-sanitizers'Brad King2014-10-082-18/+65
|\ \
| * | ctest_memcheck: Add support for MemorySanitizer msanBill Hoffman2014-10-072-0/+23
| * | ctest_memcheck: Add support for UndefinedBehaviorSanitizer ubsanBen Boeckel2014-10-072-2/+24
| * | ctest_memcheck: Order sanitizer type code consistentlyBrad King2014-10-072-24/+26
* | | Merge topic 'ctest-memcheck-sanitizers'Brad King2014-10-073-6/+14
|\ \ \ | |/ /
| * | ctest: add support for additional sanitizer optionsBen Boeckel2014-10-032-5/+13