summaryrefslogtreecommitdiffstats
path: root/Source/CTest
Commit message (Expand)AuthorAgeFilesLines
* cmCommand: deprecate functions GetMakefile and SetErrorDaniel Pfeifer2019-07-211-9/+8
* Merge topic 'skip_regular_expression'Kyle Edwards2019-07-194-5/+38
|\
| * CTest: Add SKIP_REGULAR_EXPRESSION test propertyGabor Bencze2019-07-184-5/+38
* | Merge topic 'ctest-done-hash'Brad King2019-07-191-9/+9
|\ \
| * | CTest: Generate Done.xml before calculating its hashBetsy McPhail2019-07-191-9/+9
* | | cmMakefile: Modernize AddFunctionBlocker method to accept a std::unique_ptrSebastian Holtermann2019-07-171-10/+14
| |/ |/|
* | modernize: manage cmCommand instances using unique_ptr.Marc Chevrier2019-07-1417-100/+153
* | Introduce memory management helper: cm_memory.hxxMarc Chevrier2019-07-142-3/+4
* | Merge topic 'ctest_make_program__propagated_to_cmake_configure_pass'Brad King2019-07-121-0/+5
|\ \
| * | ctest: propagate make program to cmakeRobert Maynard2019-07-111-0/+5
| |/
* | Merge topic 'iwyu-memory'Brad King2019-07-115-4/+6
|\ \
| * | IWYU: Fix handling of <memory> standard headerBrad King2019-07-105-4/+6
| |/
* | CTest: Clean up stdout and logfile output for Pass/Fail regexStephen Manz2019-07-091-9/+12
|/
* Use cmAppend to append ranges to std::vector instancesSebastian Holtermann2019-05-2310-51/+35
* cmSystemTools::Error(): remove const char* overloadVitaly Stakhovsky2019-05-221-1/+2
* ctest: Add new variable CTEST_UPDATE_VERSION_OVERRIDEZack Galbreath2019-05-075-0/+25
* Refactor: Move/rename cmProcessGetPipes() to cmGetPipes()Kyle Edwards2019-04-251-44/+2
* ctest: consistently format generator nameZack Galbreath2019-04-231-1/+1
* ctest: Include ChangeId in Update.xmlZack Galbreath2019-04-231-0/+4
* ctest: drop incremental progress-only messages from build-and-test outputBrad King2019-04-121-3/+4
* Modernize: Enable modernize-raw-string-literal in clang-tidyArtur Ryt2019-04-023-21/+21
* Merge topic 'utilize-substr'Brad King2019-04-015-8/+8
|\
| * Modernize: Prefer .substr in place of .c_str() + intArtur Ryt2019-03-305-8/+8
* | Fix invalid ///! doxygen comment line startsSebastian Holtermann2019-03-313-6/+6
|/
* Merge topic 'jacoco_parser_crash'Brad King2019-03-271-0/+1
|\
| * ctest_coverage: fix out-of-bounds index in Jacoco parserSylvain Joubert2019-03-261-0/+1
* | ctest_submit: Add option BUILD_IDZack Galbreath2019-03-222-21/+40
* | Merge topic 'ctest-devirtualize-handlers'Brad King2019-03-2115-93/+55
|\ \
| * | cmCTest: Cleanup typedefsRegina Pfeifer2019-03-207-21/+15
| * | cmCTest: Use concrete accessor functions for TestingHandlersRegina Pfeifer2019-03-209-69/+34
| * | cmCTest: Remove friend declarationsRegina Pfeifer2019-03-181-3/+6
* | | Rename cmFileTimeCache::FileTimeCompare to cmFileTimeCache::CompareSebastian Holtermann2019-03-181-1/+1
* | | Rename cmFileTimeComparison to cmFileTimeCacheSebastian Holtermann2019-03-181-4/+4
|/ /
* | Merge topic 'feature/cleanup-ctest'Kyle Edwards2019-03-073-21/+18
|\ \
| * | ctest: refactor some codeGregor Jasny2019-03-053-21/+18
* | | cmake: Teach --build mode to support multiple targetsBartosz Kosiorek2019-03-051-1/+1
|/ /
* | Merge topic 'cmrange-improvements'Brad King2019-02-252-2/+2
|\ \
| * | cmRange: Move to dedicated header fileRegina Pfeifer2019-02-212-2/+2
* | | Merge topic 'error-consolidate'Brad King2019-02-252-11/+10
|\ \ \
| * | | cmSystemTools::Error: consolidate parameters into single std::stringVitaly Stakhovsky2019-02-202-11/+10
| |/ /
* | | cmSystemTools: More functions accept `std::string` paramsVitaly Stakhovsky2019-02-2011-19/+19
|/ /
* | Delete some default constructors and assignment operatorsAlbert Astals Cid2019-02-156-0/+19
* | Merge topic 'systools-stdstring2'Brad King2019-02-132-11/+9
|\ \
| * | cmSystemTools: More methods accept `std::string` paramsVitaly Stakhovsky2019-02-112-11/+9
* | | Merge topic 'progress-stdstring'Brad King2019-02-122-9/+11
|\ \ \
| * | | cmake: Progress functions use `std::string` paramVitaly Stakhovsky2019-02-112-9/+11
| |/ /
* | | Merge topic 'cmCTestRunTest-compress'Brad King2019-02-122-78/+11
|\ \ \ | |/ / |/| |
| * | cmCTestRunTest: Remove duplicated compression logicRegina Pfeifer2019-02-102-78/+11
* | | Merge topic 'ctest-exit-code-int64'Brad King2019-02-114-7/+12
|\ \ \
| * | | CTest: Represent process exit codes as 64-bit signed integerZsolt Parragi2019-02-084-7/+12
| |/ /