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
*
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
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
1
-95/+74
*
Remove `//------...` horizontal separator comments
Brad King
2016-05-09
1
-2/+0
*
CTest: Optionally add a ChangeId attribute on XML Site tags
Zack Galbreath
2015-07-17
1
-0/+6
*
ctest_submit: Add QUIET option
Zack Galbreath
2015-02-23
1
-4/+12
*
Port all cmOStringStream to std::ostringstream.
Stephen Kelly
2015-01-11
1
-3/+3
*
strings: Remove redundant calls to std::string::c_str()
Nils Gladitz
2014-10-15
1
-2/+2
*
Remove some c_str() calls.
Stephen Kelly
2014-03-11
1
-1/+1
*
CTest: Simplify ctest_* command source/build dir lookup
Brad King
2013-04-12
1
-13/+14
*
Merge topic 'ctest-SUBMIT_INDEX-cdash'
Brad King
2012-11-06
1
-1/+1
|
\
|
*
CTest: Allow SUBMIT_INDEX with CDash
Brad King
2012-11-01
1
-1/+1
*
|
Remove trailing whitespace from most CMake and C/C++ code
Kitware Robot
2012-08-13
1
-1/+1
|
/
*
Fix issue #2336 - honor the -C arg to ctest. Honor it for all stages of runni...
David Cole
2009-12-04
1
-0/+11
*
Convert CMake to OSI-approved BSD License
Brad King
2009-09-28
1
-14/+9
*
Fix for bug#9442, ctest crash if CTEST_SOURCE_DIRECTORY was not set.
Bill Hoffman
2009-09-11
1
-1/+1
*
ENH: Teach ctest_* to create appending XML files
Brad King
2009-01-12
1
-0/+11
*
ENH: Refactor CTest command argument handling
Brad King
2009-01-12
1
-48/+51
[next]