]> git.vpit.fr Git - perl/modules/Test-Valgrind.git/history - lib
Update VPIT::TestHelpers to 15e8aee3
[perl/modules/Test-Valgrind.git] / lib /
2016-08-01 gregor herrmannfix a typo in the POD rt109349
2016-08-01 Vincent PitFix a couple of POD typos
2016-08-01 Vincent PitThis is 1.19 v1.19
2016-08-01 Vincent PitBump copyright year
2016-07-29 Vincent PitMore lax valgrind version parsing
2016-07-29 Vincent PitMake sure suppressions don't contain more than 24 frames
2016-07-29 Vincent PitPrevent double ... at the end of a suppression
2016-07-29 Vincent PitOnly allow 24 callers
2015-11-16 Vincent PitThis is 1.18 v1.18
2015-11-16 Vincent PitMake sure $version is not set when no suitable valgrind...
2015-11-16 Vincent PitImprove detection of executables
2015-11-15 Vincent PitRepresent valgrind version numbers by their own class
2015-11-13 Vincent PitThis is 1.17 v1.17
2015-11-12 Vincent PitThis is 1.16 v1.16
2015-11-12 Vincent PitAllow specifying 'allow_no_supp' to Test::Valgrind...
2015-11-12 Vincent PitImprove perl suppressions accuracy
2015-11-12 Vincent PitImprove error handling before exec
2015-11-12 Vincent PitHandle segfaults during suppressions generation gracefully
2015-11-12 Vincent PitRevamp test skipping logic
2015-11-12 Vincent PitAvoid eval STRING wherever possible
2015-11-12 Vincent PitDon't silence compilation errors when loading the parse...
2015-11-12 Vincent PitMove and improve the subclass validation logic into...
2015-11-11 Vincent PitMake Test::Valgrind skip if no appropriate suppressions... rt101934
2015-10-30 Vincent PitThis is 1.15 v1.15
2015-10-30 Vincent PitBump copyright year
2015-10-30 Vincent PitAdd 'regen_def_supp', an option to regenerate the suppr...
2015-10-30 Vincent PitNo "unless else" please
2015-10-30 Vincent PitAdd a capital to make the spelling test happy
2013-09-01 Vincent PitThis is 1.14 v1.14
2013-09-01 Vincent PitBump copyright year
2013-08-24 Vincent PitSilence a POD link error
2013-08-24 Vincent PitMake sure the POD headings are linkable
2013-08-24 Vincent PitPut each POD sentence on its own line
2011-08-25 Vincent PitThis is 1.13 v1.13
2011-08-25 Vincent PitBump copyright year
2011-08-25 Vincent PitSwitch to qw<>
2010-04-15 Vincent PitBump copyright year
2010-04-15 Vincent PitFix the session not calling ->finish at the right time
2009-11-29 Vincent PitThis is 1.12 v1.12
2009-11-29 Vincent PitThanks, David. Thanks, Debian people
2009-11-05 Vincent PitZ-demangle symbol names in suppressions
2009-11-04 Vincent PitThere's no need to strip out lines containing "valgrind...
2009-11-03 Vincent PitMake Suppressions->strip_tail remove multiple ellipsis
2009-11-03 Vincent PitAlso strip the (new) tail after cutting the suppression...
2009-11-03 Vincent PitAlways strip wildcard frames at the end of a suppression
2009-11-02 Vincent PitConsistently enforce a destruction level of 3
2009-10-30 Vincent PitReport which suppressions are used by the session
2009-10-30 Vincent PitFix non-portable hex numbers
2009-10-26 Vincent PitThe report_class is given by the tool, not by the action
2009-10-26 Vincent PitImprove Test::Valgrind front documentation
2009-10-08 Vincent PitThis is 1.11 v1.11
2009-09-26 Vincent PitMiscellanous doc nits
2009-09-26 Vincent PitDocument Parser->new
2009-09-26 Vincent PitAdd a DESCRIPTION to all modules
2009-09-26 Vincent PitAdd a ->parser_class method to the session that forward...
2009-09-26 Vincent PitReset the ->protocol_version before and after parsing
2009-09-26 Vincent PitComplete POD coverage
2009-09-26 Vincent PitMove the --xml option to Parser::XML
2009-09-22 Vincent PitThis is 1.10 v1.10
2009-09-22 Vincent PitRemove stack traces from common error messages
2009-09-22 Vincent PitAction::Test->abort should use the $msg it receives...
2009-09-22 Vincent PitFix valgrind option to Test::Valgrind::Session->new
2009-09-19 Vincent PitWith protocol v4, leakedbytes and leakedblocks are...
2009-09-19 Vincent PitHandle xwhat nodes of protocol v4
2009-09-19 Vincent PitMake Parser::XML::Twig collect the protocol version
2009-09-19 Vincent PitDocument Session->parser
2009-09-19 Vincent PitDon't scan for valgrind at configure time
2009-09-19 Vincent PitMake Parser::XML::Twig a subclass of a new Parser::XML
2009-09-19 Vincent PitAdd a default ->filter() to tools
2009-09-19 Vincent PitRemove ->parse() from Tool.pm
2009-09-19 Vincent PitAdd support for ->parser_class() in tools
2009-09-19 Vincent PitRemove support for report_class_{suppressions,analysis...
2009-09-19 Vincent PitMove the rest of the XML parser from Tool::memcheck...
2009-09-15 Vincent PitFactor the start/finish logic into a new Test::Valgrind...
2009-09-15 Vincent PitIntroduce the Test::Valgrind::Parser class hierarchy
2009-09-15 Vincent PitAdd parser support to Test::Valgrind::Session
2009-09-14 Vincent PitMove the XML::Twig part of Tool::memcheck to a new...
2009-09-13 Vincent PitGet rid of all pointers to Test::Valgrind::Tool::Suppre...
2009-08-25 Vincent PitRename Tool::SuppressionsParser to Parser::Suppressions...
2009-08-24 Vincent PitTool::memcheck::args needs to forward its $session...
2009-08-24 Vincent PitTools can only be run in one session at a time by default
2009-08-24 Vincent PitAlso use the report_class in Session
2009-08-24 Vincent PitHonor the report class in Tool::memcheck
2009-08-24 Vincent PitRemove an unused variable
2009-08-23 Vincent PitCleanup Test::Valgrind::Tool::SuppressionsParser.pm
2009-08-23 Vincent PitStyle nits
2009-05-02 Vincent PitThis is 1.02 v1.02
2009-05-02 Vincent PitAdd two missing descriptions
2009-05-02 Vincent PitA new pitch
2009-05-02 Vincent PitA short note about the API
2009-05-02 Vincent PitIgnore the stack trace below Perl_runops* when generati...
2009-05-02 Vincent PitLet the command filter reports
2009-04-25 Vincent PitPhrasing fix in Test::Valgrind::Tool POD
2009-04-22 Vincent PitNits in Test::Valgrind::import description
2009-04-20 Vincent PitAdd a new T::V::Command::Aggregate that aggregates...
2009-04-20 Vincent PitFix SUPER call in Test::Valgrind::Tool::memcheck::finish()
2009-04-16 Vincent PitMove the duplicate suppressions removal from the tool...
2009-04-14 Vincent PitTest::Valgrind::Report::Suppressions isn't linkable...
2009-04-14 Vincent PitSpacing fix
2009-04-14 Vincent PitDon't import Config into Test::Valgrind::Tool::memcheck...
next