| Commit message (Expand) | Author | Age | Files | Lines |
* | ctest_memcheck: Add QUIET option | Zack Galbreath | 2015-02-23 | 1 | -36/+41 |
|
|
* | Replace foo.size() pattern with !foo.empty(). | Stephen Kelly | 2015-01-18 | 1 | -3/+3 |
|
|
* | Replace 'foo.size() == 0' pattern with foo.empty(). | Stephen Kelly | 2015-01-18 | 1 | -4/+4 |
|
|
* | Port all cmOStringStream to std::ostringstream. | Stephen Kelly | 2015-01-11 | 1 | -6/+6 |
|
|
* | ctest_memcheck: Do not open empty BC output file name | Brad King | 2014-12-16 | 1 | -0/+4 |
|
|
* | strings: Remove redundant calls to std::string::c_str() | Nils Gladitz | 2014-10-15 | 1 | -3/+3 |
|
|
* | ctest_memcheck: Add support for MemorySanitizer msan | Bill Hoffman | 2014-10-07 | 1 | -0/+22 |
|
|
* | ctest_memcheck: Add support for UndefinedBehaviorSanitizer ubsan | Ben Boeckel | 2014-10-07 | 1 | -1/+22 |
|
|
* | ctest_memcheck: Order sanitizer type code consistently | Brad King | 2014-10-07 | 1 | -22/+24 |
|
|
* | ctest: add support for additional sanitizer options | Ben Boeckel | 2014-10-03 | 1 | -5/+11 |
|
|
* | Fix truncation of valgrind output logic. | Bill Hoffman | 2014-08-04 | 1 | -22/+19 |
|
|
* | Handle more than one process with sanitizer errors. | Bill Hoffman | 2014-07-24 | 1 | -9/+18 |
|
|
* | CTest: Fix MemoryCheckType from 'ctest -T MemCheck' | Bill Hoffman | 2014-07-16 | 1 | -2/+2 |
|
|
* | ctest_memcheck: Add support for memory and leak sanitizer. | Bill Hoffman | 2014-07-16 | 1 | -11/+63 |
|
|
* | ctest_memcheck: Add support for ThreadSanitizer | Bill Hoffman | 2014-07-09 | 1 | -133/+306 |
|
|
* | cmCTestMemCheckHandler: Fix coding style in this class | Bill Hoffman | 2014-06-25 | 1 | -6/+6 |
|
|
* | Fix ctest to allow valgrind to show up in the path name of a memcheck tool. | Bill Hoffman | 2014-06-13 | 1 | -4/+5 |
|
|
* | Remove c_str calls when using stream APIs. | Stephen Kelly | 2014-03-11 | 1 | -8/+8 |
|
|
* | stringapi: Miscellaneous char* parameters | Ben Boeckel | 2014-03-08 | 1 | -12/+6 |
|
|
* | strings: Remove cmStdString references | Ben Boeckel | 2014-03-08 | 1 | -17/+17 |
|
|
* | Use cmsys::[io]fstream instead of cmsys_ios::[io]fstream. | Clinton Stimpson | 2014-01-07 | 1 | -2/+3 |
|
|
* | CTest: create one output file per memcheck (#14303) | Rolf Eike Beer | 2013-08-07 | 1 | -31/+70 |
|
|
* | CTest: fix comment documenting cmBoundsCheckerParser class | Rolf Eike Beer | 2013-05-09 | 1 | -2/+1 |
|
|
* | CTest: drop suppression for gcc 2.9.6 errors from default Valgrind flags | Rolf Eike Beer | 2013-05-09 | 1 | -1/+0 |
|
|
* | CTest: remove unreachable code and CTestTestMemcheckUnknown test | Rolf Eike Beer | 2013-05-09 | 1 | -7/+0 |
|
|
* | CTest: use an output file for Valgrind (#14110) | Rolf Eike Beer | 2013-05-09 | 1 | -0/+20 |
|
|
* | CTest: improve memory checker type detection | Rolf Eike Beer | 2012-10-04 | 1 | -69/+89 |
|
|
* | CTest: fix usage of memory checker with spaces in path | Rolf Eike Beer | 2012-10-01 | 1 | -9/+6 |
|
|
* | Remove trailing whitespace from most CMake and C/C++ code | Kitware Robot | 2012-08-13 | 1 | -20/+20 |
|
|
* | CTest: Escape MemCheck test output for XML (#13124) | Brad King | 2012-04-26 | 1 | -1/+1 |
|
|
* | CTest: Match valgrind errors with "points to" (#12922) | Alexandru Ciobanu | 2012-03-09 | 1 | -1/+1 |
|
|
* | CTest: Fixed valgrind output parsing (#12260) | Johannes Stallkamp | 2011-09-05 | 1 | -12/+12 |
|
|
* | We will actually compress memcheck output if the server supports it. | Zach Mullen | 2011-05-26 | 1 | -1/+13 |
|
|
* | CTest: Avoid use of old EscapeSpaces method | Brad King | 2010-08-18 | 1 | -34/+34 |
|
|
* | fix number of callers to work with newer versions of valgrind | Bill Hoffman | 2009-11-11 | 1 | -1/+1 |
|
|
* | Fix bug#9767 catch missing leak. | Bill Hoffman | 2009-10-29 | 1 | -2/+10 |
|
|
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -14/+9 |
|
|
* | MemCheck should now work again in ctest | Zach Mullen | 2009-08-28 | 1 | -24/+2 |
|
|
* | Added ctest -N test. Fixed ctest working directory bug. MemCheck fix coming... | Zach Mullen | 2009-08-28 | 1 | -1/+1 |
|
|
* | BUG: fix for bug #8153 add purify suppression file and fix output to not be o... | Bill Hoffman | 2009-05-27 | 1 | -0/+17 |
|
|
* | ENH: Create cmXMLSafe to help escapes in XML | Brad King | 2009-02-05 | 1 | -7/+8 |
|
|
* | ENH: Put test labels in MemCheck results | Brad King | 2009-02-02 | 1 | -26/+4 |
|
|
* | ENH: Teach ctest_* to create appending XML files | Brad King | 2009-01-12 | 1 | -1/+1 |
|
|
* | ENH: enhancements for cdash, include system information and better time entries | Bill Hoffman | 2008-01-30 | 1 | -1/+4 |
|
|
* | ENH: fix output and valgrind truncation issue | Bill Hoffman | 2007-08-10 | 1 | -11/+15 |
|
|
* | ENH: add another valgrind error type | Bill Hoffman | 2007-08-03 | 1 | -0/+5 |
|
|
* | STYLE: fix some kwstyle errors | Bill Hoffman | 2007-07-27 | 1 | -5/+10 |
|
|
* | ENH: add test output to valgrind output and truncate output for valgrind | Bill Hoffman | 2007-07-26 | 1 | -3/+42 |
|
|
* | ENH: add support for bounds checker | Bill Hoffman | 2007-07-24 | 1 | -34/+291 |
|
|
* | BUG: Replace some errors with warnings | Andy Cedilnik | 2006-10-13 | 1 | -1/+1 |
|
|