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
/
cmCTestSubmitHandler.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revise include order using clang-format-6.0
Kitware Robot
2019-10-01
1
-3/+4
*
clang-tidy: modernize-deprecated-headers
Regina Pfeifer
2019-09-16
1
-2/+2
*
clang-tidy: Replace typedef with using
Regina Pfeifer
2019-09-03
1
-1/+1
*
Merge topic 'source_sweep_cmExpandedList'
Brad King
2019-08-26
1
-4/+2
|
\
|
*
Source sweep: Replace cmExpandList with the shorter cmExpandedList
Sebastian Holtermann
2019-08-23
1
-4/+2
*
|
ctest: rename TRACK to GROUP
Zack Galbreath
2019-08-22
1
-3/+8
|
/
*
Source sweep: Use cmIsOn instead of cmSystemTools::IsOn
Sebastian Holtermann
2019-08-17
1
-2/+2
*
Merge topic 'cmExpandList'
Kyle Edwards
2019-08-16
1
-2/+2
|
\
|
*
Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgument
Sebastian Holtermann
2019-08-14
1
-2/+2
*
|
cmStringAlgorithms: Add cmStrToLong and cmStrToULong
Sebastian Holtermann
2019-08-10
1
-3/+2
|
/
*
clang-tidy: Enable performance-inefficient-string-concatenation
Sebastian Holtermann
2019-08-05
1
-4/+4
*
cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.h
Sebastian Holtermann
2019-07-29
1
-0/+1
*
CTest: Generate Done.xml before calculating its hash
Betsy McPhail
2019-07-19
1
-9/+9
*
Use cmAppend to append ranges to std::vector instances
Sebastian Holtermann
2019-05-23
1
-14/+7
*
cmCTest: Cleanup typedefs
Regina Pfeifer
2019-03-20
1
-1/+1
*
cmCTest: Use concrete accessor functions for TestingHandlers
Regina Pfeifer
2019-03-20
1
-4/+2
*
Prefer front/back/data over dereferencing begin/rbegin iter
Artur Ryt
2019-02-06
1
-11/+10
*
cleanup: Prefer compiler provided special member functions
Regina Pfeifer
2019-01-25
1
-5/+1
*
clang-tidy: Use `= default`
Regina Pfeifer
2019-01-25
1
-1/+1
*
Merge topic 'use-emplace'
Brad King
2019-01-21
1
-1/+1
|
\
|
*
clang-tidy: Use emplace
Regina Pfeifer
2019-01-17
1
-1/+1
*
|
CTest: Add function GetSubmitURL
Regina Pfeifer
2019-01-16
1
-37/+2
*
|
ctest_submit: Remove submit method from log output
Regina Pfeifer
2019-01-16
1
-64/+33
|
/
*
clang-tidy: Remove redundant member initializations
Regina Pfeifer
2018-12-15
1
-1/+0
*
Merge topic 'submit-method'
Brad King
2018-12-07
1
-721/+5
|
\
|
*
CTest: Remove submission trigger
Regina Pfeifer
2018-11-28
1
-153/+0
|
*
CTest: Remove submit method 'ftp'
Regina Pfeifer
2018-11-28
1
-234/+5
|
*
CTest: Remove submit method 'scp'
Regina Pfeifer
2018-11-28
1
-133/+0
|
*
CTest: Remove submit method 'cp'
Regina Pfeifer
2018-11-28
1
-64/+0
|
*
CTest: Remove submit method 'xmlrpc'
Regina Pfeifer
2018-11-28
1
-137/+0
*
|
cmSystemTools: Add EncodeURL helper
Brad King
2018-11-28
1
-20/+1
|
/
*
CDashUpload: Use the query part of the submit url as field
Regina Pfeifer
2018-11-20
1
-3/+6
*
CTest: Don't require 'submit.php?' in submit location
Regina Pfeifer
2018-11-20
1
-2/+4
*
ctest_submit: Generate Done.xml at submit time
Zack Galbreath
2018-10-15
1
-1/+11
*
ctest_submit: Add support for a "Done" part
Betsy McPhail
2018-10-10
1
-0/+10
*
ctest_submit: Refactor file list to use a vector instead of a set
Betsy McPhail
2018-10-10
1
-22/+29
*
ctest: only create buildid when submitting from Testing/ dir
Zack Galbreath
2018-09-28
1
-20/+28
*
ctest_submit: pass additional info to CDash
Zack Galbreath
2018-09-17
1
-0/+23
*
ctest: allow cdash submissions using alternate authentication methods
Clinton Stimpson
2018-08-17
1
-0/+4
*
ctest_submit: show headers as debug info
Zack Galbreath
2018-06-27
1
-1/+1
*
Revise C++ coding style using clang-format-6.0
Kitware Robot
2018-06-01
1
-72/+102
*
cmWorkingDirectory: Check success of current dir changes
Craig Scott
2018-03-08
1
-0/+19
*
Reduce raw string pointers usage.
Pavel Solodovnikov
2018-01-31
1
-6/+6
*
CTest: introduce cmDuration
Wouter Klouwen
2018-01-23
1
-1/+2
*
CTest: adopt std::chrono::system_clock
Wouter Klouwen
2017-11-17
1
-2/+4
*
CTest: use std::chrono::steady_clock for time keeping
Wouter Klouwen
2017-11-14
1
-15/+21
*
Fix trivial typos in text
luzpaz
2017-11-03
1
-2/+2
*
Replace empty-string comparisons with checking against `empty()`.
Pavel Solodovnikov
2017-09-21
1
-5/+5
*
Merge topic 'string-clear'
Brad King
2017-09-19
1
-3/+3
|
\
|
*
Meta: replace empty-string assignments with `clear()`.
Pavel Solodovnikov
2017-09-15
1
-3/+3
[next]