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
*
CMake code rely on cmList class for CMake lists management (part. 2)
Marc Chevrier
2023-04-29
1
-2/+1
*
CMake code rely on cmList class for CMake lists management (part. 1)
Marc Chevrier
2023-04-24
1
-3/+4
*
presets: Improve JSON parser and error messages
Martin Duffy
2023-03-29
1
-4/+5
*
Revise C++ coding style using clang-format-15
Kitware Robot
2023-01-18
1
-8/+8
*
Merge topic 'ctest-no-tests-action-env-var'
Brad King
2023-01-17
1
-0/+20
|
\
|
*
ctest(1): Add CTEST_NO_TESTS_ACTION env var
friendlyanon
2023-01-13
1
-0/+20
*
|
Merge topic 'ctest-error-newlines'
Brad King
2023-01-12
1
-3/+4
|
\
\
|
*
|
ctest: Add missing newlines on several error messages
Christian Häggström
2023-01-11
1
-3/+4
|
|
/
*
|
CTest: Use std::string arguments
Vitaly Stakhovsky
2023-01-03
1
-22/+21
|
/
*
CTest: Add support for outputJUnitFile in presets
Kyle Edwards
2022-10-18
1
-5/+13
*
cmSystemTools: Fix 'ErrorOccurred' spelling
FeRD (Frank Dana)
2022-06-13
1
-7/+7
*
clang-tidy: fix `performance-unnecessary-copy-initialization` lints
Ben Boeckel
2022-05-24
1
-2/+2
*
clang-tidy: address `google-readability-casting` lints
Ben Boeckel
2022-05-24
1
-7/+10
*
clang-tidy: address `readability-container-data-pointer` lints
Ben Boeckel
2022-05-24
1
-8/+8
*
ctest: add option for output truncation
Frank Winklmeier
2022-03-08
1
-0/+12
*
Refactor: Rename cmCMakePresetsFile to cmCMakePresetsGraph
Kyle Edwards
2022-01-06
1
-17/+17
*
Source: Replace most calls to sprintf with snprintf
Sean McBride
2021-10-25
1
-7/+8
*
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
[next]