summaryrefslogtreecommitdiffstats
path: root/Source/CTest
Commit message (Expand)AuthorAgeFilesLines
* Add API for cache loading, deleting and saving to the cmake class.Stephen Kelly2015-04-071-2/+1
* Revert topic 'refactor-cache-api'Brad King2015-04-071-1/+2
* Add API for cache loading, deleting and saving to the cmake class.Stephen Kelly2015-04-061-2/+1
* Merge topic 'ctest-repeat-until-fail'Brad King2015-03-233-8/+87
|\
| * ctest: Add a new --repeat-until-fail optionBill Hoffman2015-03-233-8/+87
* | CTest: Output test-specific env vars in verbose mode (#15446)Zach Mullen2015-03-171-0/+15
* | Merge topic 'cmAlgorithms-cleanup'Brad King2015-03-121-0/+1
|\ \
| * | Include cmAlgorithms where it is used.Stephen Kelly2015-03-101-0/+1
| |/
* | CTest: Fix Jacoco CoverageJoseph Snyder2015-03-061-1/+4
|/
* 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
| |/ / |/| |