p5sagit/Class-Accessor-Grouped.git
2012-11-15 Peter Rabbitson Release 0.10008 v0.10008
2012-11-15 Peter Rabbitson MOAR bench
2012-11-15 Peter Rabbitson Allow escape of the illegal name checks, darkpan has...
2012-11-12 Peter Rabbitson Improve the documentation a *tiny* bit (needs much...
2012-11-12 Peter Rabbitson Pass tests with CXSA but without SN
2012-11-12 Peter Rabbitson Properly string-eval stuff
2012-11-11 Peter Rabbitson Radically rewrite and tighten benchmarker, add more...
2012-11-08 Peter Rabbitson Release 0.10007 v0.10007
2012-11-08 Peter Rabbitson Using M::R solved this problem before it was encountered
2012-11-06 Peter Rabbitson Add CXSA and S::N to meta recommends
2012-11-04 Peter Rabbitson Require bugfixed CXSA and warn on old (unusable) versions
2012-11-03 Peter Rabbitson Some internal naming consistency
2012-11-03 Peter Rabbitson Extra sanity check of accessor names
2012-11-03 Peter Rabbitson Improve text of ro/wo violation exceptions
2012-11-03 Peter Rabbitson Fix incorrect handling of exotic fieldnames
2012-10-31 Peter Rabbitson Whoops - env-package must stay hidden
2012-10-31 Peter Rabbitson Better check for XS-availability (and bump to M::I...
2012-10-31 Peter Rabbitson Add an extra sub-naming test
2012-10-31 Peter Rabbitson Switch all S::U::blessed() calls to length(ref()),...
2012-10-31 Peter Rabbitson Excise most redundant explicit return() ops
2012-10-31 Peter Rabbitson Align ro/wo makers with documentation
2012-10-31 Peter Rabbitson Stop reexamining own class twice under 'inherited'
2012-10-31 Peter Rabbitson The complexity of caching pkg_gen is in fact making...
2012-10-31 Peter Rabbitson Switch benchmarker to Dumbbench, cleanup
2012-10-31 Peter Rabbitson Generalize warning of undesirable accessor names
2012-10-31 Peter Rabbitson Switch all module loading to Module::Runtime
2012-10-31 Peter Rabbitson Seems to pass tests on 5.6.1 as well, drop minperl...
2012-10-31 Peter Rabbitson Disable error message tests on older perls until Class...
2012-10-28 Peter Rabbitson Switch to 2-space indent, minor formatting (no code...
2011-12-30 Christopher... Silence warnings resulting from incomplete can() overri... v0.10006
2011-12-26 Peter Rabbitson Release 0.10005 v0.10005
2011-12-26 Peter Rabbitson Sanify MANIFEST.SKIP
2011-12-26 Peter Rabbitson Bump Class::XSAccessor dependency
2011-11-28 Peter Rabbitson Release 0.10004 v0.10004
2011-11-28 Peter Rabbitson No longer leak constants into the CAG namespace
2011-11-28 Peter Rabbitson De-svn-ize
2011-11-28 Peter Rabbitson gitignore
2011-11-28 Peter Rabbitson Quiet test suite
2011-11-28 Peter Rabbitson Extend and clarify POD of various methods
2011-05-03 Arthur Axel... Release 0.10003 v0.10003
2011-05-03 Arthur Axel... Changes for df84507
2011-05-03 Arthur Axel... Add examples for methods that get used most often
2011-05-02 Arthur Axel... Add SYNOPSIS
2010-12-19 Arthur Axel... fix repo url origin/master
2011-02-01 Justin Hunter we have a Makefile.PL origin/trunk
2011-02-01 Justin Hunter dep on MRO::Compat only if we need to
2010-12-19 Rafael Kitover Release 0.10002 v0.10002
2010-12-19 Peter Rabbitson Silence warnings in case the expected shim gets garbage...
2010-12-19 Peter Rabbitson Require bugfixed Class::XSAccessor
2010-12-19 Peter Rabbitson Fix deferred XS accessors and 'around' interaction
2010-12-16 Peter Rabbitson Add an extra benchmark point - the inherited accessor...
2010-12-16 Peter Rabbitson Plant a better diagnostic for when the xs shim cached...
2010-12-12 Rafael Kitover release 0.10001 v0.10001
2010-12-08 Peter Rabbitson Workaround for Win32/AS retardation ($0 containing...
2010-12-08 Peter Rabbitson Fix undefer tracker to play nice with Module::Unload...
2010-11-27 Peter Rabbitson Release 0.10000 v0.10000
2010-11-27 Peter Rabbitson Shave off another ~8% off accessor execution, MOAR...
2010-11-27 Peter Rabbitson Fix undefer debugger - calls to the same deferred stub...
2010-11-27 Peter Rabbitson Stupid test syntax errors
2010-11-27 Peter Rabbitson Cure perl 5.6 problem
2010-11-27 Peter Rabbitson Add debugging of undefer code reentrancy when a test...
2010-11-26 Peter Rabbitson Release 0.09009 v0.09009
2010-11-26 Peter Rabbitson Even more corner case fixes - install the resolved...
2010-11-25 Peter Rabbitson Minor refactor to allow for braindead CDBICompat code...
2010-11-25 Peter Rabbitson Minor cleanup and Changes
2010-11-25 Peter Rabbitson Protect $@ on evals
2010-11-25 Peter Rabbitson Fix stupid pure-perl caching omission
2010-11-25 Peter Rabbitson Major revamp of CAG internals - now works on pure-perl
2010-10-11 Peter Rabbitson Release 0.09008 v0.09008
2010-10-11 Peter Rabbitson Put back the private accessor installer method, there...
2010-10-11 Peter Rabbitson Backcompat is tough business :)
2010-10-09 Peter Rabbitson Release 0.09007 v0.09007
2010-10-09 Peter Rabbitson Minimal cleanups, remove another private method from...
2010-10-09 Peter Rabbitson More documentation
2010-10-08 Peter Rabbitson Using an XS module as test_requires is too evil
2010-10-08 Peter Rabbitson Make sure the XSA buggery works on a subclass as well
2010-10-08 Peter Rabbitson Cleanup tests, s/class/obj/ where appropriate
2010-10-08 Peter Rabbitson Fix another XSA corner case - how can something so...
2010-10-08 Peter Rabbitson Factor out the XSA installing code (needed for later)
2010-10-08 Peter Rabbitson Cleanup/consolidate main test
2010-10-08 Peter Rabbitson Extra benchmark
2010-09-10 Peter Rabbitson Release 0.09006 v0.09006
2010-09-10 Peter Rabbitson Move benchmark into its own dir so we don't confuse...
2010-09-10 Peter Rabbitson Fix braindead ro/wo accessor breakage when CXSA is...
2010-09-10 Peter Rabbitson Move component-group test to its own testfile
2010-09-10 Peter Rabbitson Run all tests before commit damn it!
2010-09-10 Peter Rabbitson Rewrap contributors
2010-09-09 Peter Rabbitson Lazy-load Class::Inspector
2010-09-01 Arthur Axel... I was wrong, we still need this check
2010-08-11 Rafael Kitover fix MANIFEST.SKIP to actually ignore pod_spelling.t v0.09004
2010-08-11 Rafael Kitover make pod_spelling.t pass
2010-08-11 Rafael Kitover release
2010-08-11 Rafael Kitover fix field names with a single quote in them (patch...
2010-08-11 Rafael Kitover re-add pod_spelling.t since it is in MANIFEST.SKIP
2010-08-11 Rafael Kitover remove pod_spelling.t
2010-07-12 Rafael Kitover add failing tests for punctuation in $field, remove...
2010-04-26 Peter Rabbitson Shuffle CAG around
2010-04-24 Peter Rabbitson More nitpicking
2010-04-24 Peter Rabbitson Do as Steffen says
2010-04-24 Peter Rabbitson head1 is capitalized
next