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
*
cmCTest: Remove dead code
Betsy McPhail
2017-11-07
1
-7/+3
*
CTest: fix Time formatting in Notes.xml
Zack Galbreath
2017-10-31
1
-1/+2
*
Improve several occurrences of vector::push_back in loops
Matthias Maennich
2017-09-28
1
-0/+2
*
Retire std::auto_ptr and its macro CM_AUTO_PTR
Matthias Maennich
2017-09-25
1
-8/+7
*
Replace empty-string comparisons with checking against `empty()`.
Pavel Solodovnikov
2017-09-21
1
-3/+3
*
Merge topic 'string-clear'
Brad King
2017-09-19
1
-7/+7
|
\
|
*
Meta: replace empty-string assignments with `clear()`.
Pavel Solodovnikov
2017-09-15
1
-9/+9
*
|
pass arguments as vector to cmCTest::RunCommand()
Rolf Eike Beer
2017-09-15
1
-11/+5
|
/
*
Meta: modernize old-fashioned loops to range-based `for` (CTest).
Pavel Solodovnikov
2017-09-14
1
-45/+33
*
Meta: modernize old-fashioned loops to range-based `for`.
Pavel Solodovnikov
2017-09-12
1
-21/+16
*
Replace C-style casts
Daniel Pfeifer
2017-08-27
1
-4/+4
*
Use C++11 nullptr
Daniel Pfeifer
2017-08-24
1
-25/+25
*
Merge topic 'labels-for-subprojects'
Brad King
2017-07-13
1
-0/+34
|
\
|
*
Display subproject timing summary
Betsy McPhail
2017-07-10
1
-0/+4
|
*
Add CTEST_LABELS_FOR_SUBPROJECTS as a CTest module and script variable
Betsy McPhail
2017-07-10
1
-0/+30
*
|
cmCTest: Add missing switch case fallthrough markup
Brad King
2017-07-05
1
-1/+2
|
/
*
Remove second arg: npos in substr usages
Pavel Solodovnikov
2017-06-01
1
-3/+2
*
Access string npos without instance
Pavel Solodovnikov
2017-06-01
1
-9/+9
*
cmake: initialize with Role that controls which commands to register
Daniel Pfeifer
2017-05-08
1
-1/+1
*
Add ctest options for limiting which tests fixtures add
Craig Scott
2017-05-01
1
-0/+28
*
Use quotes for non-system includes
Daniel Pfeifer
2017-04-11
1
-9/+9
*
cmCTest, cmCTestCoverageHandler: remove cwd dance
Ben Boeckel
2017-03-06
1
-2/+0
*
clang-tidy: apply misc-redundant-expression fixes
Daniel Pfeifer
2016-12-12
1
-1/+1
*
clang-tidy: apply modernize-use-bool-literals fixes
Daniel Pfeifer
2016-12-12
1
-2/+2
*
Add Encoding option for RunChild, RunMakeCommand and RunProcess
Dāvis Mosāns
2016-11-14
1
-6/+6
*
Windows: Encode child process output to internally-used encoding
Dāvis Mosāns
2016-11-14
1
-9/+47
*
Do not query CDash for version
Zack Galbreath
2016-11-08
1
-48/+0
*
Fix several include-what-you-use findings
Daniel Pfeifer
2016-11-08
1
-22/+23
*
cmListFileCache: Remove cmState header include
Stephen Kelly
2016-10-19
1
-0/+1
*
cmState: Port dependents to new cmStateTypes header
Stephen Kelly
2016-10-19
1
-1/+1
*
cmState: Move CacheEntryType enum to separate namespace
Stephen Kelly
2016-10-19
1
-1/+1
*
Do not define cout/cerr preprocessor symbols
Brad King
2016-10-04
1
-7/+0
*
Simplify CMake per-source license notices
Brad King
2016-09-27
1
-11/+2
*
CTest::CompressString: Avoid manual delete
Daniel Pfeifer
2016-09-23
1
-10/+5
*
CTest::CompressString: Reorder code to avoid unnecessary allocation
Daniel Pfeifer
2016-09-23
1
-8/+7
*
CTest::Base64EncodeFile: Avoid manual delete
Daniel Pfeifer
2016-09-23
1
-12/+7
*
fix a load of include-what-you-use violations
Daniel Pfeifer
2016-09-03
1
-27/+29
*
CMake: don't use else after return
Daniel Pfeifer
2016-08-18
1
-6/+5
*
Add additional <= and >= comparison operators
Chuck Atkins
2016-08-09
1
-5/+2
*
Use better KWSys SystemTools::GetEnv and HasEnv signatures
Dāvis Mosāns
2016-07-18
1
-5/+7
*
Merge topic 'reorganize-cmCTest'
Brad King
2016-07-06
1
-100/+135
|
\
|
*
cmCTest: Rename "ProcessTests()" to "ProcessSteps()" and improve doxygen
Jean-Christophe Fillion-Robin
2016-07-05
1
-2/+2
|
*
cmCTest: Facilitate code reading adding consistent comments in Run()
Jean-Christophe Fillion-Robin
2016-07-05
1
-4/+7
|
*
cmCTest: Improve readability adding "HandleTest(Action|Model)Argument()"
Jean-Christophe Fillion-Robin
2016-07-05
1
-43/+65
|
*
cmCTest: Improve readability adding "RunCMakeAndTest()" and "ExecuteTests()"
Jean-Christophe Fillion-Robin
2016-07-05
1
-54/+64
|
*
cmCTest: Fix typo
Jean-Christophe Fillion-Robin
2016-07-05
1
-1/+1
*
|
Avoid using KWSys auto_ptr by adopting it ourselves
Brad King
2016-06-29
1
-4/+4
|
/
*
use CM_NULLPTR
Daniel Pfeifer
2016-06-28
1
-25/+25
*
Remove c_str() calls from stream arguments.
Daniel Pfeifer
2016-06-06
1
-4/+4
*
Use the empty() method to check for emptyness.
Daniel Pfeifer
2016-06-02
1
-2/+2
[next]