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
*
Split cmAlgorithms into a separate header file.
Stephen Kelly
2015-02-10
1
-0/+1
*
Merge topic 'cmStandardIncludes-cleanup'
Brad King
2015-02-10
4
-0/+7
|
\
|
*
cmStandardIncludes: Remove list include.
Stephen Kelly
2015-02-06
3
-0/+5
|
*
cmStandardIncludes: Remove deque include.
Stephen Kelly
2015-02-06
1
-0/+2
*
|
Remove use of cmsys_stl.
Stephen Kelly
2015-02-05
1
-2/+2
|
/
*
Merge topic 'ctest_submmit-CDASH_UPLOAD-encode-url'
Brad King
2015-01-30
3
-15/+31
|
\
|
*
ctest_submit: Escape URL components in CDASH_UPLOAD mode
Bill Hoffman
2015-01-30
3
-15/+31
*
|
Merge topic 'ctest-update-gmake-error-match'
Brad King
2015-01-29
1
-2/+2
|
\
\
|
|
/
|
/
|
|
*
ctest_build: Update GNU make error message matching (#15379)
Marco Nolden
2015-01-28
1
-2/+2
*
|
cmake: Use a default CA path when not using system curl
Brad King
2015-01-23
1
-1/+2
*
|
ctest_submit: Make CDASH_UPLOAD mode arguments more strict
Brad King
2015-01-20
3
-40/+68
*
|
ctest_submit: Add CDASH_UPLOAD mode to upload files to CDash
Bill Hoffman
2015-01-20
6
-3/+523
*
|
Replace foo.size() pattern with !foo.empty().
Stephen Kelly
2015-01-18
13
-42/+42
*
|
Replace !foo.size() pattern with foo.empty().
Stephen Kelly
2015-01-18
3
-9/+9
*
|
Replace 'foo.size() != 0' pattern with !foo.empty().
Stephen Kelly
2015-01-18
2
-3/+3
*
|
Replace 'foo.size() == 0' pattern with foo.empty().
Stephen Kelly
2015-01-18
12
-30/+30
*
|
Replace 'foo.size() > 0' pattern with !foo.empty().
Stephen Kelly
2015-01-18
9
-32/+32
*
|
Merge topic 'fix-ctest_build-output-processing-regression'
Brad King
2015-01-16
1
-1/+1
|
\
\
|
*
|
ctest_build: Fix logic regression in parent that clips build output
Brad King
2015-01-15
1
-1/+1
*
|
|
Merge topic 'improve_cobertura'
Brad King
2015-01-12
1
-9/+39
|
\
\
\
|
*
|
|
ctest_coverage: Fix parsing of absolute paths in Cobertura files
Zack Galbreath
2015-01-12
1
-9/+39
*
|
|
|
Merge topic 'drop-ancient-workarounds'
Brad King
2015-01-12
21
-44/+36
|
\
\
\
\
|
*
|
|
|
Port all cmOStringStream to std::ostringstream.
Stephen Kelly
2015-01-11
20
-36/+36
|
*
|
|
|
Drop SGI as a CMake host compiler.
Stephen Kelly
2015-01-08
1
-8/+0
|
|
/
/
/
*
|
|
|
Use two-iterator std::set::insert where appropriate.
Stephen Kelly
2015-01-11
4
-36/+9
|
|
/
/
|
/
|
|
*
|
|
Use insert instead of a loop in some cases.
Stephen Kelly
2015-01-11
4
-29/+9
|
/
/
*
|
Merge topic 'base64-casts'
Brad King
2015-01-08
2
-5/+4
|
\
\
|
*
|
cmCTest: Use size_t for cmsysBase64_Encode return value
Brad King
2014-12-26
2
-5/+4
*
|
|
cmParseDelphiCoverage: Remove superfluous semicolons after methods
Christoph GrĂ¼ninger
2014-12-23
1
-2/+2
*
|
|
Merge topic 'base64-constref'
Brad King
2014-12-23
1
-1/+1
|
\
\
\
|
*
|
|
cmCTestTestHandler: take reference to temporary string instead of doing a copy
Rolf Eike Beer
2014-12-22
1
-1/+1
|
|
/
/
*
|
|
Merge topic 'cleanup-ExpandListArgument-usage'
Brad King
2014-12-23
1
-45/+6
|
\
\
\
|
*
|
|
Remove some temporary vectors for ExpandListArgument.
Stephen Kelly
2014-12-18
1
-45/+6
|
|
/
/
*
|
|
ctest_coverage: Fix error message to report the file name
Vladislav Vinogradov
2014-12-22
1
-1/+1
|
/
/
*
|
Merge topic 'ctest_memcheck-no-empty-BC-output'
Brad King
2014-12-17
1
-0/+4
|
\
\
|
*
|
ctest_memcheck: Do not open empty BC output file name
Brad King
2014-12-16
1
-0/+4
*
|
|
CTest: Remove code to fix scanbuild errors
Joseph Snyder
2014-12-15
2
-4/+0
|
/
/
*
|
ctest: count errors from scripts properly
Ben Boeckel
2014-12-10
1
-1/+1
*
|
ctest --launch: write to cout and cerr in binary
Ben Boeckel
2014-12-05
1
-0/+13
*
|
Remove some unneeded c_str calls.
Stephen Kelly
2014-11-23
6
-16/+16
*
|
CTest: Add Javascript coverage parser
Joseph Snyder
2014-10-29
4
-0/+257
*
|
Merge topic 'remove-borland-build'
Brad King
2014-10-21
1
-3/+0
|
\
\
|
*
|
Remove borland workarounds.
Stephen Kelly
2014-10-15
1
-3/+0
|
|
/
*
|
Merge topic 'remove-redundant-c_str'
Brad King
2014-10-21
16
-99/+99
|
\
\
|
*
|
strings: Remove redundant calls to std::string::c_str()
Nils Gladitz
2014-10-15
16
-99/+99
|
|
/
*
|
Merge topic 'ctest-delphi-coverage'
Brad King
2014-10-21
4
-0/+338
|
\
\
|
|
/
|
/
|
|
*
CTest: Add code coverage parser for Pascal/Delphi
Joseph Snyder
2014-10-21
4
-0/+338
*
|
Merge topic 'ctest-memcheck-sanitizers'
Brad King
2014-10-08
2
-18/+65
|
\
\
|
*
|
ctest_memcheck: Add support for MemorySanitizer msan
Bill Hoffman
2014-10-07
2
-0/+23
|
*
|
ctest_memcheck: Add support for UndefinedBehaviorSanitizer ubsan
Ben Boeckel
2014-10-07
2
-2/+24
[next]