summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestScriptHandler.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Prefer front/back/data over dereferencing begin/rbegin iterArtur Ryt2019-02-061-1/+1
|/
* Merge topic 'functional-callbacks'Brad King2019-01-301-10/+5
|\
| * Use `std::function` for callbacksRegina Pfeifer2019-01-291-10/+5
* | Merge topic 'tidy-use-equals-default'Brad King2019-01-291-2/+0
|\ \ | |/ |/|
| * cleanup: Prefer compiler provided special member functionsRegina Pfeifer2019-01-251-2/+0
| * clang-tidy: Use `= default`Regina Pfeifer2019-01-251-2/+2
* | cmMakefile: Impose maximum recursion limitKyle Edwards2019-01-231-2/+10
|/
* Merge topic 'read-list-file'Brad King2019-01-211-2/+2
|\
| * cmMakefile::ReadListFile() accepts std::string argumentVitaly Stakhovsky2019-01-171-2/+2
* | clang-tidy: Use emplaceRegina Pfeifer2019-01-171-2/+2
|/
* Properties: Add CMAKE_ROLE global propertyKyle Edwards2019-01-171-1/+1
* clang-tidy: Fix readability-static-accessed-through-instanceRegina Pfeifer2018-11-211-2/+2
* Fix misc. typosluz.paz2018-10-031-1/+1
* cmGeneratedFileStream: clang-tidy applied to remove redundant ``c_str`` callsSebastian Holtermann2018-08-071-2/+2
* Revise C++ coding style using clang-format-6.0Kitware Robot2018-06-011-15/+18
* Fix misc typos in documentation and commentsluz.paz2018-03-071-1/+1
* Reduce raw string pointers usage.Pavel Solodovnikov2018-01-311-10/+10
* Merge topic 'ctest_start_function_scope'Brad King2018-01-291-2/+9
|\
| * cmCTestScriptHandler: Add new field ShouldRunCurrentScriptKyle Edwards2018-01-261-2/+9
* | Make use of std::chrono throughout every componentWouter Klouwen2018-01-231-6/+10