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
...
*
|
clang-tidy: apply misc-redundant-expression fixes
Daniel Pfeifer
2016-12-12
1
-3/+2
*
|
clang-tidy: apply readability-static-definition-in-anonymous-namespace fixes
Daniel Pfeifer
2016-12-12
1
-4/+4
*
|
clang-tidy: apply modernize-use-bool-literals fixes
Daniel Pfeifer
2016-12-12
2
-3/+3
*
|
clang-tidy: apply readability-redundant-string-init fixes
Daniel Pfeifer
2016-12-12
5
-13/+13
*
|
cmCTestTestHandler: use multimap
Daniel Pfeifer
2016-12-03
1
-27/+20
*
|
Windows: Use UTF-8 for pipes in CMake, CTest and CPack
Dāvis Mosāns
2016-11-29
1
-1/+1
*
|
iwyu: Fix more findings
Daniel Pfeifer
2016-11-28
11
-61/+70
*
|
Merge topic 'improve_ctest_memcheck_output'
Brad King
2016-11-17
1
-10/+22
|
\
\
|
*
|
ctest: Improve output for `-T memcheck`
Bill Hoffman
2016-11-17
1
-10/+22
*
|
|
CTest: Use UTF-8 encoding for output from Git
Dāvis Mosāns
2016-11-15
1
-6/+11
*
|
|
Add Encoding option for RunChild, RunMakeCommand and RunProcess
Dāvis Mosāns
2016-11-14
4
-9/+15
*
|
|
Windows: Encode child process output to internally-used encoding
Dāvis Mosāns
2016-11-14
4
-8/+57
*
|
|
cmCTestBuildHandler: Use size_t in ProcessBuffer length argument
Brad King
2016-11-14
2
-2/+2
|
/
/
*
|
Merge topic 'cdash_version_check'
Brad King
2016-11-11
3
-21/+4
|
\
\
|
*
|
Do not query CDash for version
Zack Galbreath
2016-11-08
3
-21/+4
*
|
|
Merge topic 'ctest_memcheck_defect_count'
Brad King
2016-11-11
6
-3/+50
|
\
\
\
|
*
|
|
ctest_memcheck: Add DEFECT_COUNT option to capture defect count
Betsy McPhail
2016-11-09
6
-3/+50
*
|
|
|
Merge topic 'import-librhash'
Brad King
2016-11-10
1
-9/+6
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Port hash computation to cmCryptoHash
Brad King
2016-11-10
1
-9/+6
|
|
/
/
*
|
|
Merge topic 'include-what-you-use'
Brad King
2016-11-08
1
-0/+1
|
\
\
\
|
*
|
|
Fix several include-what-you-use findings
Daniel Pfeifer
2016-11-08
1
-0/+1
|
|
/
/
*
|
|
cmCTestSubmitHandler: Remove redundant c_str()
Daniel Pfeifer
2016-11-05
1
-1/+1
|
/
/
*
|
Remove cmObject.h and cmTypeMacro.h
Daniel Pfeifer
2016-10-24
25
-25/+0
*
|
Make cmCTestGenericHandler not inherit from cmObject
Daniel Pfeifer
2016-10-22
11
-12/+12
*
|
Make cmCommand not inherit from cmObject
Daniel Pfeifer
2016-10-22
16
-35/+3
*
|
cmListFileCache: Remove cmState header include
Stephen Kelly
2016-10-19
3
-0/+3
*
|
cmState: Port dependents to new cmStateTypes header
Stephen Kelly
2016-10-19
4
-4/+4
*
|
cmState: Port dependent code to new cmStateSnapshot name
Stephen Kelly
2016-10-19
1
-1/+1
*
|
Merge topic 'timeout_after_match_testtime'
Brad King
2016-10-18
1
-0/+1
|
\
\
|
*
|
CTest: report time spent after matching output
Zack Galbreath
2016-10-17
1
-0/+1
*
|
|
ctest_configure: Propagate CTEST_USE_LAUNCHERS from caller to project
Bill Hoffman
2016-10-17
1
-0/+4
|
/
/
*
|
Do not define cout/cerr preprocessor symbols
Brad King
2016-10-04
1
-4/+0
|
/
*
Simplify CMake per-source license notices
Brad King
2016-09-27
88
-996/+176
*
Merge topic 'test-fixtures'
Brad King
2016-09-22
5
-2/+233
|
\
|
*
CTest: Add support for test fixtures
Craig Scott
2016-09-20
5
-2/+233
*
|
Merge topic 'ctest-capture-error'
Brad King
2016-09-21
5
-6/+119
|
\
\
|
|
/
|
/
|
|
*
CTest: Add CAPTURE_CMAKE_ERROR val to `ctest_*` commands
Bill Hoffman
2016-09-20
4
-4/+118
|
*
ctest_coverage: If gcov is not found just warn, not error
Bill Hoffman
2016-09-20
1
-2/+1
*
|
CTestSVN: Fix segfault when CTEST_UPDATE_VERSION_ONLY is enabled
Nils Gladitz
2016-09-12
2
-9/+10
|
/
*
surround macro arguments with parentheses
Daniel Pfeifer
2016-09-05
1
-2/+2
*
CTest: fix include-what-you-use violations
Daniel Pfeifer
2016-08-25
93
-177/+642
*
fix a batch of include-what-you-use violations
Daniel Pfeifer
2016-08-23
2
-0/+5
*
CTest: don't use else after return
Daniel Pfeifer
2016-08-18
14
-81/+66
*
Make sure unnused parameters are /*named*/
Daniel Pfeifer
2016-08-16
17
-39/+42
*
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
[prev]
[next]