summaryrefslogtreecommitdiffstats
path: root/Source/CTest
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'fix-ctest-update-locale'Brad King2015-03-021-12/+12
|\
| * CTest: To enforce the C locale use LC_ALL instead of LC_MESSAGES.Nils Gladitz2015-02-271-12/+12
* | Merge topic 'remove_error_read_script'Brad King2015-02-271-5/+1
|\ \
| * | CTest: Drop "Error in read script" message at end of testingZack Galbreath2015-02-271-5/+1
| |/
* | cmake: Teach --build to honor CMAKE_VERBOSE_MAKEFILE for NinjaGregor Jasny2015-02-261-1/+1
|/
* Merge topic 'ctest-output-options'Brad King2015-02-2431-529/+652
|\
| * ctest_upload: Add QUIET optionZack Galbreath2015-02-232-2/+9
| * ctest_memcheck: Add QUIET optionZack Galbreath2015-02-233-47/+58
| * ctest_coverage: Add QUIET optionZack Galbreath2015-02-238-211/+228
| * ctest_test: Add QUIET optionZack Galbreath2015-02-234-50/+65
| * ctest_build: Add QUIET optionZack Galbreath2015-02-232-40/+51
| * ctest_configure: Add QUIET optionZack Galbreath2015-02-232-8/+10
| * ctest_update: Add QUIET optionZack Galbreath2015-02-232-39/+44
| * ctest_start: Add QUIET optionZack Galbreath2015-02-232-6/+27
| * ctest_submit: Add QUIET optionZack Galbreath2015-02-236-126/+160
* | CTest: Use clear instead of erase-all.Stephen Kelly2015-02-171-2/+1
* | Split cmAlgorithms into a separate header file.Stephen Kelly2015-02-101-0/+1
|/
* Merge topic 'cmStandardIncludes-cleanup'Brad King2015-02-104-0/+7
|\
| * cmStandardIncludes: Remove list include.Stephen Kelly2015-02-063-0/+5
| * cmStandardIncludes: Remove deque include.Stephen Kelly2015-02-061-0/+2
* | Remove use of cmsys_stl.Stephen Kelly2015-02-051-2/+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
|/ /