index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Source
/
CTest
/
cmCTestHandlerCommand.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
LICENSE: Replace references to Copyright.txt with LICENSE.rst
Kitware Robot
2025-03-03
1
-1/+1
*
Revise C++ coding style using clang-format with "east const"
Kitware Robot
2025-01-23
1
-2/+2
*
cmCTest*Command: Declare member functions const
Daniel Pfeifer
2024-11-05
1
-6/+7
*
cmCTest*Command: Direct use of cmExecutionStatus
Daniel Pfeifer
2024-11-05
1
-7/+9
*
cmCTest*Command: Access Makefile through an alias
Daniel Pfeifer
2024-11-05
1
-12/+12
*
cmCTest*Command: Fortify argument parsing
Daniel Pfeifer
2024-11-05
1
-0/+4
*
cmCTest*Command: Generalize argument parsing and checking
Daniel Pfeifer
2024-11-05
1
-68/+40
*
cmCTest*Command: Loosen coupling with cmArgumentParser
Daniel Pfeifer
2024-11-05
1
-26/+10
*
cmCTest*Command: Access arguments through an alias
Daniel Pfeifer
2024-11-05
1
-27/+28
*
cmCTest*Command: Bring all classes to a uniform layout
Daniel Pfeifer
2024-11-05
1
-0/+10
*
cmCTest: Remove handler instances
Daniel Pfeifer
2024-10-29
1
-2/+2
*
cmCTestScriptHandler: Don't inherit from cmCTestGenericHandler
Daniel Pfeifer
2024-10-29
1
-0/+1
*
Merge topic 'ctest-timing'
Brad King
2024-10-25
1
-0/+3
|
\
|
*
cmCTest: Move timing functions from cmCTestScriptHandler to cmCTest
Daniel Pfeifer
2024-10-23
1
-0/+3
*
|
cmCTestBuildCommand: Make use of ProcessAdditionalValues
Daniel Pfeifer
2024-10-23
1
-4/+0
|
/
*
cmWorkingDirectory: Unify error messages
Daniel Pfeifer
2024-10-18
1
-4/+1
*
ctest: Add missing newlines on several error messages
Christian Häggström
2023-01-11
1
-2/+2
*
cmCTestHandlerCommand: Capture list of parsed keywords via binding
Brad King
2022-07-25
1
-5/+6
*
cmArgumentParser: Drop unused keywordsMissingValue argument to Parse()
Brad King
2022-07-25
1
-2/+1
*
cmCTest*Command:: Use cm::optional for keyword argument presence
Brad King
2022-07-05
1
-4/+3
*
cmArgumentParser: Avoid allocating copies of keyword strings
Brad King
2022-07-05
1
-3/+4
*
cmSystemTools: Fix 'ErrorOccurred' spelling
FeRD (Frank Dana)
2022-06-13
1
-7/+7
*
Rename cmProp in cmValue
Marc Chevrier
2021-09-21
1
-3/+3
*
cmMakefile::GetDefinition: return cmProp
Vitaly Stakhovsky
2020-09-02
1
-2/+3
*
cmCTest: Members accept std::string parameters
Vitaly Stakhovsky
2020-07-27
1
-12/+9
*
Refactoring: rename "cm_static_string_view.hxx" as <cmext/string_view>
Marc Chevrier
2020-04-30
1
-1/+1
*
Revise include order using clang-format-6.0
Kitware Robot
2019-10-01
1
-6/+7
*
cmCTest*Command: Port to cmArgumentParser
Regina Pfeifer
2019-09-20
1
-100/+47
*
clang-tidy: modernize-deprecated-headers
Regina Pfeifer
2019-09-16
1
-1/+1
*
Source sweep: Replace std::ostringstream when used with a single append
Sebastian Holtermann
2019-08-23
1
-3/+2
*
Merge topic 'definitions_string_view'
Brad King
2019-07-26
1
-2/+1
|
\
|
*
cmMakefile: Let AddDefinition accept a value as cm::string_view
Sebastian Holtermann
2019-07-24
1
-2/+1
*
|
cmCTestHandlerCommand: fix typo of local variable
Ben Boeckel
2019-07-24
1
-7/+7
|
/
*
cmCommand: deprecate functions GetMakefile and SetError
Daniel Pfeifer
2019-07-21
1
-9/+8
*
Delete some default constructors and assignment operators
Albert Astals Cid
2019-02-15
1
-0/+2
*
Factor out enum MessageType into dedicated header
Bruno Manganelli
2019-01-16
1
-2/+2
*
CTest: Remove special case for Dart version <= 1
Regina Pfeifer
2018-11-28
1
-12/+1
*
cmMakefile: Make GetSafeDefinition return std::string const&
Vitaly Stakhovsky
2018-09-18
1
-2/+2
*
Revise C++ coding style using clang-format-6.0
Kitware Robot
2018-06-01
1
-10/+12
*
cmWorkingDirectory: Check success of current dir changes
Craig Scott
2018-03-08
1
-0/+16
*
Meta: modernize old-fashioned loops to range-based `for` (CTest).
Pavel Solodovnikov
2017-09-14
1
-4/+3
*
Use C++11 nullptr
Daniel Pfeifer
2017-08-24
1
-2/+2
*
cmWorkingDirectory: use the new class
Ben Boeckel
2017-03-06
1
-3/+2
*
cmCommand: Don't prefix error message with command name
Daniel Pfeifer
2017-02-13
1
-2/+2
*
ctest_memcheck: Add DEFECT_COUNT option to capture defect count
Betsy McPhail
2016-11-09
1
-0/+5
*
Simplify CMake per-source license notices
Brad King
2016-09-27
1
-11/+2
*
CTest: Add CAPTURE_CMAKE_ERROR val to `ctest_*` commands
Bill Hoffman
2016-09-20
1
-4/+108
*
CTest: fix include-what-you-use violations
Daniel Pfeifer
2016-08-25
1
-0/+8
*
Make sure unnused parameters are /*named*/
Daniel Pfeifer
2016-08-16
1
-1/+1
*
use CM_NULLPTR
Daniel Pfeifer
2016-06-28
1
-2/+2
[next]