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
*
Source: Fix clang -Wunused-but-set-variable warnings
Brad King
2022-04-06
3
-13/+2
*
Merge topic 'ctest-WORKING_DIRECTORY'
Brad King
2022-03-10
1
-0/+8
|
\
|
*
ctest: print WORKING_DIRECTORY property with -V
Kevin Puetz
2022-03-09
1
-0/+8
*
|
ctest: add option for output truncation
Frank Winklmeier
2022-03-08
5
-17/+73
*
|
cmCTestTestHandler: refactor CleanTestOutput method
Frank Winklmeier
2022-03-08
1
-16/+23
|
/
*
cmGlobalVisualStudio10Generator: Auto restore NuGet packages.
Carsten Rudolph
2022-01-22
1
-1/+2
*
cmBuildOptions: Split build arguments into separate object.
Carsten Rudolph
2022-01-22
1
-1/+4
*
Merge topic 'ctest-add_subdirectory'
Brad King
2021-12-09
1
-55/+38
|
\
|
*
CTest: Extract common implementation of add_subdirectory and subdirs
friendlyanon
2021-12-08
1
-55/+38
*
|
cmListFileBacktrace: Remove unused "bottom" entry
Brad King
2021-12-08
1
-1/+1
|
/
*
Source: Cleanup and simplify some code
Rose
2021-11-04
6
-31/+14
*
Source: Replace C headers with C++ ones
Rose
2021-11-02
9
-15/+12
*
Merge topic 'envmod-test-modifying-existing'
Brad King
2021-11-01
1
-1/+17
|
\
|
*
cmCTestRunTest: get the default value from the environment
Ben Boeckel
2021-10-29
1
-1/+17
*
|
Merge topic 'warnings-cleanup'
Brad King
2021-10-27
3
-6/+4
|
\
\
|
*
|
Source: fix more -Wmissing-prototypes warnings
Sean McBride
2021-10-25
1
-3/+3
|
*
|
Source: fix many -Wmissing-prototypes warnings by marking functions static
Sean McBride
2021-10-25
1
-1/+1
|
*
|
Source: fix some -Wunused-macros warnings
Sean McBride
2021-10-25
1
-2/+0
*
|
|
Merge topic 'purge-sprintf'
Brad King
2021-10-27
7
-16/+22
|
\
\
\
|
*
|
|
Replace the only non-standard _snprintf with snprintf
Sean McBride
2021-10-25
1
-1/+1
|
*
|
|
Source: Replace most calls to sprintf with snprintf
Sean McBride
2021-10-25
6
-15/+21
|
|
/
/
*
|
|
Merge topic 'simplify-boolean-expressions'
Brad King
2021-10-27
1
-3/+2
|
\
\
\
|
*
|
|
Source: Simplify some boolean expressions
Rose
2021-10-23
1
-3/+2
|
|
/
/
*
|
|
Merge topic 'envmod-support-mod-to-new-variables'
Brad King
2021-10-27
1
-6/+2
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
cmCTestRunTest: fix modifying non-existent envvars
Ben Boeckel
2021-10-26
1
-6/+2
*
|
Merge topic 'lcc-compiler'
Brad King
2021-10-19
1
-0/+5
|
\
\
|
*
|
LCC: Add dedicated support for MCST LCC compiler
makise-homura
2021-10-15
1
-0/+5
|
|
/
*
|
Merge topic 'ctest_submit-inactivity-timeout'
Brad King
2021-10-18
3
-3/+34
|
\
\
|
*
|
CTest: Add CTEST_SUBMIT_INACTIVITY_TIMEOUT variable
Nikhil Reddy Ramolla
2021-10-14
3
-3/+34
|
|
/
*
|
Source: Fix Clang -Wdeprecated warnings
Sean McBride
2021-10-15
1
-0/+2
|
/
*
Move helpers functions from cmStringAlgorithms.h to cmValue.h
Marc Chevrier
2021-09-21
2
-1/+2
*
Rename cmProp in cmValue
Marc Chevrier
2021-09-21
14
-64/+64
*
Use new SetOption signatures
Marc Chevrier
2021-09-15
3
-15/+15
*
cmCTestGenericHandler::SetOption accepts cmProp or std::string
Marc Chevrier
2021-09-15
2
-2/+34
*
cmCTestGenericHandler::GetOption returns cmProp
Marc Chevrier
2021-09-13
7
-35/+30
*
ctest_memcheck: generate `DynamicAnalysis-Test.xml` as well
Ben Boeckel
2021-09-09
2
-0/+16
*
cmProp: refactoring: transform alias in class
Marc Chevrier
2021-08-08
2
-6/+6
*
Merge branch 'master' into ctest-test-changing-labels
Kyle Edwards
2021-07-28
9
-159/+294
|
\
|
*
Merge topic 'ctest-environment-modifications'
Brad King
2021-07-13
5
-3/+151
|
|
\
|
|
*
CTest: add an ENVIRONMENT_MODIFICATION property
Ben Boeckel
2021-07-09
5
-3/+151
|
*
|
cmState: Construct with mode
Brad King
2021-07-12
1
-1/+1
|
|
/
|
*
ctest: support <CTestMeasurement> for runtime measurements
Zack Galbreath
2021-07-01
8
-156/+123
|
*
ctest: allow test output to add labels
Zack Galbreath
2021-06-17
3
-0/+20
*
|
CTest: Reset multi-options to persistent multi-options
Kyle Edwards
2021-07-28
1
-4/+2
|
/
*
ctest: allow test output to override the 'details' field
Zack Galbreath
2021-06-09
3
-1/+27
*
ctest: add support for attaching files to tests at run time
Zack Galbreath
2021-06-08
2
-39/+69
*
CTest: Exit coverage handling early if no binary dir
Joseph Snyder
2021-06-02
1
-0/+7
*
cmMessenger: Pass title inside a metadata structure
Marius Messerschmidt
2021-05-19
1
-1/+3
*
Source: Minor code improvements
Vitaly Stakhovsky
2021-05-11
1
-3/+2
*
cmCTestGenericHandler: Remove unused Command member
Craig Scott
2021-05-08
2
-5/+0
[next]