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
/
cmCTest.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Source: Fix clang -Wimplicit-fallthrough warnings
Sean McBride
2021-09-28
1
-1/+1
*
Rename cmProp in cmValue
Marc Chevrier
2021-09-21
1
-7/+7
*
ctest: add support for attaching files to tests at run time
Zack Galbreath
2021-06-08
1
-8/+32
*
CTest: Add env var CLICOLOR to disable color output
Martin Willers
2021-05-06
1
-0/+4
*
ctest: Add support for writing test results in JUnit XML format
Zack Galbreath
2021-04-26
1
-0/+11
*
Update CMake code using KWSys to account for Status return values
Brad King
2021-04-14
1
-3/+3
*
ctest: Support multiple -L and -LE options to mean "AND"
Adriaan de Groot
2021-03-28
1
-10/+19
*
CMakePresets.json: Add the ability to conditionally disable presets
Kyle Edwards
2021-03-22
1
-0/+7
*
Source: Reduce c_str() usage
vvs31415
2021-03-13
1
-3/+3
*
ctest: Add support for '--prefix=<prefix>' form of the argument
Brad King
2021-02-23
1
-2/+8
*
presets: Remove unintended rerunFailed option from test presets
Sam Freed
2021-02-15
1
-5/+0
*
cmake-presets: Add build and test presets
Sam Freed
2021-02-01
1
-1/+339
*
Merge topic 'ctest-progress-output-fixes'
Brad King
2021-01-07
1
-1/+1
|
\
|
*
ctest: Make verbose mode override progress behavior
Sylvain Joubert
2021-01-05
1
-1/+1
*
|
Code style: add missed explicit 'this->'
Oleksandr Koval
2021-01-05
1
-2/+2
|
/
*
Ctest: Support build tree on command line
Asit Dhal
2020-12-17
1
-2/+33
*
ctest: Provide hints about inspecting test failures
Asit Dhal
2020-12-01
1
-0/+11
*
cmMakefile::GetDefinition: return cmProp
Vitaly Stakhovsky
2020-09-02
1
-5/+5
*
CTest: exit nonzero after message(SEND_ERROR|FATAL_ERROR)
Kevin Puetz
2020-08-26
1
-2/+1
*
cmCTest: Members accept std::string parameters
Vitaly Stakhovsky
2020-07-27
1
-38/+33
*
cmCTest: Explicitly specify '.tmp' extension on in-progress log files
Brad King
2020-07-08
1
-0/+1
*
Single location for cmProp typedef
Vitaly Stakhovsky
2020-06-01
1
-0/+1
*
Refactoring: Third-parties public headers are under cm3p prefix
Marc Chevrier
2020-05-07
1
-3/+3
*
Refactoring: rename "cm_static_string_view.hxx" as <cmext/string_view>
Marc Chevrier
2020-04-30
1
-2/+1
*
ctest: add option --stop-on-failure
Johnny Jazeix
2020-04-20
1
-0/+15
*
clang-tidy: address bugprone-branch-clone lints
Ben Boeckel
2020-04-13
1
-7/+5
*
Merge topic 'cmprop-getglobalprop'
Brad King
2020-03-27
1
-7/+6
|
\
|
*
cmState::GetGlobalProperty: return cmProp
Vitaly Stakhovsky
2020-03-25
1
-7/+6
*
|
use _s to construct static string_views at several places
Rolf Eike Beer
2020-03-24
1
-62/+67
*
|
use string_views to avoid memory allocations
Rolf Eike Beer
2020-03-24
1
-3/+6
*
|
replace std::string::substr() with operations that do not allocate memory
Rolf Eike Beer
2020-03-23
1
-2/+2
*
|
replace "std::string::find(x) == 0" with cmHasPrefix()
Rolf Eike Beer
2020-03-23
1
-1/+1
*
|
allow cmCTest::CleanString() to skip input characters
Rolf Eike Beer
2020-03-23
1
-3/+4
*
|
CTest: avoid repeated string compares
Rolf Eike Beer
2020-03-23
1
-80/+63
|
/
*
Modernize memory management
Marc Chevrier
2020-02-27
1
-13/+8
*
Add --no-tests=<[error|ignore]> option to CTest
Stefan Dinkelacker
2020-01-31
1
-0/+20
*
Refactoring: use append functions from cmext/algorithm
Marc Chevrier
2019-12-17
1
-5/+5
*
CTest: Consolidate '--repeat-* n' options as `--repeat *:n`
Brad King
2019-11-15
1
-34/+24
*
CTest: Rename internal APIs for --repeat options
Brad King
2019-11-07
1
-15/+15
*
Merge branch 'backport-ctest-resource-groups'
Brad King
2019-11-05
1
-3/+3
|
\
|
*
CTest: Rename hardware -> resources for CMake variables, command options
Craig Scott
2019-11-05
1
-3/+3
*
|
ctest: Add --repeat-after-timeout option
Brad King
2019-10-29
1
-0/+22
*
|
ctest: Add --repeat-until-pass option
Brad King
2019-10-29
1
-4/+31
|
/
*
CTest: Allocate hardware to tests
Kyle Edwards
2019-10-02
1
-0/+9
*
Revise include order using clang-format-6.0
Kitware Robot
2019-10-01
1
-8/+10
*
cmstd: Modernize CMake system headers
Marc Chevrier
2019-09-20
1
-1/+1
*
clang-tidy: modernize-deprecated-headers
Regina Pfeifer
2019-09-16
1
-5/+5
*
clang-tidy: modernize-use-auto
Regina Pfeifer
2019-09-10
1
-2/+1
*
Merge topic 'ctest-CLICOLOR_FORCE'
Brad King
2019-08-27
1
-0/+5
|
\
|
*
CTest: Add env var CLICOLOR_FORCE to force color output
Marin Baron
2019-08-26
1
-0/+5
[next]