gitmo/Class-MOP.git
2009-09-29 Scott McWhirter Update test count abandoned/lazy_attributes
2009-09-29 Scott McWhirter Rebase branch and fixup AttributesWithHistory example
2009-09-29 Yuval Kogman remove lazy example (superseded by actual functionality)
2009-09-29 Yuval Kogman fix insideout test
2009-09-29 Yuval Kogman Refactor attribute methods to eliminate redundancy
2009-09-29 Scott McWhirter Tidy up the tests and make new method classes immutable
2009-09-29 Scott McWhirter Add split out Accessor method and remove some small...
2009-09-29 Scott McWhirter Add split out Clearer method
2009-09-29 Scott McWhirter Add split out Predicate method
2009-09-29 Scott McWhirter Add split out Writer method
2009-09-29 Scott McWhirter Add initial split out Reader accessor method
2009-09-29 Scott McWhirter Make method body load lazily
2009-09-29 Scott McWhirter Fix tests after bootstrap change
2009-09-29 Scott McWhirter Add initial version of lazy attributes in Class::MOP
2009-09-23 Jesse Luehrs remove outdated comment
2009-09-22 Dave Rolsky bump version to 0.94 0.94
2009-09-22 Dave Rolsky Changelog tweaks for 0.94
2009-09-22 Yuval Kogman changelog
2009-09-22 Yuval Kogman Add {get,set}_raw_value methods
2009-09-15 chromatic Fixed some typos in Class::MOP::Class; no functional...
2009-09-15 Dave Rolsky Add release date 0.93
2009-09-15 Dave Rolsky Add -Wdeclaration-after-statement since such things...
2009-09-15 Dave Rolsky Revert "MS VC++ compilation fix"
2009-09-14 Dave Rolsky So apparently the case I thought could never happen...
2009-09-14 Dave Rolsky Ok, the error that can never happened, so it should...
2009-09-14 Dave Rolsky bump version to 0.93
2009-09-14 Dave Rolsky Tweak change bug description
2009-09-14 Dave Rolsky Add some details to changes for get_method_map privatiz...
2009-09-14 Dave Rolsky Actually implemented public get_method_map for back...
2009-09-14 Dave Rolsky CMOP::Package should have an attribute for methods...
2009-09-14 Dave Rolsky fix tests for latest Moose
2009-09-14 Dave Rolsky Remove debugging cruft
2009-09-14 Dave Rolsky Add changes for this branch
2009-09-14 Dave Rolsky Make get_method_map private (as _full_method_map) and...
2009-09-14 Dave Rolsky The methods attribute is now inherited from Package
2009-09-14 Dave Rolsky Fix RT 48985
2009-09-14 Shawn M Moore Changelog entry
2009-09-14 Shawn M Moore Include method name in immutable methods (fixes #49680)
2009-09-13 Dave Rolsky tidy benchmark code
2009-09-13 Dave Rolsky Add a little more to changes for load_class
2009-09-12 Dave Rolsky Fix test description
2009-09-12 Dave Rolsky make load_class return true for the benefit of dumb...
2009-09-12 Dave Rolsky Do not return anything from load_class.
2009-09-12 Dave Rolsky Small tweaks to initializer docs
2009-09-11 Dave Rolsky MS VC++ compilation fix
2009-09-11 Dave Rolsky bump version to 0.92_01 and add release date 0.92_01
2009-09-11 Dave Rolsky CMOP::Class now has an immutable_options method
2009-09-10 Dave Rolsky Changes for immutable_options
2009-09-10 Dave Rolsky Docs for immutable_options
2009-09-10 Dave Rolsky Remove method that no longer exists
2009-09-10 Dave Rolsky add test that custom immutable options are returned...
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-09-07 Dave Rolsky Add some Changes for 0.93
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-25 Dave Rolsky Add test plan, tidy, and add test descriptions
2009-08-23 gfx Separate deprecated features to Deprecated.pm
2009-08-23 gfx Handle magical scalars in XS
2009-08-23 gfx Add a test file for magical scalars. Note that XSUB...
2009-08-20 franck cuny remove a misplaced sentence in the POD
2009-08-19 gfx Refactor mop_get_package_symbols
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-17 franck cuny fix url in POD for meta-model
2009-08-17 gfx Ensure backword compatibility (checked in 5.8.1)
2009-08-17 gfx Add a comment.
2009-08-17 gfx Tiny tweaks in Package.xs
2009-08-17 gfx Remove subname() in add_method(). Now add_package_symbo...
2009-08-17 gfx tiny tweaks
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 tab -> space*4
2009-08-16 gfx Refactor XS symbol manipulators
2009-08-15 gfx Merge branch 'master' of gitmo@git.moose.perl.org:Class-MOP
2009-08-14 Florian Ragwitz Allow metaclasses to be reinitialized from an existing...
2009-08-14 gfx Merge branch 'master' of gitmo@git.moose.perl.org:Class-MOP
2009-08-13 Dave Rolsky Add release date to Changes 0.92
2009-08-13 Dave Rolsky Tidy Changes
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 Revert "Fix example to define sub is_inline{ 0 }"
2009-08-13 gfx Fix example to define sub is_inline{ 0 }
2009-08-13 gfx Default accessor generators to use inline generators
2009-08-13 gfx Remove unneccessary code
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-13 gfx Add tests using immulable classes
2009-08-13 gfx Enhance bench/loading-benchmark.pl to try to load blead...
2009-08-12 Shawn M Moore We accept false attribute names now, update the test
2009-08-08 Florian Ragwitz Changelogging.
2009-08-07 Florian Ragwitz Allow attributes to be have a name which is false.
2009-07-29 Dave Rolsky More Changes reformatting tweaks
2009-07-29 Dave Rolsky Merge branch 'stable'
2009-07-29 Dave Rolsky bump version to 0.91 0.91
2009-07-29 Dave Rolsky Add date for release
2009-07-29 Stevan Little whoops forgot the changelog
2009-07-29 Stevan Little emergency fix for bad variable usage
2009-07-29 Dave Rolsky Changes reformatting
next