summaryrefslogtreecommitdiffstats
path: root/Source/CTest
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'string-literal-append'Brad King2019-08-192-4/+2
|\
| * avoid adding multiple consecutive string literals to std::stringRolf Eike Beer2019-08-182-4/+2
* | Source sweep: Use cmIsOn instead of cmSystemTools::IsOnSebastian Holtermann2019-08-175-13/+13
|/
* Merge topic 'cmExpandList'Kyle Edwards2019-08-168-31/+32
|\
| * Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgumentSebastian Holtermann2019-08-148-31/+32
* | Merge topic 'cmStringAlgorithms_ulong'Kyle Edwards2019-08-164-11/+8
|\ \ | |/ |/|
| * cmStringAlgorithms: Add cmStrToLong and cmStrToULongSebastian Holtermann2019-08-104-11/+8
* | Refactor: Convert all instances of CMAKE_BUILD_WITH_CMAKE to CMAKE_BOOTSTRAPKitware Robot2019-08-092-2/+2
|/
* clang-tidy: Enable performance-inefficient-string-concatenationSebastian Holtermann2019-08-055-17/+13
* Merge topic 'control-block3'Brad King2019-08-051-31/+2
|\
| * cmMakefile: Add OnExecuteCommand callbackRegina Pfeifer2019-07-301-31/+2
* | Cleanups: Use cmHas{Prefix,Suffix} instead of String{Starts,Ends}WithSebastian Holtermann2019-08-013-3/+6
* | Merge topic 'clang-tidy-8'Brad King2019-07-312-2/+3
|\ \ | |/ |/|
| * clang-tidy: Blacklist violations for version 8Regina Pfeifer2019-07-302-2/+3
* | cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.hSebastian Holtermann2019-07-295-3/+5
|/
* Merge topic 'definitions_string_view'Brad King2019-07-267-22/+17
|\
| * cmMakefile: Let AddDefinition accept a value as cm::string_viewSebastian Holtermann2019-07-247-21/+16
| * cmMakefile: Simplify and rename AddDefinitionBoolSebastian Holtermann2019-07-241-1/+1
* | cmCTestHandlerCommand: fix typo of local variableBen Boeckel2019-07-241-7/+7
|/
* Merge topic 'command-refactoring3'Brad King2019-07-231-9/+8
|\
| * cmCommand: deprecate functions GetMakefile and SetErrorDaniel Pfeifer2019-07-211-9/+8
* | Refactor: Break cmCTestTestHandler::ProcessHandler() into smaller functionsKyle Edwards2019-07-192-137/+181
|/
* 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