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
*
Use better KWSys SystemTools::GetEnv and HasEnv signatures
Dāvis Mosāns
2016-07-18
3
-24/+26
*
Avoid using KWSys auto_ptr by adopting it ourselves
Brad King
2016-06-29
3
-5/+5
*
use CM_NULLPTR
Daniel Pfeifer
2016-06-28
33
-146/+160
*
mark functions with CM_OVERRIDE
Daniel Pfeifer
2016-06-27
42
-139/+140
*
Add CM_OVERRIDE to some functions
Daniel Pfeifer
2016-06-27
12
-65/+65
*
Prefer istringstream and ostringstream over stringstream.
Daniel Pfeifer
2016-06-14
1
-1/+1
*
Add missing braces around statements.
Daniel Pfeifer
2016-06-10
5
-10/+20
*
Prefer std::ostream& over derivatives as parameters
Daniel Pfeifer
2016-06-08
2
-4/+4
*
Remove c_str() calls from stream arguments.
Daniel Pfeifer
2016-06-06
6
-19/+18
*
Merge topic 'size-empty'
Brad King
2016-06-03
11
-25/+27
|
\
|
*
Use the empty() method to check for emptyness.
Daniel Pfeifer
2016-06-02
11
-25/+27
*
|
Simplify boolean expressions
Daniel Pfeifer
2016-06-02
6
-43/+12
|
/
*
Merge topic 'remove-needless-copies'
Brad King
2016-05-27
12
-24/+21
|
\
|
*
Remove unnecessary local copies.
Daniel Pfeifer
2016-05-26
3
-9/+6
|
*
Pass arguments that are not modified as const&.
Daniel Pfeifer
2016-05-26
10
-15/+15
*
|
Remove redundant c_str() calls.
Daniel Pfeifer
2016-05-26
7
-21/+15
|
/
*
Improve string find: prefer character overloads.
Daniel Pfeifer
2016-05-24
5
-7/+7
*
cmCTestScriptHandler: don't call find repeatedly.
Daniel Pfeifer
2016-05-24
1
-3/+4
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
93
-9686/+7405
*
CTest: Do not treat "Note: ..." lines as errors (#14394)
Brad King
2016-05-11
1
-0/+1
*
Remove `//------...` horizontal separator comments
Brad King
2016-05-09
31
-374/+0
*
Move comments off of class access specifier lines
Brad King
2016-05-06
2
-2/+5
*
Isolate formatted streaming blocks with clang-format off/on
Brad King
2016-05-06
5
-0/+10
*
Source: Sort includes of sys/types.h as clang-format would
Brad King
2016-05-03
2
-2/+2
*
Format include directive blocks and ordering with clang-format
Brad King
2016-04-29
29
-110/+110
*
Source: Stabilize include order
Brad King
2016-04-29
40
-34/+42
*
Merge topic 'ctest-run-submodule-sync'
Brad King
2016-04-05
2
-4/+45
|
\
|
*
cmCTestGIT: run `git submodule sync` before updating submodules
Ben Boeckel
2016-04-01
1
-0/+22
|
*
cmCTestGIT: add an option to initialize submodules on update
Ben Boeckel
2016-04-01
2
-1/+20
|
*
cmCTestGIT: fix git version references
Ben Boeckel
2016-04-01
1
-3/+3
*
|
Merge topic 'cobertura_off_by_one'
Brad King
2016-04-05
1
-1/+0
|
\
\
|
*
|
cmParseCoberturaCoverage: Remove extra coverage line
Zack Galbreath
2016-03-30
1
-1/+0
|
|
/
*
|
Fix spelling typos in comments and documentation (#16037)
Felix Geyer
2016-03-29
1
-1/+1
|
/
*
CTest: Only apply the secondary test timeout once
Zack Galbreath
2016-03-23
1
-0/+2
*
CTest: Optionally use a secondary test timeout after matching output
Zack Galbreath
2016-03-22
5
-0/+62
*
CTest: Make coverage file selection more specific.
Joseph Snyder
2016-02-25
1
-2/+18
*
ctest_test: Report which tests failed even when QUIET is used
Zack Galbreath
2016-01-13
1
-2/+2
*
CTest: Expand directories for Cobertura search
Joseph Snyder
2015-11-23
1
-3/+18
*
Merge topic 'jacoco_out_of_source'
Brad King
2015-11-16
1
-4/+21
|
\
|
*
ctest_coverage: Search for Jacoco files in the binary directory
Zack Galbreath
2015-11-16
1
-4/+21
*
|
Fix trivial clang -Wdouble-promotion warnings
Sean McBride
2015-11-11
2
-2/+2
|
/
*
Merge topic 'fix-test-RUN_SERIAL-failure-regression'
Brad King
2015-10-26
1
-5/+4
|
\
|
*
CTest: Fix regression in handling of a RUN_SERIAL test that fails
Brad King
2015-10-23
1
-5/+4
*
|
cmState: Initialize default definitions immediately.
Stephen Kelly
2015-10-13
3
-0/+3
*
|
Merge topic 'ctest-submit-content-type'
Brad King
2015-10-12
2
-0/+14
|
\
\
|
|
/
|
*
CTest: Set Content-Type header for http file upload (#15774)
Derek Bruening
2015-10-12
2
-0/+14
*
|
Set the current dirs on the snapshot before creating the cmMakefile.
Stephen Kelly
2015-10-07
1
-6/+3
*
|
Remove unused cmLocalGenerator include.
Stephen Kelly
2015-10-05
3
-3/+0
*
|
CTest: Port away from cmLocalGenerator.
Stephen Kelly
2015-10-05
2
-14/+2
*
|
CTest: Remove needless cmLocalGenerator creation.
Stephen Kelly
2015-10-05
2
-6/+0
|
/
[next]