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
*
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
*
|
Use C++11 override instead of CM_OVERRIDE
Brad King
2017-09-15
1
-4/+4
|
/
*
Meta: modernize old-fashioned loops to range-based `for` (CTest).
Pavel Solodovnikov
2017-09-14
1
-48/+33
*
Replace C-style casts
Daniel Pfeifer
2017-08-27
1
-13/+14
*
Use C++11 nullptr
Daniel Pfeifer
2017-08-24
1
-9/+9
*
Change ComputeFileMD5 to ComputeFileHash
André Klitzing
2017-07-14
1
-7/+5
*
Access string npos without instance
Pavel Solodovnikov
2017-06-01
1
-1/+1
*
ctest_submit: Add HTTPHEADER option
Zack Galbreath
2017-05-04
1
-1/+11
*
Use quotes for non-system includes
Daniel Pfeifer
2017-04-11
1
-5/+5
*
Add self-sufficient wrapper for <sys/stat.h>
Daniel Pfeifer
2017-03-24
1
-1/+1
*
cmWorkingDirectory: use the new class
Ben Boeckel
2017-03-06
1
-10/+3
*
ctest_submit: improve handling of QUIET option
Zack Galbreath
2017-01-20
1
-0/+1
*
ctest_submit: Allow RETRY_COUNT for CDASH_UPLOAD
Zack Galbreath
2017-01-20
1
-16/+101
*
clang-tidy: apply modernize-use-bool-literals fixes
Daniel Pfeifer
2016-12-12
1
-2/+2
*
clang-tidy: apply readability-redundant-string-init fixes
Daniel Pfeifer
2016-12-12
1
-3/+3
*
iwyu: Fix more findings
Daniel Pfeifer
2016-11-28
1
-9/+9
*
Windows: Encode child process output to internally-used encoding
Dāvis Mosāns
2016-11-14
1
-1/+12
*
Do not query CDash for version
Zack Galbreath
2016-11-08
1
-19/+2
*
cmCTestSubmitHandler: Remove redundant c_str()
Daniel Pfeifer
2016-11-05
1
-1/+1
*
cmListFileCache: Remove cmState header include
Stephen Kelly
2016-10-19
1
-0/+1
*
cmState: Port dependents to new cmStateTypes header
Stephen Kelly
2016-10-19
1
-1/+1
*
Simplify CMake per-source license notices
Brad King
2016-09-27
1
-11/+2
*
CTest: fix include-what-you-use violations
Daniel Pfeifer
2016-08-25
1
-10/+12
*
Make sure unnused parameters are /*named*/
Daniel Pfeifer
2016-08-16
1
-5/+5
*
use CM_NULLPTR
Daniel Pfeifer
2016-06-28
1
-7/+7
*
mark functions with CM_OVERRIDE
Daniel Pfeifer
2016-06-27
1
-1/+1
*
Add CM_OVERRIDE to some functions
Daniel Pfeifer
2016-06-27
1
-3/+3
*
Remove c_str() calls from stream arguments.
Daniel Pfeifer
2016-06-06
1
-8/+7
*
Merge topic 'size-empty'
Brad King
2016-06-03
1
-2/+2
|
\
|
*
Use the empty() method to check for emptyness.
Daniel Pfeifer
2016-06-02
1
-2/+2
*
|
Simplify boolean expressions
Daniel Pfeifer
2016-06-02
1
-8/+1
|
/
*
Improve string find: prefer character overloads.
Daniel Pfeifer
2016-05-24
1
-2/+2
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
1
-825/+681
*
Remove `//------...` horizontal separator comments
Brad King
2016-05-09
1
-14/+0
*
Isolate formatted streaming blocks with clang-format off/on
Brad King
2016-05-06
1
-0/+2
*
Format include directive blocks and ordering with clang-format
Brad King
2016-04-29
1
-6/+6
*
Source: Stabilize include order
Brad King
2016-04-29
1
-0/+1
*
CTest: Set Content-Type header for http file upload (#15774)
Derek Bruening
2015-10-12
1
-0/+8
*
Port Global property interaction to cmState.
Stephen Kelly
2015-04-15
1
-1/+2
*
cmake: Remove the happy global property scope pattern.
Stephen Kelly
2015-04-15
1
-1/+1
*
ctest_submit: Add QUIET option
Zack Galbreath
2015-02-23
1
-112/+127
*
ctest_submit: Escape URL components in CDASH_UPLOAD mode
Bill Hoffman
2015-01-30
1
-11/+14
*
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
1
-4/+10
*
ctest_submit: Add CDASH_UPLOAD mode to upload files to CDash
Bill Hoffman
2015-01-20
1
-1/+160
*
Replace foo.size() pattern with !foo.empty().
Stephen Kelly
2015-01-18
1
-5/+5
*
Replace !foo.size() pattern with foo.empty().
Stephen Kelly
2015-01-18
1
-4/+4
*
Replace 'foo.size() == 0' pattern with foo.empty().
Stephen Kelly
2015-01-18
1
-1/+1
[next]