index
:
delta/cmake.git
baserock/morph
dashboard
hooks
maint
master
next
nightly
nightly-master
release
gitlab.kitware.com: cmake/cmake.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Source
/
cmCTest.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
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-02
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-15
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
*
Pass arguments that are not modified as const&.
Daniel Pfeifer
2016-05-26
1
-6
/
+6
*
Improve string find: prefer character overloads.
Daniel Pfeifer
2016-05-24
1
-2
/
+2
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
1
-1546
/
+1084
*
Remove `//------...` horizontal separator comments
Brad King
2016-05-09
1
-79
/
+0
*
Format include directive blocks and ordering with clang-format
Brad King
2016-04-29
1
-17
/
+17
*
Source: Stabilize include order
Brad King
2016-04-29
1
-0
/
+1
*
cmState: Initialize default definitions immediately.
Stephen Kelly
2015-10-14
1
-0
/
+1
*
CTest: Remove needless cmLocalGenerator creation.
Stephen Kelly
2015-10-05
1
-2
/
+0
*
CTest: Add options to limit output of passed and failed tests
Roman Wüger
2015-09-18
1
-1
/
+40
*
Merge topic 'fix-ctest-xml-double-encoding'
Brad King
2015-08-31
1
-4
/
+1
|
\
|
*
CTest: Fix XML double-encoding cases
Daniel Pfeifer
2015-08-28
1
-4
/
+1
*
|
cmLocalGenerator: Create from already-constructed cmMakefile.
Stephen Kelly
2015-08-28
1
-4
/
+4
*
|
cmGlobalGenerator: Remove MakeLocalGenerator method.
Stephen Kelly
2015-08-28
1
-1
/
+1
*
|
cmGlobalGenerator: Require a snapshot to create a local generator.
Stephen Kelly
2015-08-28
1
-1
/
+2
*
|
CTest: Report to CDash the compiler version used to build the project
Daniel Pfeifer
2015-08-11
1
-3
/
+2
*
|
CTest: Optionally add a ChangeId attribute on XML Site tags
Zack Galbreath
2015-07-17
1
-0
/
+7
[next]