summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestSVN.cxx
Commit message (Expand)AuthorAgeFilesLines
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-1/+1
* ctest_update: Capture failure of svn to load revisions and local modsBrad King2017-02-161-9/+14
* ctest_update: Refactor internal APIs to support more failure casesBrad King2017-02-161-4/+8
* ctest_update: Fix svn log and external loadingBrad King2017-02-151-1/+4
* Simplify CMake per-source license noticesBrad King2016-09-271-11/+2
* CTestSVN: Fix segfault when CTEST_UPDATE_VERSION_ONLY is enabledNils Gladitz2016-09-121-8/+9
* CTest: fix include-what-you-use violationsDaniel Pfeifer2016-08-251-0/+6
* CTest: don't use else after returnDaniel Pfeifer2016-08-181-5/+4
* Make sure unnused parameters are /*named*/Daniel Pfeifer2016-08-161-1/+1
* use CM_NULLPTRDaniel Pfeifer2016-06-281-1/+1
* mark functions with CM_OVERRIDEDaniel Pfeifer2016-06-271-1/+1
* Add CM_OVERRIDE to some functionsDaniel Pfeifer2016-06-271-9/+9
* Add missing braces around statements.Daniel Pfeifer2016-06-101-1/+2
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-210/+173
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-22/+0
* cmCTestUpdateHandler: Port to cmXMLWriterDaniel Pfeifer2015-05-261-3/+3
* stringapi: Miscellaneous char* parametersBen Boeckel2014-03-081-9/+9
* strings: Remove cmStdString referencesBen Boeckel2014-03-081-4/+4
* ctest_update: Tell svn not to prompt interactively (#13024)Nils Gladitz2012-09-251-22/+57
* cmCTestSVN: Load and process information from externalsXavier Besseron2012-09-041-6/+32
* cmCTestSVN: Add a LoadExternal() function and an ExternalParser classXavier Besseron2012-09-041-0/+50
* cmCTestSVN: Use the SVNInfo structureXavier Besseron2012-09-041-65/+89
* cmCTestSVN: Create the SVNInfo for the root repositoryXavier Besseron2012-09-041-0/+3
* cmCTestSVN: Extend Revision struct with SVN repo informationXavier Besseron2012-09-041-3/+8
* cmCTestSVN: Add the new SVNInfo structureXavier Besseron2012-09-031-0/+26
* Submit Subversion directory path in Update.xmlBrad King2009-12-181-0/+8
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* Fix classification of externals in svn statusBrad King2009-08-121-2/+2
* ENH: Factor global-VC parts out of cmCTestSVNBrad King2009-04-221-87/+5
* COMP: Fix cmCTestVC member access for HP compilerBrad King2009-02-251-1/+2
* ENH: Rewrite CTest Update implementationBrad King2009-02-251-0/+390
* ENH: Teach cmCTestSVN to load repo/tree relationBrad King2009-02-241-0/+42
* ENH: Factor out VCS work tree revision checksBrad King2009-02-241-0/+59
* ENH: Factor out svn work tree cleanupBrad King2009-02-241-0/+10
* ENH: Add cmCTestCVS and cmCTestSVNBrad King2009-02-241-0/+27