Merge branch 'stable'
[gitmo/Class-MOP.git] / lib /
2011-01-03 Florian Ragwitz Merge branch 'stable' master
2011-01-03 Florian Ragwitz Version 1.12 stable 1.12
2010-11-18 Jesse Luehrs actually, cmop should be handling initializers here too
2010-11-18 Jesse Luehrs a bit more refactoring
2010-11-18 Jesse Luehrs need to use a consistent sort order, now that this...
2010-11-18 Jesse Luehrs make the constructor a bit more extensible
2010-11-18 Jesse Luehrs start pushing constructor inlining back into the metaclass
2010-11-18 Jesse Luehrs push a thin error throwing wrapper back here
2010-11-18 Jesse Luehrs add a hook in here for moose to override
2010-11-18 Jesse Luehrs make inlining a bit more easily extensible
2010-11-18 Jesse Luehrs simplify more stuff
2010-11-18 Jesse Luehrs refactor this to use _eval_environment
2010-11-18 Jesse Luehrs clean up the constructor generation code
2010-11-18 Jesse Luehrs factor codegen stuff out to Eval::Closure
2010-11-17 Jesse Luehrs clean up ::HasMethods a bunch
2010-11-17 Jesse Luehrs convert the rest of the simple readers in cmop to xs
2010-11-16 Jesse Luehrs don't invalidate the method map if we add a method...
2010-11-15 Jesse Luehrs use the package::stash get_all_package_symbols implemen...
2010-11-15 Jesse Luehrs use the new names for the package-stash methods
2010-11-15 Jesse Luehrs get_package_symbol no longer calls add_package_symbol
2010-11-15 Jesse Luehrs stop using the old-style api here, it's slower
2010-11-15 Jesse Luehrs speed up has_method a little bit, hopefully
2010-11-15 Jesse Luehrs cache the full method map where possible
2010-11-15 Jesse Luehrs i think the changes i made to _method_map could make...
2010-11-15 Jesse Luehrs move the package_cache stuff back into ::HasMethods
2010-11-15 Jesse Luehrs get rid of _full_method_map, and make _method_map do...
2010-10-29 Dave Rolsky bump version to 1.11
2010-10-16 Jesse Luehrs implement inlined access to the mop slot, to fix immuta...
2010-10-16 Jesse Luehrs move the __MOP__ stuff back into the instance metaclass
2010-10-16 Dave Rolsky bump version to 1.10 so we can dep on it in Moose
2010-10-16 Jesse Luehrs add inline_get_is_lvalue
2010-10-08 Jesse Luehrs the __MOP__ slot should be used for any weak class...
2010-10-08 Jesse Luehrs docs for weaken
2010-10-08 Jesse Luehrs weaken properly on reinitialize
2010-10-08 Jesse Luehrs add Class::MOP::metaclass_is_weak
2010-10-08 Jesse Luehrs don't let anon classes disappear while subclasses still...
2010-10-08 Jesse Luehrs make weakening of anon classes explicit
2010-10-08 Jesse Luehrs fix up the __MOP__ slot when reblessing to or from...
2010-09-29 Karen Etheridge Revert "document the return value of add_attribute"
2010-09-29 Karen Etheridge document the return value of add_attribute
2010-09-29 Karen Etheridge fix pod markup error
2010-09-27 Jesse Luehrs let the method subclasses take care of their own hackery
2010-09-27 Dave Rolsky require Class::MOP in MiniTrait - fixes some failure...
2010-09-27 Jesse Luehrs version bump ::Meta
2010-09-27 Jesse Luehrs fix warning on earlier perls
2010-09-27 Jesse Luehrs actually, why not make the meta method renameable
2010-09-27 Jesse Luehrs ugh, need the hack for this too
2010-09-27 Jesse Luehrs bootstrap the meta method in CMOP::Mixin too
2010-09-27 Jesse Luehrs move this back to HasMethods, since moose roles will...
2010-09-27 Jesse Luehrs make this a bit more extensible, for moose's benefit
2010-09-27 Jesse Luehrs give CMOP::Object a real meta method, and simplify...
2010-09-27 Jesse Luehrs factor out meta method generation
2010-09-27 Jesse Luehrs don't pass %options through again here, metaclass compa...
2010-09-27 Jesse Luehrs ugh, hacks
2010-09-27 Jesse Luehrs push this stuff back into HasMethods and HasAttributes
2010-09-27 Jesse Luehrs simplify
2010-09-27 Jesse Luehrs push a bunch of details about metaclass compat into...
2010-09-27 Dave Rolsky bump version to 1.09
2010-09-27 Jesse Luehrs reorder these methods into a more "proper" order
2010-09-27 Jesse Luehrs handle reblessing metaclasses with attributes properly
2010-09-27 Jesse Luehrs make sure accessors are properly removed on reinitialize
2010-09-27 Jesse Luehrs basic implementation of preserving attrs/methods across...
2010-09-26 Dave Rolsky Add inline_rebless_instance to metaclass
2010-09-26 Dave Rolsky When inlining constructor, don't access meta instance...
2010-09-26 Dave Rolsky Implement inlining code in CMOP::Attribute
2010-09-23 Dave Rolsky Add CMOP::MiniTrait
2010-09-23 Ricardo Signes correct link to Perl6-ObjectSpace
2010-09-23 Jesse Luehrs also allow suppressing the meta method during CMOP...
2010-09-23 Jesse Luehrs docs and changelog
2010-09-23 Jesse Luehrs make lack of a meta method testable
2010-09-23 Jesse Luehrs allow not importing a meta method
2010-09-23 Jesse Luehrs use get_or_add_package_symbol where appropriate
2010-09-22 Jesse Luehrs _get_method_map was renamed to _method_map a while ago
2010-09-17 Dave Rolsky remove debugging warn
2010-09-16 Dave Rolsky Remove pointless concatenation
2010-09-15 Dave Rolsky Use Perl::Tidy to tidy dump of generate source code...
2010-09-13 Dave Rolsky Bump version to 1.08 1.08
2010-09-06 Dave Rolsky Clarify comment for new code
2010-09-06 Dave Rolsky Tidy code
2010-09-06 gfx Fix a bug that get_method_list() thrown the error for...
2010-08-24 Dave Rolsky bump version to 1.07
2010-08-24 Dave Rolsky Fix a mysterious failure reported by Piers Cawley
2010-08-23 Dave Rolsky bump version to 1.06
2010-08-23 Dave Rolsky Constants _should_ be reported as methods.
2010-08-20 Dave Rolsky Bump version to 1.05
2010-08-19 Dave Rolsky Only get ISA once in superclasses method
2010-08-19 Dave Rolsky Don't make a method object for calls to has_method...
2010-08-15 Dave Rolsky Make sure that get_method_list and _get_local_methods...
2010-08-15 Dave Rolsky Add _get_local_methods method that returns method objec...
2010-08-15 Dave Rolsky Big optimization for get_method_list
2010-08-15 Dave Rolsky Simplify code a bit by returning immediately from _chec...
2010-08-15 Dave Rolsky Clarify comment after refactoring
2010-08-10 Robert Buels docpatch to Class::MOP::Class to make it more clear...
2010-08-08 Dave Rolsky Some small optimizations to avoid repeated accessor...
2010-08-08 Dave Rolsky Tidy oddly formatted chunk of code
2010-08-08 Dave Rolsky Get the package name once as a small optimization
2010-08-08 Dave Rolsky Inline the clone method in CMOP::Method as an optimization
2010-08-05 Dave Rolsky A small optimization to CMOP::Mixin::HasMethods::get_me...
2010-07-26 Dave Rolsky Squashed commit of the following:
2010-07-25 Dave Rolsky bump version to 1.04
next