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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Modernize: Use #pragma once in all header files
Kitware Robot
2020-09-03
51
-202/+51
*
cmMakefile::GetDefinition: return cmProp
Vitaly Stakhovsky
2020-09-02
10
-80/+90
*
CTest: exit nonzero after message(SEND_ERROR|FATAL_ERROR)
Kevin Puetz
2020-08-26
2
-10/+18
*
CTest: Add error types to cuda-memcheck parser
Tobias Ribizel
2020-08-05
1
-1/+2
*
Source: use cmNonempty()
Vitaly Stakhovsky
2020-07-28
3
-7/+7
*
Merge topic 'cmctest-stdstring'
Brad King
2020-07-28
16
-80/+74
|
\
|
*
cmCTest: Members accept std::string parameters
Vitaly Stakhovsky
2020-07-27
16
-80/+74
*
|
CTest: Prefer normative terms to express subprocess failures
Robert Maynard
2020-07-27
1
-3/+3
|
/
*
CTest: add cuda-memcheck support
Tobias Ribizel
2020-07-09
2
-0/+145
*
Merge topic 'cmprop'
Brad King
2020-06-02
1
-0/+1
|
\
|
*
Single location for cmProp typedef
Vitaly Stakhovsky
2020-06-01
1
-0/+1
*
|
CTest: Handle non-coverage lines in gcov files
Tobias Ellinghaus
2020-05-29
1
-2/+8
|
/
*
Merge branch 'backport-ctest-repeat-notrun' into ctest-repeat-notrun
Brad King
2020-05-27
1
-0/+5
|
\
|
*
CTest: Make sure NOT_RUN tests show up in the failed test log
Robert Maynard
2020-05-27
1
-0/+5
*
|
CTest: Log environment variables as a test measurement
Kyle Edwards
2020-05-19
4
-3/+40
*
|
Refactoring: Third-parties public headers are under cm3p prefix
Marc Chevrier
2020-05-07
8
-18/+16
*
|
Merge topic 'stl-support'
Brad King
2020-05-01
9
-12/+9
|
\
\
|
*
|
Refactoring: rename "cm_static_string_view.hxx" as <cmext/string_view>
Marc Chevrier
2020-04-30
9
-12/+9
*
|
|
IWYU: mark <cstddef> as needed
Ben Boeckel
2020-04-29
3
-3/+3
|
/
/
*
|
Merge topic 'ctest_stop_on_failure_16628'
Brad King
2020-04-22
5
-1/+21
|
\
\
|
*
|
ctest: add option --stop-on-failure
Johnny Jazeix
2020-04-20
5
-1/+21
*
|
|
Merge topic 'ctest-memcheck-sanitizers'
Craig Scott
2020-04-19
1
-8/+5
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
CTest: Fix '-T MemCheck' command-line support for sanitizers
Brad King
2020-04-17
1
-8/+5
*
|
|
Refactoring: add cm::contains to <cmext/algorithm>
Marc Chevrier
2020-04-17
5
-23/+27
|
/
/
*
|
cmParseCacheCoverage: use cmSystemTools::SplitString
Ben Boeckel
2020-04-13
2
-29/+4
*
|
nits: replace some "c" instances with 'c'
Ben Boeckel
2020-04-13
2
-4/+4
*
|
clang-tidy: address bugprone-branch-clone lints
Ben Boeckel
2020-04-13
3
-31/+18
*
|
CTest: Add CTEST_RESOURCE_SPEC_FILE variable
Kyle Edwards
2020-04-02
3
-16/+30
*
|
Merge topic 'cmprop-getglobalprop'
Brad King
2020-03-27
1
-5/+4
|
\
\
|
*
|
cmState::GetGlobalProperty: return cmProp
Vitaly Stakhovsky
2020-03-25
1
-5/+4
*
|
|
Merge branch 'backport-ctest-timeout-report' into ctest-timeout-report
Brad King
2020-03-26
2
-8/+14
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
CTest: Fix reported duration on timeout when grindchild keeps pipes open
Brad King
2020-03-26
2
-8/+14
*
|
|
use _s to construct static string_views at several places
Rolf Eike Beer
2020-03-24
1
-29/+31
*
|
|
check for a valid URL scheme before starting to do any splitting
Rolf Eike Beer
2020-03-23
1
-6/+7
*
|
|
replace std::string::substr() with operations that do not allocate memory
Rolf Eike Beer
2020-03-23
4
-5/+11
*
|
|
replace "std::string::find(x) == 0" with cmHasPrefix()
Rolf Eike Beer
2020-03-23
2
-14/+20
*
|
|
replace "substr(0, xx) ==" with cmHasPrefix()
Rolf Eike Beer
2020-03-23
2
-4/+5
*
|
|
CTest: avoid repeated string compares
Rolf Eike Beer
2020-03-23
1
-52/+27
*
|
|
Mumps coverage: directly pass std::string as argument
Rolf Eike Beer
2020-03-23
6
-9/+9
*
|
|
remove pointless return value from cmCTestTestHandler::CleanTestOutput()
Rolf Eike Beer
2020-03-23
2
-4/+3
*
|
|
PyCoverage: avoid repeated string splitting, especially for uncovered lines
Rolf Eike Beer
2020-03-23
1
-20/+17
*
|
|
use std::string::rfind() instead of open coding it
Rolf Eike Beer
2020-03-23
1
-12/+8
|
|
/
|
/
|
*
|
Merge topic 'modernize-memory-management'
Brad King
2020-03-12
6
-60/+100
|
\
\
|
*
|
cmCTestRunTest: modernize memory management
Marc Chevrier
2020-03-11
6
-60/+100
*
|
|
Merge topic 'ctest-curl-debugfunction'
Brad King
2020-03-12
2
-2/+2
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
CTest: Fix our internal CURL_DEBUGFUNCTION to conform to CURL docs
Betsy McPhail
2020-03-11
2
-2/+2
*
|
|
Source: use std::string overloads
Vitaly Stakhovsky
2020-03-10
2
-2/+2
|
|
/
|
/
|
*
|
Modernize memory management
Marc Chevrier
2020-03-08
4
-68/+41
|
/
*
CTest: Provide more detailed information on resource allocation error
Kyle Edwards
2020-02-24
3
-1/+35
*
Refactor: Provide more detailed error information from TryAllocateResources()
Kyle Edwards
2020-02-24
2
-16/+37
[next]