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
/
cmCTestUpdateHandler.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Simplify CMake per-source license notices
Brad King
2016-09-27
1
-12/+2
*
CTest: fix include-what-you-use violations
Daniel Pfeifer
2016-08-25
1
-20/+5
*
Avoid using KWSys auto_ptr by adopting it ourselves
Brad King
2016-06-29
1
-2/+2
*
use CM_NULLPTR
Daniel Pfeifer
2016-06-28
1
-1/+1
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
1
-170/+160
*
Remove `//------...` horizontal separator comments
Brad King
2016-05-09
1
-7/+0
*
Format include directive blocks and ordering with clang-format
Brad King
2016-04-29
1
-9/+9
*
Remove unused cmLocalGenerator include.
Stephen Kelly
2015-10-05
1
-1/+0
*
ctest_update: Fix RETURN_VALUE on VCS tool failure (#15610)
Brad King
2015-06-11
1
-2/+2
*
cmCTestUpdateHandler: Port to cmXMLWriter
Daniel Pfeifer
2015-05-26
1
-31/+32
*
CTest: Fix locale used for VCS updates
Nils Gladitz
2015-04-13
1
-41/+2
*
CTest: To enforce the C locale use LC_ALL instead of LC_MESSAGES.
Nils Gladitz
2015-02-27
1
-12/+12
*
ctest_update: Add QUIET option
Zack Galbreath
2015-02-23
1
-18/+21
*
Replace foo.size() pattern with !foo.empty().
Stephen Kelly
2015-01-18
1
-1/+1
*
Port all cmOStringStream to std::ostringstream.
Stephen Kelly
2015-01-11
1
-1/+1
*
Remove some unneeded c_str calls.
Stephen Kelly
2014-11-23
1
-1/+1
*
CTest: Allow / to be in the build name, and be consistent with the build name
Bill Hoffman
2014-08-18
1
-2/+3
*
Remove c_str calls when using stream APIs.
Stephen Kelly
2014-03-11
1
-1/+1
*
ctest_update: Add support for Perforce p4 client
Pedro Navarro
2013-10-26
1
-1/+25
*
ctest_update: Report failure in Update.xml
Brad King
2010-04-27
1
-0/+1
*
Use literal quotes in Update.xml UpdateCommand
Brad King
2009-12-18
1
-1/+2
*
CTest: Move initial checkout to ctest_start()
Brad King
2009-11-24
1
-35/+0
*
Convert CMake to OSI-approved BSD License
Brad King
2009-09-28
1
-14/+9
*
ENH: Teach CTest to handle Mercurial repositories
Brad King
2009-07-10
1
-1/+19
*
ENH: Teach CTest to handle Bazaar repositories
Brad King
2009-05-14
1
-0/+18
*
ENH: Teach CTest to handle git repositories
Brad King
2009-04-22
1
-1/+19
*
BUG: Fix return value of ctest_update
Brad King
2009-03-20
1
-2/+3
*
ENH: Refactor initial checkout into cmCTestVC
Brad King
2009-02-26
1
-40/+6
*
ENH: Rewrite CTest Update implementation
Brad King
2009-02-25
1
-637/+20
*
ENH: Factor out VCS work tree revision checks
Brad King
2009-02-24
1
-83/+11
*
ENH: Factor out nightly start time computation
Brad King
2009-02-24
1
-12/+1
*
ENH: Factor out svn work tree cleanup
Brad King
2009-02-24
1
-42/+3
*
ENH: Add cmCTestCVS and cmCTestSVN
Brad King
2009-02-24
1
-0/+17
*
ENH: Factor out VCS tool detection
Brad King
2009-02-24
1
-64/+93
*
ENH: Factor out initial checkout method
Brad King
2009-02-24
1
-58/+65
*
ENH: Refactor quoting of VCS tool command
Brad King
2009-02-23
1
-11/+9
*
ENH: Remove generation of unused Update.xml parts
Brad King
2009-02-17
1
-68/+7
*
BUG: Fix svn update logic for modified files
Brad King
2009-02-16
1
-0/+4
*
STYLE: Fix spelling in cmCTestUpdateHandler
Brad King
2009-02-16
1
-9/+9
*
ENH: Create cmXMLSafe to help escapes in XML
Brad King
2009-02-05
1
-19/+20
*
ENH: Divide CTest file submission list by part
Brad King
2009-01-12
1
-1/+1
*
BUG: Manage LC_MESSAGES with an object
Brad King
2009-01-06
1
-25/+44
*
STYLE: Remove trailing whitespace
Brad King
2009-01-06
1
-3/+3
*
BUG: use LC_MESSAGES = C instead of en_EN
Bill Hoffman
2008-10-19
1
-4/+4
*
BUG: Fix recognition of files deleted from CVS
Brad King
2008-10-18
1
-1/+8
*
ENH: play it safe and restore the value of LC_MESSAGES
Bill Hoffman
2008-10-10
1
-1/+17
*
ENH: make sure LC_MESSAGES is en_EN so that we can parse the output of svn an...
Bill Hoffman
2008-10-10
1
-0/+8
*
BUG: undo fix for 7292 because a switched file should show up as an odd thing...
Bill Hoffman
2008-10-01
1
-1/+1
*
BUG: fix for bug 7292, svn parsing flagged errors or conflicts for switched o...
Bill Hoffman
2008-09-09
1
-1/+1
*
STYLE: line length
Bill Hoffman
2008-01-31
1
-1/+2
[next]