Merge branch 'stable'
[gitmo/Class-MOP.git] / lib / Class / MOP / Class.pm
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-17 Jesse Luehrs convert the rest of the simple readers in cmop to xs
2010-11-15 Jesse Luehrs stop using the old-style api here, it's slower
2010-11-15 Jesse Luehrs move the package_cache stuff back into ::HasMethods
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-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 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-27 Jesse Luehrs actually, why not make the meta method renameable
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 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-23 Dave Rolsky Add CMOP::MiniTrait
2010-09-23 Jesse Luehrs also allow suppressing the meta method during CMOP...
2010-09-23 Jesse Luehrs make lack of a meta method testable
2010-09-23 Jesse Luehrs use get_or_add_package_symbol where appropriate
2010-09-16 Dave Rolsky Remove pointless concatenation
2010-09-13 Dave Rolsky Bump version to 1.08 1.08
2010-08-24 Dave Rolsky bump version to 1.07
2010-08-23 Dave Rolsky bump version to 1.06
2010-08-20 Dave Rolsky Bump version to 1.05
2010-08-19 Dave Rolsky Only get ISA once in superclasses method
2010-08-15 Dave Rolsky Add _get_local_methods method that returns method objec...
2010-08-15 Dave Rolsky Simplify code a bit by returning immediately from _chec...
2010-08-10 Robert Buels docpatch to Class::MOP::Class to make it more clear...
2010-07-25 Dave Rolsky bump version to 1.04
2010-06-05 Florian Ragwitz Version 1.03 1.03
2010-05-20 Florian Ragwitz Version 1.02 1.02
2010-05-12 Jesse Luehrs handle undef metaclasses where they are defined in...
2010-05-12 Jesse Luehrs simplify
2010-05-12 Dave Rolsky Sigh, and one more place to use _real_ref_name
2010-05-12 Dave Rolsky Fix one more spot to use ->_real_ref_name
2010-05-12 Dave Rolsky Refactor code to get a metaclass object's real class...
2010-05-12 Jesse Luehrs don't whine about unsafe fixing unless we're actually...
2010-05-12 Jesse Luehrs fix up some immutability stuff
2010-05-12 Jesse Luehrs don't call $self->initialize, call CMOP::Class->initialize
2010-05-12 Jesse Luehrs don't try to fix compatible metaclasses
2010-05-12 Jesse Luehrs more correct metaclass compat checking and fixing
2010-05-11 Jesse Luehrs move methods back into CMOP::Class, now that they're...
2010-05-06 Florian Ragwitz Version 1.01. 1.01
2010-05-03 Jesse Luehrs don't allow incorrectly-blessed __INSTANCE__ parameters
2010-03-25 Florian Ragwitz Version 1.00. 1.00
2010-03-25 Florian Ragwitz Version 0.99. 0.99
2010-01-18 Dave Rolsky bump version to 0.98
2010-01-04 Jesse Luehrs Merge topic/reinitialize_instance_back to master.
2010-01-04 Dave Rolsky Update Changes, bump version to 0.97_01, make copyright... 0.97_01
2010-01-04 Dave Rolsky Merge the topic/mi-methods-attributes branch.
2009-12-19 Dave Rolsky bump version to 0.97 0.97
2009-12-18 Shawn M Moore Checking in changes prior to tagging of version 0.96... 0.96
2009-11-19 Florian Ragwitz Checking in changes prior to tagging of version 0.95... 0.95
2009-10-11 Dave Rolsky Deprecate get_attribute_map
2009-10-02 Dave Rolsky All methods which take a method name should not accept...
2009-10-01 Jesse Luehrs replace several uses of eval with try
2009-09-22 Dave Rolsky bump version to 0.94 0.94
2009-09-15 chromatic Fixed some typos in Class::MOP::Class; no functional...
2009-09-14 Dave Rolsky bump version to 0.93
2009-09-14 Dave Rolsky The methods attribute is now inherited from Package
2009-09-14 Dave Rolsky Fix RT 48985
2009-09-11 Dave Rolsky bump version to 0.92_01 and add release date 0.92_01
2009-09-10 Dave Rolsky Docs for immutable_options
2009-09-10 Dave Rolsky make immutable_options part of the regular CMOP::Class...
2009-09-10 Dave Rolsky Make get_mutable_metaclass_name private (it was never...
2009-08-23 gfx Separate deprecated features to Deprecated.pm
2009-08-20 franck cuny remove a misplaced sentence in the POD
2009-08-19 Jesse Luehrs Revert "Merge branch 'master' into topic/symbol-manipul...
2009-08-16 gfx Merge branch 'master' into topic/symbol-manipulator
2009-08-16 gfx Refactor XS symbol manipulators
2009-08-13 Dave Rolsky bump version to 0.92
2009-08-13 gfx Revert "Default accessor generators to use inline gener...
2009-08-13 gfx Default accessor generators to use inline generators
2009-08-07 Florian Ragwitz Allow attributes to be have a name which is false.
2009-07-29 Dave Rolsky Merge branch 'stable'
2009-07-29 Dave Rolsky bump version to 0.91 0.91
2009-07-22 Hans Dieter Pearcey Merge branch 'master' into method_map_move
2009-07-22 gfx Implement naming routine in add_package_symbol(xsub...
next