2009-02-05 |
Shawn M Moore |
Add get_all_method_names |
tree | commitdiff |
2009-01-31 |
Dave Rolsky |
Document that initialize() returns a cached metaclass... |
tree | commitdiff |
2009-01-22 |
Dave Rolsky |
bump all the versions to 0.76 |
tree | commitdiff |
2009-01-22 |
Dave Rolsky |
document USING_XS constant |
tree | commitdiff |
2009-01-22 |
Dave Rolsky |
remove a useless comment |
tree | commitdiff |
2009-01-22 |
Dave Rolsky |
try to make t/306_is_class_loaded.t skip except when... |
tree | commitdiff |
2009-01-22 |
Dave Rolsky |
Reformat _eval_closure a bit and don't use q!! (used... |
tree | commitdiff |
2009-01-17 |
Yuval Kogman |
add _compile_code, a wrapper for _eval_closure and... |
tree | commitdiff |
2009-01-14 |
Dave Rolsky |
Merge from trunk to method_generation_cleanup branch... |
tree | commitdiff |
2009-01-14 |
Jesse Luehrs |
get_method_map, find_method_by_name, and remove_method... |
tree | commitdiff |
2009-01-12 |
Yuval Kogman |
add definition_context |
tree | commitdiff |
2009-01-11 |
Dave Rolsky |
Remove commented-out bit of code |
tree | commitdiff |
2009-01-07 |
Shawn M Moore |
Metaclass-cache documentation cleanups |
tree | commitdiff |
2009-01-07 |
Shawn M Moore |
Typo fix |
tree | commitdiff |
2008-12-31 |
Dave Rolsky |
bump version to 0.75 |
tree | commitdiff |
2008-12-31 |
Dave Rolsky |
Fix a bug where a class made immutable and then mutable... |
tree | commitdiff |
2008-12-25 |
Dave Rolsky |
bump version and update changes 0.74 |
tree | commitdiff |
2008-12-19 |
Dave Rolsky |
Show around on both sides of primary (it is around... |
tree | commitdiff |
2008-12-16 |
Dave Rolsky |
bump version 0.73 |
tree | commitdiff |
2008-12-15 |
Todd Hepler |
typo fix |
tree | commitdiff |
2008-12-14 |
Florian Ragwitz |
Revert "Allow attribute defaults to be objects with... |
tree | commitdiff |
2008-12-13 |
Florian Ragwitz |
Allow attribute defaults to be objects with overloaded... |
tree | commitdiff |
2008-12-12 |
Matt S Trout |
only close over the default values, don't actually... |
tree | commitdiff |
2008-12-12 |
Matt S Trout |
Merge 'trunk' into 'method_generation_cleanup' |
tree | commitdiff |
2008-12-12 |
Matt S Trout |
switch to hashref-based _eval_closure |
tree | commitdiff |
2008-12-09 |
Chris Prather |
add breadcrumbs to describe the Inheritance hierarchy... |
tree | commitdiff |
2008-12-08 |
Dave Rolsky |
bump version to 0.72 0.72 |
tree | commitdiff |
2008-12-08 |
Dave Rolsky |
Very small grammar tweak. |
tree | commitdiff |
2008-12-08 |
Shawn M Moore |
Doc fix for CMOP::Method from sorear |
tree | commitdiff |
2008-12-07 |
Shawn M Moore |
Pass options to Class::MOP::Package->_new (fixes failin... |
tree | commitdiff |
2008-12-05 |
Dave Rolsky |
bump version to 0.71_02 and update Changes |
tree | commitdiff |
2008-12-05 |
Florian Ragwitz |
get_method_map already is xsified. |
tree | commitdiff |
2008-12-05 |
Florian Ragwitz |
Make get_all_package_symbols return a hashref in scalar... |
tree | commitdiff |
2008-12-05 |
Matt S Trout |
break out method generation into an _eval_closure method |
tree | commitdiff |
2008-12-04 |
Dave Rolsky |
Make inlined_constructor return an actual method, not... |
tree | commitdiff |
2008-12-04 |
Dave Rolsky |
Add an attribute to CMOP::Immutable, inlined_constructo... |
tree | commitdiff |
2008-12-04 |
Dave Rolsky |
If replace_constructor is true we do not check whether... |
tree | commitdiff |
2008-12-04 |
Dave Rolsky |
Add a can_be_inlined method to CMOP::Method::Constructo... |
tree | commitdiff |
2008-12-04 |
Dave Rolsky |
Fix comment which totally disagreed with code it commen... |
tree | commitdiff |
2008-12-04 |
Dave Rolsky |
More refactorings to break down immutabilization into... |
tree | commitdiff |
2008-12-04 |
Dave Rolsky |
Fix a method name to actually reflect what it does |
tree | commitdiff |
2008-12-04 |
Dave Rolsky |
More refactorings - short circuit out of various method... |
tree | commitdiff |
2008-12-04 |
Dave Rolsky |
Refactor the make_metaclass_immutable method into a... |
tree | commitdiff |
2008-12-04 |
Dave Rolsky |
update version for release and update changes |
tree | commitdiff |
2008-12-04 |
Florian Ragwitz |
Don't stringify the globs of stub functions. |
tree | commitdiff |
2008-12-04 |
Florian Ragwitz |
Make the perl version of get_all_package_symbols handle... |
tree | commitdiff |
2008-12-03 |
Shawn M Moore |
When we memoize methods, get their results lazily to... |
tree | commitdiff |
2008-12-03 |
Shawn M Moore |
Avoid calling $self->metaclass->meta again and again |
tree | commitdiff |
2008-12-03 |
Dave Rolsky |
->wrap is documented as a constructor, so it should... |
tree | commitdiff |
2008-12-02 |
Dave Rolsky |
Avoid calling get_method_map when possible. Instead... |
tree | commitdiff |
2008-12-02 |
Dave Rolsky |
Made creating the immutable class lazy |
tree | commitdiff |
2008-12-02 |
Dave Rolsky |
Get class name into a local var earlier |
tree | commitdiff |
2008-11-29 |
Shawn M Moore |
Doc using the new method->execute API |
tree | commitdiff |
2008-11-29 |
Shawn M Moore |
Class::MOP::Method->execute |
tree | commitdiff |
2008-11-26 |
Dave Rolsky |
bump _all_ the versions to 0.71 |
tree | commitdiff |
2008-11-26 |
Tomas Doran |
Bump version number as Moose needs trunk MOP (r6678) |
tree | commitdiff |
2008-11-25 |
Shawn M Moore |
Use the same _is_valid_class_name check in is_class_loaded |
tree | commitdiff |
2008-11-25 |
Shawn M Moore |
Typo fix |
tree | commitdiff |
2008-11-25 |
Shawn M Moore |
Move the actual module/package creation from Class... |
tree | commitdiff |
2008-11-19 |
Dave Rolsky |
Doh, I'm retarded. 0.70_01 |
tree | commitdiff |
2008-11-18 |
Dave Rolsky |
update Changes and make version 0.69_01 0.69_01 |
tree | commitdiff |
2008-11-14 |
Dave Rolsky |
bump version # and update changes |
tree | commitdiff |
2008-11-07 |
Dave Rolsky |
bump version and update changes for release 0.69 |
tree | commitdiff |
2008-11-07 |
Dave Rolsky |
Class::MOP::Class->add_method does not accept any param... |
tree | commitdiff |
2008-11-07 |
Dave Rolsky |
Added introspection methods for method modifiers, along... |
tree | commitdiff |
2008-11-04 |
Dave Rolsky |
Fix some bizarro code left behind by a much earlier... |
tree | commitdiff |
2008-10-23 |
Dave Rolsky |
Bump all versions to 0.68 |
tree | commitdiff |
2008-10-22 |
Tomas Doran |
I'm about to do a Moose change which requires trunk... |
tree | commitdiff |
2008-10-22 |
Tomas Doran |
Change load_first_existing_class to return the name... |
tree | commitdiff |
2008-10-21 |
Tomas Doran |
Fix error message. Loads of tests in the Moose test... |
tree | commitdiff |
2008-10-21 |
Dave Rolsky |
More code cleanup for load_first_existing_class() |
tree | commitdiff |
2008-10-21 |
Dave Rolsky |
Small formatting tweak for load class error messages |
tree | commitdiff |
2008-10-21 |
Dave Rolsky |
Rename load_first_class_of to load_first_existing_class... |
tree | commitdiff |
2008-10-21 |
Tomas Doran |
Addition of load_one_class_of, to allow does method... |
tree | commitdiff |
2008-10-17 |
Florian Ragwitz |
Add myself to the list of contributors. |
tree | commitdiff |
2008-10-17 |
Florian Ragwitz |
Instead of requiring by module name, generate the path... |
tree | commitdiff |
2008-10-06 |
Dave Rolsky |
Bump all the modules to 0.67 |
tree | commitdiff |
2008-09-30 |
Todd Hepler |
Class::MOP::Class::create() |
tree | commitdiff |
2008-09-29 |
Shawn M Moore |
Resolve #39001: Call a method on the class after settin... |
tree | commitdiff |
2008-09-14 |
Dave Rolsky |
Only skip destroying if the cached metaclas object... |
tree | commitdiff |
2008-09-14 |
Dave Rolsky |
Don't destroy a metaclass that has an existing entry... |
tree | commitdiff |
2008-09-14 |
Dave Rolsky |
Fix some wonky indentation in here |
tree | commitdiff |
2008-09-13 |
Dave Rolsky |
I kept wondering why I "mistyped" this method name... |
tree | commitdiff |
2008-09-11 |
Dave Rolsky |
Clarify the chain-following properties of the various... |
tree | commitdiff |
2008-09-11 |
Dave Rolsky |
Simplify wrap_method_body now that Method->wrap takes... |
tree | commitdiff |
2008-09-11 |
Dave Rolsky |
Document that passing a method object to add_method... |
tree | commitdiff |
2008-09-11 |
Dave Rolsky |
Actually implement and test having add_method clone... |
tree | commitdiff |
2008-09-11 |
Dave Rolsky |
Part 1 of the great clone plan. |
tree | commitdiff |
2008-09-11 |
Dave Rolsky |
Apply changes to deprecate alias_method previously... |
tree | commitdiff |
2008-09-11 |
Dave Rolsky |
Revert the last few commits related to deprecating... |
tree | commitdiff |
2008-09-11 |
Dave Rolsky |
s/$code/$self/g for consistency |
tree | commitdiff |
2008-09-11 |
Dave Rolsky |
Bump the version (so I can install it and start testing... |
tree | commitdiff |
2008-09-11 |
Dave Rolsky |
Make alias_method simply call add_method. |
tree | commitdiff |
2008-09-03 |
Dave Rolsky |
Need parens on this sub now. |
tree | commitdiff |
2008-09-03 |
Dave Rolsky |
Tie together loading our XS plus our XS deps, so we... |
tree | commitdiff |
2008-09-03 |
Dave Rolsky |
Change the docs so that _most_ functions are marked... |
tree | commitdiff |
2008-09-02 |
Dave Rolsky |
Clarify public-ness of Class::MOP functions |
tree | commitdiff |
2008-09-02 |
Dave Rolsky |
Clarify that utility functions are really functions |
tree | commitdiff |
2008-09-02 |
Yuval Kogman |
Class::MOP::load_class no longer creates a metaclass... |
tree | commitdiff |
2008-09-01 |
Dave Rolsky |
bump version to 0.65 and update changes for stable... 0.65 |
tree | commitdiff |
next |