summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestScriptHandler.cxx
Commit message (Expand)AuthorAgeFilesLines
* LICENSE: Replace references to Copyright.txt with LICENSE.rstKitware Robot2025-03-031-1/+1
* ctest: Prevent infinite loop in ctest_run_script(NEW_PROCESS)Nikita Nemkin2025-02-041-1/+6
* Revise C++ coding style using clang-format with "east const"Kitware Robot2025-01-231-8/+8
* cmCTest*Command: Port away from cmCommandDaniel Pfeifer2024-11-051-28/+16
* cmSystemTools: Add GetLogicalWorkingDirectoryBrad King2024-11-031-1/+1
* cmCTestScriptHandler: Don't inherit from cmCTestGenericHandlerDaniel Pfeifer2024-10-291-13/+3
* Merge topic 'ctest-timing'Brad King2024-10-251-27/+2
|\
| * cmCTest: Move timing functions from cmCTestScriptHandler to cmCTestDaniel Pfeifer2024-10-231-27/+2
* | cmCTestGenericHandler: Add cmCTest* argument to Initialize functionDaniel Pfeifer2024-10-231-3/+3
|/
* ctest: Explicitly normalize input paths as they exist on diskBrad King2024-10-221-3/+2
* cmCTestEmptyBinaryDirectoryCommand: turn into a free functionDaniel Pfeifer2024-10-111-72/+2
* cmCTestSleepCommand: implement as free functionDaniel Pfeifer2024-10-111-16/+2
* cmCTestCommand: remove CTestScriptHandler memberDaniel Pfeifer2024-10-111-1/+0
* CTest: Remove declarative scripting modeDaniel Pfeifer2024-10-091-473/+0
* CTest: Avoid infinite recursion with -SP optionDaniel Pfeifer2024-10-021-10/+11
* Reduce scope of variableChristoph GrĂ¼ninger2024-02-141-5/+2
* Remove unused variableChristoph GrĂ¼ninger2024-02-141-1/+0
* ctest_empty_binary_directory: Report more detail in failure messageBrad King2023-11-091-12/+20
* cmCTestScriptHandler: Replace cmsysProcess with cmUVProcessChainKyle Edwards2023-08-291-41/+43
* CMake code rely on cmList class for CMake lists management (part. 1)Marc Chevrier2023-04-241-3/+4
* CYGWIN: Drop pre-2.8.4 compatibility mode CMAKE_LEGACY_CYGWIN_WIN32Brad King2023-01-191-4/+0
* cmSystemTools: Fix 'ErrorOccurred' spellingFeRD (Frank Dana)2022-06-131-4/+4
* Merge topic 'warnings-cleanup'Brad King2021-10-271-2/+0
|\
| * Source: fix some -Wunused-macros warningsSean McBride2021-10-251-2/+0
* | Source: Replace most calls to sprintf with snprintfSean McBride2021-10-251-1/+1
|/
* Rename cmProp in cmValueMarc Chevrier2021-09-211-5/+5
* Update CMake code using KWSys to account for Status return valuesBrad King2021-04-141-1/+1
* Source: Reduce c_str() usagevvs314152021-03-131-13/+10
* cmMakefile::GetDefinition: return cmPropVitaly Stakhovsky2020-09-021-8/+9
* replace std::string::substr() with operations that do not allocate memoryRolf Eike Beer2020-03-231-1/+3
* Modernize memory managementMarc Chevrier2020-03-081-38/+11
* ctest: Populate CTEST_CONFIGURATION_TYPE from the -C command line when setJulien Jomier2019-12-091-0/+7
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-11/+11
* cmstd: Modernize CMake system headersMarc Chevrier2019-09-201-1/+1
* clang-tidy: modernize-deprecated-headersRegina Pfeifer2019-09-161-3/+3
* Source sweep: Replace cmExpandList with the shorter cmExpandedListSebastian Holtermann2019-08-231-6/+3
* Source sweep: Use cmStrCat for string concatenationSebastian Holtermann2019-08-221-20/+13
* Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgumentSebastian Holtermann2019-08-141-3/+3
* Refactor: Convert all instances of CMAKE_BUILD_WITH_CMAKE to CMAKE_BOOTSTRAPKitware Robot2019-08-091-1/+1
* clang-tidy: Enable performance-inefficient-string-concatenationSebastian Holtermann2019-08-051-3/+4
* cmMakefile: Add OnExecuteCommand callbackRegina Pfeifer2019-07-301-31/+2
* cmMakefile: Let AddDefinition accept a value as cm::string_viewSebastian Holtermann2019-07-241-9/+9
* cmMakefile: Simplify and rename AddDefinitionBoolSebastian Holtermann2019-07-241-1/+1
* 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-141-16/+26
* cmSystemTools::Error(): remove const char* overloadVitaly Stakhovsky2019-05-221-1/+2
* cmSystemTools::Error: consolidate parameters into single std::stringVitaly Stakhovsky2019-02-201-9/+8
* cmake: Progress functions use `std::string` paramVitaly Stakhovsky2019-02-111-5/+6
* Merge topic 'runsinglecommand'Brad King2019-02-081-6/+5
|\
| * cmSystemTools::RunSingleCommand: Accept std::string argumentVitaly Stakhovsky2019-02-061-6/+5