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
/
cmCTestBuildHandler.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
CTest: don't use else after return
Daniel Pfeifer
2016-08-18
1
-2/+1
*
use CM_NULLPTR
Daniel Pfeifer
2016-06-28
1
-11/+12
*
Use the empty() method to check for emptyness.
Daniel Pfeifer
2016-06-02
1
-1/+1
*
Improve string find: prefer character overloads.
Daniel Pfeifer
2016-05-24
1
-1/+1
*
Revise C++ coding style using clang-format
Kitware Robot
2016-05-16
1
-523/+408
*
CTest: Do not treat "Note: ..." lines as errors (#14394)
Brad King
2016-05-11
1
-0/+1
*
Remove `//------...` horizontal separator comments
Brad King
2016-05-09
1
-20/+0
*
Format include directive blocks and ordering with clang-format
Brad King
2016-04-29
1
-8/+8
*
Remove unused cmLocalGenerator include.
Stephen Kelly
2015-10-05
1
-1/+0
*
CTest: hide progress ticks in verbose output
Daniel Pfeifer
2015-07-06
1
-5/+5
*
Merge topic 'ctest-xml-refactor'
Brad King
2015-05-28
1
-58/+41
|
\
|
*
cmCTestBuildHandler: Port to cmXMLWriter
Daniel Pfeifer
2015-05-26
1
-58/+41
*
|
Merge topic 'ctest-update-gmake-error-match'
Brad King
2015-05-28
1
-2/+2
|
\
\
|
|
/
|
/
|
|
*
ctest_build: Fix regression in GNU make error message matching
Zack Galbreath
2015-05-27
1
-2/+2
*
|
Include cmAlgorithms where it is used.
Stephen Kelly
2015-03-10
1
-0/+1
*
|
ctest_build: Add QUIET option
Zack Galbreath
2015-02-23
1
-34/+42
*
|
Merge topic 'ctest-update-gmake-error-match'
Brad King
2015-01-29
1
-2/+2
|
\
\
|
|
/
|
*
ctest_build: Update GNU make error message matching (#15379)
Marco Nolden
2015-01-28
1
-2/+2
*
|
Replace foo.size() pattern with !foo.empty().
Stephen Kelly
2015-01-18
1
-1/+1
*
|
Replace 'foo.size() == 0' pattern with foo.empty().
Stephen Kelly
2015-01-18
1
-2/+2
*
|
Replace 'foo.size() > 0' pattern with !foo.empty().
Stephen Kelly
2015-01-18
1
-2/+2
*
|
ctest_build: Fix logic regression in parent that clips build output
Brad King
2015-01-15
1
-1/+1
*
|
Use insert instead of a loop in some cases.
Stephen Kelly
2015-01-11
1
-5/+2
*
|
Remove some unneeded c_str calls.
Stephen Kelly
2014-11-23
1
-1/+1
*
|
Merge topic 'remove-borland-build'
Brad King
2014-10-21
1
-3/+0
|
\
\
|
*
|
Remove borland workarounds.
Stephen Kelly
2014-10-15
1
-3/+0
|
|
/
*
|
strings: Remove redundant calls to std::string::c_str()
Nils Gladitz
2014-10-15
1
-4/+4
|
/
*
CTest: Teach the launchers to honer the max warnings and errors
Bill Hoffman
2014-06-25
1
-2/+7
*
Remove c_str calls when using stream APIs.
Stephen Kelly
2014-03-11
1
-1/+1
*
strings: Remove cmStdString references
Ben Boeckel
2014-03-08
1
-6/+6
*
Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream.
Clinton Stimpson
2014-01-07
1
-3/+4
*
Use new cmHasLiteralPrefix function
Stephen Kelly
2013-11-21
1
-2/+2
*
Remove trailing whitespace from most CMake and C/C++ code
Kitware Robot
2012-08-13
1
-6/+6
*
CTest: Detect Xcode error "Command ... failed with exit code"
Alexandru Ciobanu
2012-03-09
1
-0/+1
*
CTest: Recognize Intel errors without space before colon (#12627)
Brad King
2011-12-15
1
-1/+1
*
CTest: catch warning output of Apache Maven
Rolf Eike Beer
2011-03-18
1
-1/+3
*
Improve build error detection.
David Cole
2011-01-05
1
-2/+3
*
Merge topic 'external-project-launcher'
Brad King
2010-07-13
1
-5/+20
|
\
|
*
Detect CMake warnings and errors in build output.
David Cole
2010-07-10
1
-5/+20
*
|
Eliminate -Wconversion warnings.
David Cole
2010-06-27
1
-2/+2
|
/
*
Fix for for bug #10550, fix some errors for an old Sun compiler.
Bill Hoffman
2010-04-28
1
-0/+1
*
Fix issue #2336 - honor the -C arg to ctest. Honor it for all stages of runni...
David Cole
2009-12-04
1
-7/+29
*
Fix warnings in CMake source code. Suppress rampant warnings emanating from Q...
David Cole
2009-10-01
1
-2/+2
*
Convert CMake to OSI-approved BSD License
Brad King
2009-09-28
1
-14/+9
*
Re-enabled failing tests; fixed ctest_build output to be consistent in the er...
Zach Mullen
2009-09-21
1
-5/+6
*
Add parentheses around '&&' between '||' for gcc
Brad King
2009-09-11
1
-4/+4
*
ENH: Report file names relative to source dir
Brad King
2009-02-12
1
-3/+10
*
BUG: Do not drop build fragments with same time
Brad King
2009-02-12
1
-3/+4
*
ENH: Teach CTest dashboard builds to use launchers
Brad King
2009-02-11
1
-2/+233
*
ENH: Create cmXMLSafe to help escapes in XML
Brad King
2009-02-05
1
-4/+5
[next]