summaryrefslogtreecommitdiffstats
path: root/Source/CTest
Commit message (Expand)AuthorAgeFilesLines
* CTest: Stop telling 'make' to ignore errors with -iBrad King2015-05-121-1/+2
* Merge topic 'clean-up-cmMakefile'Brad King2015-04-211-3/+3
|\
| * cmMakefile: Rename SetStart* directory API to SetCurrent*.Stephen Kelly2015-04-201-2/+2
| * cmMakefile: Rename GetCurrent{,Source}Directory.Stephen Kelly2015-04-201-1/+1
* | cmSystemTools: Teach RunSingleCommand to separate stdout and stderrBrad King2015-04-202-5/+9
|/
* cmMakefile: Remove always-null first parameter to ReadListFile.Stephen Kelly2015-04-183-4/+4
* cmMakefile: Add wrapper for reading listfiles which have an origin.Stephen Kelly2015-04-181-6/+2
* Port Global property interaction to cmState.Stephen Kelly2015-04-151-1/+2
* cmake: Remove the happy global property scope pattern.Stephen Kelly2015-04-151-1/+1
* Port cmCommand consumers to cmState.Stephen Kelly2015-04-152-6/+6
* CTest: Fix locale used for VCS updatesNils Gladitz2015-04-131-41/+2
* 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