summaryrefslogtreecommitdiffstats
path: root/Source/CTest/cmCTestMemCheckHandler.cxx
Commit message (Expand)AuthorAgeFilesLines
* Add CTEST_LABELS_FOR_SUBPROJECTS as a CTest module and script variableBetsy McPhail2017-07-101-0/+1
* Access string npos without instancePavel Solodovnikov2017-06-011-2/+2
* Use quotes for non-system includesDaniel Pfeifer2017-04-111-3/+3
* ctest_memcheck: Fix sanitizers when MemoryCheckSanitizerOptions is emptyJamie Snape2017-01-231-3/+9
* ctest_memcheck: Append sanitizers user options at the end to allow overridingSylvain Joubert2017-01-111-1/+1
* ctest_memcheck: do not add detect_leaks=1 to ASAN_OPTIONSJamie Snape2017-01-091-1/+0
* ctest_memcheck: join *SAN_OPTIONS with :Jamie Snape2017-01-091-4/+4
* MEMORYCHECK_SUPPRESSIONS_FILE: add support for sanitizersJamie Snape2017-01-091-1/+8
* ctest_memcheck: add support for standalone LeakSanitizerJamie Snape2017-01-091-0/+17
* ctest: Improve output for `-T memcheck`Bill Hoffman2016-11-171-10/+22
* Merge topic 'cdash_version_check'Brad King2016-11-111-1/+1
|\
| * Do not query CDash for versionZack Galbreath2016-11-081-1/+1
* | ctest_memcheck: Add DEFECT_COUNT option to capture defect countBetsy McPhail2016-11-091-2/+11
|/
* Do not define cout/cerr preprocessor symbolsBrad King2016-10-041-4/+0
* Simplify CMake per-source license noticesBrad King2016-09-271-12/+2
* CTest: fix include-what-you-use violationsDaniel Pfeifer2016-08-251-9/+5
* CTest: don't use else after returnDaniel Pfeifer2016-08-181-20/+17
* Make sure unnused parameters are /*named*/Daniel Pfeifer2016-08-161-1/+1
* use CM_NULLPTRDaniel Pfeifer2016-06-281-9/+9
* Add CM_OVERRIDE to some functionsDaniel Pfeifer2016-06-271-2/+2
* Remove c_str() calls from stream arguments.Daniel Pfeifer2016-06-061-4/+4
* Merge topic 'size-empty'Brad King2016-06-031-5/+6
|\
| * Use the empty() method to check for emptyness.Daniel Pfeifer2016-06-021-5/+6
* | Simplify boolean expressionsDaniel Pfeifer2016-06-021-12/+3
|/
* Remove redundant c_str() calls.Daniel Pfeifer2016-05-261-14/+8
* Revise C++ coding style using clang-formatKitware Robot2016-05-161-646/+448
* Remove `//------...` horizontal separator commentsBrad King2016-05-091-15/+0
* Format include directive blocks and ordering with clang-formatBrad King2016-04-291-9/+9
* Source: Stabilize include orderBrad King2016-04-291-0/+1
* CTest: Fix XML double-encoding casesDaniel Pfeifer2015-08-281-10/+6
* cmCTest{Test,MemCheck}Handler: Port to cmXMLWriterDaniel Pfeifer2015-05-261-49/+41
* ctest_memcheck: Add QUIET optionZack Galbreath2015-02-231-36/+41
* Replace foo.size() pattern with !foo.empty().Stephen Kelly2015-01-181-3/+3
* Replace 'foo.size() == 0' pattern with foo.empty().Stephen Kelly2015-01-181-4/+4
* Port all cmOStringStream to std::ostringstream.Stephen Kelly2015-01-111-6/+6
* ctest_memcheck: Do not open empty BC output file nameBrad King2014-12-161-0/+4
* strings: Remove redundant calls to std::string::c_str()Nils Gladitz2014-10-151-3/+3
* ctest_memcheck: Add support for MemorySanitizer msanBill Hoffman2014-10-071-0/+22
* ctest_memcheck: Add support for UndefinedBehaviorSanitizer ubsanBen Boeckel2014-10-071-1/+22
* ctest_memcheck: Order sanitizer type code consistentlyBrad King2014-10-071-22/+24
* ctest: add support for additional sanitizer optionsBen Boeckel2014-10-031-5/+11
* Fix truncation of valgrind output logic.Bill Hoffman2014-08-041-22/+19
* Handle more than one process with sanitizer errors.Bill Hoffman2014-07-241-9/+18
* CTest: Fix MemoryCheckType from 'ctest -T MemCheck'Bill Hoffman2014-07-161-2/+2
* ctest_memcheck: Add support for memory and leak sanitizer.Bill Hoffman2014-07-161-11/+63
* ctest_memcheck: Add support for ThreadSanitizerBill Hoffman2014-07-091-133/+306
* cmCTestMemCheckHandler: Fix coding style in this classBill Hoffman2014-06-251-6/+6
* Fix ctest to allow valgrind to show up in the path name of a memcheck tool.Bill Hoffman2014-06-131-4/+5
* Remove c_str calls when using stream APIs.Stephen Kelly2014-03-111-8/+8
* stringapi: Miscellaneous char* parametersBen Boeckel2014-03-081-12/+6