is_pristine
[gitmo/Class-MOP.git] / lib / Class / MOP / Class.pm
2008-08-15 Yuval Kogman is_pristine
2008-08-14 Yuval Kogman register on initialize, and move reinitialize to Package
2008-08-14 Yuval Kogman make sure get_method_map always returns a map (might...
2008-08-13 Yuval Kogman use hash refs with _new
2008-08-13 Yuval Kogman _new for Class::MOP::Class
2008-08-12 Yuval Kogman move Devel::GlobalDestruction usage to MOP.pm so that...
2008-08-11 Yuval Kogman use ref instead of blessed where it's not needed, and...
2008-08-10 Yuval Kogman get_all_methods and get_all_attributes
2008-08-10 Yuval Kogman merge the attribute maps in compute_all_applicable_attr...
2008-08-10 Yuval Kogman package_name >= associated_metaclass->name
2008-08-10 Yuval Kogman use associated method map in compute_all_applicable_met...
2008-08-10 Yuval Kogman add associated_metaclass to Method
2008-08-10 Yuval Kogman microoptimize Class::MOP::Class::initialize since it...
2008-08-10 Yuval Kogman update package cache flag in get_method_map if it was...
2008-08-10 Yuval Kogman explicit meta instance dependencies
2008-08-10 Yuval Kogman use Devel::GlobalDestruction to avoid destroying anon...
2008-08-09 Yuval Kogman make initialize() and create() consistent WRT package arg
2008-08-09 Yuval Kogman clean up the mess after a failed attribute addition
2008-08-09 Yuval Kogman correct invalidation of meta instance
2008-08-09 Yuval Kogman use mro::get_isarev if available
2008-08-08 Yuval Kogman use named params to instance_metaclass->new
2008-08-08 Yuval Kogman Accept fully named params to Class::MOP::Class::create
2008-08-08 Yuval Kogman Remove p6 style attribute naming
2008-08-04 Shawn M Moore Bump version to 0.65
2008-07-07 Shawn M Moore Bump us up to 0.64
2008-06-27 Shawn M Moore Better error message for clone_instance("not a blessed...
2008-06-27 Shawn M Moore Better error message for Foo->meta->clone_instance...
2008-06-24 Dave Rolsky Fix a typo in an error message that probably never...
2008-06-18 Shawn M Moore Bump to 0.63
2008-06-18 Shawn M Moore Begin updating to 0.62
2008-06-13 Shawn M Moore Bump everything to 0.61
2008-06-13 Shawn M Moore Bump all packages to 0.60
2008-06-11 Guillermo Roditi expose immutable options and transformer
2008-06-10 Stevan Little *_package_symbol all now take HASH ref as well as string
2008-06-04 Stevan Little some speed gains
2008-05-28 Stevan Little initialize cleanup
2008-05-28 Scott McWhirter Inline some reused variables.
2008-05-27 Stevan Little Some package speedups
2008-05-25 Stevan Little 0.56
2008-05-18 Stevan Little Class::MOP::Method and co. are now stricter and require...
2008-05-18 Stevan Little Class::MOP::Method and co. are now stricter and require...
2008-05-18 Stevan Little okay, this is not meant to be used, but since i am...
2008-05-18 Stevan Little fixing the get_method_map stuff
2008-05-16 Stevan Little dont break trunk please
2008-05-16 Tomas Doran Add test in Class:MOP for ->identifier() and immutable...
2008-05-04 Stevan Little fixing typo
2008-04-15 Stevan Little c3 tests and details
2008-04-15 Yuval Kogman Use MRO::Compat in Class::MOP. The C3 test already...
2008-04-12 Yuval Kogman set the attr in rebless_instance when it has no init_arg
2008-03-19 Stevan Little rebless instance now returns the instance too
2008-03-12 Stevan Little addin in the extra params for rebless_instance
2008-03-11 Stevan Little Class::MOP fixes
2008-02-18 Stevan Little changing make_{immtable,mutable} to return 1
2008-02-08 Stevan Little bunch of doc fixes
2008-01-28 Stevan Little adding to changelog and changing versions
2008-01-27 Yuval Kogman finish get_attribute_values etc
2008-01-27 Yuval Kogman get_{init_args,attribute_values}
2008-01-27 Yuval Kogman more correct
2008-01-27 Yuval Kogman correct abuse of meta_instance and slots
2008-01-23 Stevan Little 0.52 stuff
2008-01-13 Shawn M Moore Change the error message for when you rebless into...
2008-01-13 Shawn M Moore A bit of doc for rebless_instance
2008-01-13 Shawn M Moore Some simplifications to rebless given by stevan++
2008-01-13 Shawn M Moore Need to use a lower level method in getting attribute...
2008-01-13 Shawn M Moore Check and upgrade attributes on rebless
2008-01-13 Shawn M Moore On the advice of autarch, force reblessing to target...
2008-01-12 Shawn M Moore Add Class::MOP::Class->rebless_instance, Class::MOP...
2008-01-09 Stevan Little adding the 5.10 constant to allow us to use those features
2007-12-31 Stevan Little copyright date changes on Class::MOP
2007-12-16 Matt S Trout fix make_mutable when option values defaulted
2007-12-13 Stevan Little possible bleadperl fix
2007-12-12 Stevan Little some tweaks
2007-12-12 Stevan Little Class::MOP with XS
2007-12-11 Stevan Little foo-bar
2007-11-28 Robert Boone Add ability for a base class to find its subclasses
2007-11-23 Stevan Little adding in the linearized_isa method
2007-11-18 Dave Rolsky Fix a couple spelling errors in the comments.
2007-11-17 Dave Rolsky Replaced a regex with a string comparison, since the...
2007-10-26 Guillermo Roditi builder changes. sorry about diff noise, my editor...
2007-10-05 Matt S Trout minor optimisations to metaclass retrieval
2007-06-08 Stevan Little upping verison numbers and reviewing the immutable...
2007-06-03 Guillermo Roditi use $self->name instead of refaddr. It would be totally...
2007-06-02 Guillermo Roditi more immutable fixes
2007-06-02 Guillermo Roditi massive updates to the way immutable works to fix a...
2007-06-01 Guillermo Roditi added ability to reverse immutability, sorry about...
2007-05-31 Stevan Little 0.38
2007-05-29 Stevan Little groditis anon class fixup
2007-05-29 Stevan Little fixed RT 27329
2007-05-27 Stevan Little fixing the authors lists and adding the ClassName type...
2007-05-21 Stevan Little foo
2007-04-08 Stevan Little I think this fixed the bleadperl issue
2007-02-21 Stevan Little More docs
2007-02-21 Stevan Little Lots of doc updates
2007-01-27 Stevan Little foo
2007-01-27 Stevan Little merging the immutable branch into trunk
2006-11-09 Stevan Little IT WORKS NOWrun_testsrun_testsrun_testsrun_tests
2006-11-08 Stevan Little fixed all the attribute name to be more Perl6ish and...
2006-11-02 Stevan Little immutable refacotring
2006-11-02 Stevan Little testing 0_36
2006-11-02 Stevan Little merging in the accessor refactoring
next