]> git.vpit.fr Git - perl/modules/Test-Valgrind.git/shortlog
perl/modules/Test-Valgrind.git
2009-09-22 Vincent PitThis is 1.10 v1.10
2009-09-22 Vincent PitOnly run the tests with fake valgrinds on linux
2009-09-22 Vincent PitTest Session->new arguments in a new t/70-session.t
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-26 Vincent PitAdd two missing dependencies for the suppressions trainer
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-08-23 Vincent PitCheck in the reference of the new XML protocol
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 PitSlashes are reserved and hence must be encoded in the...
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 PitPoint the repository to the gitweb instead of the bare...
2009-04-16 Vincent PitMove the duplicate suppressions removal from the tool...
2009-04-15 Vincent PitReorder a bit the fake test action
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...
2009-04-14 Vincent PitNit in T::V::Session POD
2009-04-14 Vincent PitMove the "taint_mode" option from Test::Valgrind::Comma...
2009-04-14 Vincent PitBetter POD reference for dl_unload_file()
2009-04-14 Vincent PitThis is 1.01 v1.01
2009-04-14 Vincent PitTest that the stack trace is correct in t/20-bad.t
2009-04-14 Vincent PitDon't enable dynamic libraries unloading at END time...
2009-04-14 Vincent PitAllow using Test::Valgrind on code given by the -e...
2009-04-14 Vincent PitReally allow to pass "file => $file" to Test::Valgrind...
2009-04-14 Vincent PitFactor the agnostic part of Test::Valgrind->import...
2009-04-14 Vincent PitAllow passing a command to Test::Valgrind->import
2009-04-14 Vincent PitA new PerlScript command that specializes the Perl...
2009-04-13 Vincent PitOnly load version.pm when needed in Test::Valgrind...
2009-04-13 Vincent PitList base.pm in the prerequisites
2009-04-12 Vincent PitThis is 1.00 v1.00
2009-02-14 Vincent PitOutput what we got when t/30-bad.t fails maint-0
2009-02-09 Vincent Pitdl_unload_file() returns false on error, not true
2009-02-08 Vincent PitThis is 0.08 v0.08
2009-02-08 Vincent PitBump copyright year
2009-02-08 Vincent PitRemove entries from @dl_unload_file when unload succeed...
2009-02-08 Vincent PitDon't call dl_unload_file twice on the same libref
2009-02-08 Vincent PitXSLoader and DynaLoader aren't really required, just...
2009-02-08 Vincent PitUnload dynamically loaded libraries at END-time
2009-02-07 Vincent Pitt/30-bad.t doesn't need Config anymore
2009-02-07 Vincent PitUse recent ExtUtils::MakeMaker features to generate...
2009-01-21 Vincent PitRemove the useless t/21-good-block.t
2008-10-03 Vincent PitUse $Config{path_sep} whenever possible
2008-10-02 Vincent PitBetter be on irc.perl.org
2008-10-02 Vincent PitUse clean Suppressions.pm and perlTestValgrind.supp...
2008-09-28 Vincent PitThis is 0.07 v0.07
2008-09-28 Vincent PitMore suppressions bis (also when no compiler is available)
2008-09-28 Vincent PitDocument things
2008-09-28 Vincent PitMore explicit error message for bogus failures
2008-09-28 Vincent PitMore suppressions
2008-09-28 Vincent PitDon't try to read the script's output before valgrind...
2008-09-28 Vincent PitUse indirect exec syntax
2008-09-28 Vincent PitCapture STDOUT so that its output doesn't mix with...
2008-09-28 Vincent Pitdie() instead of croak() on system errors
2008-09-28 Vincent PitLog valgrind output to a specific fd so that the output...
2008-09-28 Vincent PitGenerate suppressions when running 'make test' without...
2008-09-28 Vincent PitGet infos from the suppression files in t/10-suppressio...
2008-09-28 Vincent PitDon't output the plan twice when no XS can be found...
2008-09-28 Vincent Pitt/30-bad.t is only TODO for non-debugging perls
2008-09-28 Vincent PitDon't output our plan if one has already been set
2008-09-27 Vincent PitIn t/30-bad.t, first load Test::Valgrind and then the...
2008-09-27 Vincent PitOutput more diagnostics when 'use Test::Valgrind' fails
2008-09-27 Vincent PitPort to use Test::Builder internally
2008-09-09 Vincent PitThis is 0.06 v0.06
2008-09-09 Vincent PitFix generations of XSLoader suppressions
2008-09-09 Vincent PitBetter wrap XSLoader in an eval STRING so that it does...
2008-09-09 Vincent PitSearch for the first file and fallback to the first...
2008-09-09 Vincent PitFix installation path
next