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
*
Merge topic 'fix-ctest-update-locale'
Brad King
2015-03-02
1
-12/+12
|
\
|
*
CTest: To enforce the C locale use LC_ALL instead of LC_MESSAGES.
Nils Gladitz
2015-02-27
1
-12/+12
*
|
Merge topic 'remove_error_read_script'
Brad King
2015-02-27
1
-5/+1
|
\
\
|
*
|
CTest: Drop "Error in read script" message at end of testing
Zack Galbreath
2015-02-27
1
-5/+1
|
|
/
*
|
cmake: Teach --build to honor CMAKE_VERBOSE_MAKEFILE for Ninja
Gregor Jasny
2015-02-26
1
-1/+1
|
/
*
Merge topic 'ctest-output-options'
Brad King
2015-02-24
31
-529/+652
|
\
|
*
ctest_upload: Add QUIET option
Zack Galbreath
2015-02-23
2
-2/+9
|
*
ctest_memcheck: Add QUIET option
Zack Galbreath
2015-02-23
3
-47/+58
|
*
ctest_coverage: Add QUIET option
Zack Galbreath
2015-02-23
8
-211/+228
|
*
ctest_test: Add QUIET option
Zack Galbreath
2015-02-23
4
-50/+65
|
*
ctest_build: Add QUIET option
Zack Galbreath
2015-02-23
2
-40/+51
|
*
ctest_configure: Add QUIET option
Zack Galbreath
2015-02-23
2
-8/+10
|
*
ctest_update: Add QUIET option
Zack Galbreath
2015-02-23
2
-39/+44
|
*
ctest_start: Add QUIET option
Zack Galbreath
2015-02-23
2
-6/+27
|
*
ctest_submit: Add QUIET option
Zack Galbreath
2015-02-23
6
-126/+160
*
|
CTest: Use clear instead of erase-all.
Stephen Kelly
2015-02-17
1
-2/+1
*
|
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
|
/
/
[next]