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
/
cmCTestSVN.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Code style: add missed explicit 'this->'
Oleksandr Koval
2021-01-05
1
-4/+4
*
Refactoring: use append functions from cmext/algorithm
Marc Chevrier
2019-12-17
1
-3/+4
*
Revise include order using clang-format-6.0
Kitware Robot
2019-10-01
1
-6/+7
*
clang-tidy: modernize-deprecated-headers
Regina Pfeifer
2019-09-16
1
-2/+2
*
clang-tidy: modernize-use-auto
Regina Pfeifer
2019-09-10
1
-1/+1
*
clang-tidy: Replace typedef with using
Regina Pfeifer
2019-09-03
1
-2/+2
*
Source sweep: Use cmStrCat for string concatenation
Sebastian Holtermann
2019-08-22
1
-3/+3
*
Use cmAppend to append ranges to std::vector instances
Sebastian Holtermann
2019-05-23
1
-4/+3
*
Modernize: Prefer .substr in place of .c_str() + int
Artur Ryt
2019-03-30
1
-2/+2
*
cmSystemTools: More functions accept `std::string` params
Vitaly Stakhovsky
2019-02-20
1
-2/+2
*
clang-tidy: Use `= default`
Regina Pfeifer
2019-01-25
1
-3/+1
*
clang-tidy: Use emplace
Regina Pfeifer
2019-01-17
1
-1/+1
*
CTestSVN: Accept std::string in SVNInfo constructor
Brad King
2019-01-17
1
-1/+1
*
clang-tidy: Fix readability-static-accessed-through-instance
Regina Pfeifer
2018-11-21
1
-2/+4
*
Revise C++ coding style using clang-format-6.0
Kitware Robot
2018-06-01
1
-8/+12
*
Reduce allocation of temporary values on heap.
Pavel Solodovnikov
2018-01-26
1
-2/+2
*
Replace empty-string comparisons with checking against `empty()`.
Pavel Solodovnikov
2017-09-21
1
-1/+1
*
Use C++11 override instead of CM_OVERRIDE
Brad King
2017-09-15
1
-10/+10
*
Meta: modernize old-fashioned loops to range-based `for` (CTest).
Pavel Solodovnikov
2017-09-14
1
-18/+7
*
Use C++11 nullptr
Daniel Pfeifer
2017-08-24
1
-1/+1
*
c++: prefer vectors over lists
Ben Boeckel
2017-05-04
1
-6/+6
*
Use quotes for non-system includes
Daniel Pfeifer
2017-04-11
1
-1/+1
*
ctest_update: Capture failure of svn to load revisions and local mods
Brad King
2017-02-16
1
-9/+14
*
ctest_update: Refactor internal APIs to support more failure cases
Brad King
2017-02-16
1
-4/+8
*
ctest_update: Fix svn log and external loading
Brad King
2017-02-15
1
-1/+4
*
Simplify CMake per-source license notices
Brad King
2016-09-27
1
-11/+2
*
CTestSVN: Fix segfault when CTEST_UPDATE_VERSION_ONLY is enabled
Nils Gladitz
2016-09-12
1
-8/+9
*
CTest: fix include-what-you-use violations
Daniel Pfeifer
2016-08-25
1
-0/+6
*
CTest: don't use else after return
Daniel Pfeifer
2016-08-18
1
-5/+4
*
Make sure unnused parameters are /*named*/
Daniel Pfeifer
2016-08-16
1
-1/+1
*
use CM_NULLPTR
Daniel Pfeifer
2016-06-28
1
-1/+1
*
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
-9/+9
*
Add missing braces around statements.
Daniel Pfeifer
2016-06-10
1
-1/+2
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
1
-210/+173
*
Remove `//------...` horizontal separator comments
Brad King
2016-05-09
1
-22/+0
*
cmCTestUpdateHandler: Port to cmXMLWriter
Daniel Pfeifer
2015-05-26
1
-3/+3
*
stringapi: Miscellaneous char* parameters
Ben Boeckel
2014-03-08
1
-9/+9
*
strings: Remove cmStdString references
Ben Boeckel
2014-03-08
1
-4/+4
*
ctest_update: Tell svn not to prompt interactively (#13024)
Nils Gladitz
2012-09-25
1
-22/+57
*
cmCTestSVN: Load and process information from externals
Xavier Besseron
2012-09-04
1
-6/+32
*
cmCTestSVN: Add a LoadExternal() function and an ExternalParser class
Xavier Besseron
2012-09-04
1
-0/+50
*
cmCTestSVN: Use the SVNInfo structure
Xavier Besseron
2012-09-04
1
-65/+89
*
cmCTestSVN: Create the SVNInfo for the root repository
Xavier Besseron
2012-09-04
1
-0/+3
*
cmCTestSVN: Extend Revision struct with SVN repo information
Xavier Besseron
2012-09-04
1
-3/+8
*
cmCTestSVN: Add the new SVNInfo structure
Xavier Besseron
2012-09-03
1
-0/+26
*
Submit Subversion directory path in Update.xml
Brad King
2009-12-18
1
-0/+8
*
Convert CMake to OSI-approved BSD License
Brad King
2009-09-28
1
-14/+9
*
Fix classification of externals in svn status
Brad King
2009-08-12
1
-2/+2
*
ENH: Factor global-VC parts out of cmCTestSVN
Brad King
2009-04-22
1
-87/+5
[next]