Add clone_instance() method to mop_instance_vtbl
[gitmo/Class-MOP.git] / lib /
2009-09-06 gfx Add clone_instance() method to mop_instance_vtbl
2009-08-31 gfx Merge branch 'topic/unified-method-generation-w-xs...
2009-08-31 gfx Merge branch 'topic/unified-method-generation-w-xs...
2009-08-31 gfx Merge branch 'topic/unified-method-generation-w-xs...
2009-08-31 gfx Rebase origin and fix miss-merged segments
2009-08-31 gfx Implement a XS constructor generator
2009-08-31 gfx Reconsider method generation
2009-08-31 gfx Refactor method generators, preparing XS constructor...
2009-08-31 gfx Remove old accessors that are commented out
2009-08-31 gfx Comment out pp accessors in Package.pm
2009-08-31 gfx is_inline as an argument
2009-08-31 gfx A first step to cooperate Moose.xs (topic/xs-accessor)
2009-08-31 gfx Fix unified generation
2009-08-31 gfx Accessors are generated only once at add_attribute...
2009-08-31 gfx Pure Perl accessors into XS
2009-08-31 gfx Change the algorithm to use XS accessors. Now "xs"...
2009-08-31 gfx Add xs accessors
2009-08-31 gfx The first step to frame XS attributes
2009-08-31 gfx Make all the simple readers and predicates XS template
2009-08-30 gfx Implement a XS constructor generator
2009-08-28 gfx Reconsider method generation
2009-08-28 gfx Refactor method generators, preparing XS constructor...
2009-08-26 Dave Rolsky Make debugging output for MOP_PRINT_SOURCE a little...
2009-08-25 Dave Rolsky .pm files should not be executable
2009-08-23 gfx Separate deprecated features to Deprecated.pm
2009-08-23 gfx Merge branch 'master' into topic/unified-method-generat...
2009-08-23 gfx Remove old accessors that are commented out
2009-08-20 franck cuny remove a misplaced sentence in the POD
2009-08-19 gfx Revert "Remove subname() in add_method(). Now add_packa...
2009-08-19 Jesse Luehrs Revert "Merge branch 'master' into topic/symbol-manipul...
2009-08-18 gfx Comment out pp accessors in Package.pm
2009-08-18 gfx is_inline as an argument
2009-08-18 gfx A first step to cooperate Moose.xs (topic/xs-accessor)
2009-08-17 franck cuny fix url in POD for meta-model
2009-08-17 gfx Remove subname() in add_method(). Now add_package_symbo...
2009-08-16 gfx Merge branch 'master' into topic/symbol-manipulator
2009-08-16 gfx add_package_symbol is no longer called from get_package...
2009-08-16 gfx Refactor XS symbol manipulators
2009-08-15 gfx Merge commit 'origin/topic/xs-attr-template' into topic...
2009-08-15 gfx Fix unified generation
2009-08-15 gfx Accessors are generated only once at add_attribute...
2009-08-14 Florian Ragwitz Allow metaclasses to be reinitialized from an existing...
2009-08-13 Dave Rolsky bump version to 0.92
2009-08-13 Dave Rolsky Use double-quotes and quotemeta for inlined hash slot...
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-13 gfx Fix too much quotemeta in Instance metaclass
2009-08-13 gfx Add source printing code to Method::Generated that...
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-29 Stevan Little emergency fix for bad variable usage
2009-07-29 Stevan Little emergency fix for bad variable usage
2009-07-26 Jesse Luehrs update docs for calling ->wrap on a method object
2009-07-26 Jesse Luehrs clone and rebless when wrapping a method object
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...
2009-07-22 gfx Pure Perl accessors into XS
2009-07-22 gfx Change the algorithm to use XS accessors. Now "xs"...
2009-07-21 Dave Rolsky bump version to 0.90
2009-07-21 gfx Add xs accessors
2009-07-20 gfx The first step to frame XS attributes
2009-07-19 gfx Optimize symbol manipulators
2009-07-19 gfx Remove a "no strict 'refs'" statement
2009-07-19 gfx fix symbol manipulators
2009-07-17 Stash Fix exception when $_ is modified in before/after.
2009-07-16 gfx Remove pure perl implementations
2009-07-16 gfx Package symbol manipulators into XS
2009-07-16 gfx Method modifier tweaks. Add missing Wrapped::_new()
2009-07-15 gfx Remove has_method() in _immutable_metaclass(), which...
2009-07-15 gfx Remove unnecessary calls of has_method()
2009-07-15 Dave Rolsky More code tidying
2009-07-15 Dave Rolsky tidy new code from Goro
2009-07-15 gfx various tweaks, and refactor _instantiate_module not...
2009-07-15 gfx no get_method_map in get_all_method_names
2009-07-15 Shawn M Moore Merge branch 'topic/reduce-inline-constructor' of git...
2009-07-15 Shawn M Moore Merge branch 'topic/no-get_method_map' of git://github...
2009-07-15 gfx Move __class_to_pmfile() in load_first_existing_class...
2009-07-12 Hans Dieter Pearcey move get_method_map into Package
2009-07-12 gfx Implement an idea of reducing inline constructors in...
2009-07-12 gfx add_attribute tweaks
2009-07-12 gfx Merge branch 'master' of gitmo@git.moose.perl.org:Class-MOP
2009-07-12 gfx Cache init_arg() in _generate_slot_initializer()
2009-07-12 gfx no get_method_map in get_method_list
2009-07-12 gfx Remove method object generation stuff, which is no...
2009-07-11 Jesse Luehrs this syntax apparently hasn't worked in a while
2009-07-10 gfx Make all the simple readers and predicates XS template xs-attr-template
2009-07-10 gfx refactoring no-get_method_map with package symmbol...
2009-07-10 gfx Improve get_method/has_method/add_method not to use...
2009-07-07 Dave Rolsky Revert "give unique names to method modifiers"
2009-07-07 Dave Rolsky Revert "really try to make method modifier names unique"
2009-07-07 Dave Rolsky really try to make method modifier names unique
2009-07-07 Dave Rolsky give unique names to method modifiers
2009-07-06 Dave Rolsky apply patch from Goro Fuji for anon class mem leak
2009-07-06 gfx Removed "use B" in Class::MOP::Package
2009-07-03 Dave Rolsky bump version to 0.89
2009-07-03 Dave Rolsky Remove some cruft left over from earlier experimentation
2009-07-01 Dave Rolsky Merge branch 'master' into immutable_as_real_trait
2009-07-01 Chris Prather apply patch from ash on #moose
2009-06-30 Dave Rolsky Fixes to accomodate a metaclass which is an anon subcla...
next