projects
/
gitmo/Class-MOP.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
refactor load_first_existing_class
[gitmo/Class-MOP.git]
/
lib
/
Class
/
MOP
/
2009-10-01
Jesse Luehrs
replace several uses of eval with try
tree
|
commitdiff
2009-10-01
Yuval Kogman
dearbitrarize
tree
|
commitdiff
2009-09-22
Dave Rolsky
bump version to 0.94
0.94
tree
|
commitdiff
2009-09-22
Yuval Kogman
Add {get,set}_raw_value methods
tree
|
commitdiff
2009-09-15
chromatic
Fixed some typos in Class::MOP::Class; no functional...
tree
|
commitdiff
2009-09-14
Dave Rolsky
So apparently the case I thought could never happen...
tree
|
commitdiff
2009-09-14
Dave Rolsky
Ok, the error that can never happened, so it should...
tree
|
commitdiff
2009-09-14
Dave Rolsky
bump version to 0.93
tree
|
commitdiff
2009-09-14
Dave Rolsky
Actually implemented public get_method_map for back...
tree
|
commitdiff
2009-09-14
Dave Rolsky
Remove debugging cruft
tree
|
commitdiff
2009-09-14
Dave Rolsky
Make get_method_map private (as _full_method_map) and...
tree
|
commitdiff
2009-09-14
Dave Rolsky
The methods attribute is now inherited from Package
tree
|
commitdiff
2009-09-14
Dave Rolsky
Fix RT 48985
tree
|
commitdiff
2009-09-14
Shawn M Moore
Include method name in immutable methods (fixes #49680)
tree
|
commitdiff
2009-09-12
Dave Rolsky
Small tweaks to initializer docs
tree
|
commitdiff
2009-09-11
Dave Rolsky
bump version to 0.92_01 and add release date
0.92_01
tree
|
commitdiff
2009-09-10
Dave Rolsky
Docs for immutable_options
tree
|
commitdiff
2009-09-10
Dave Rolsky
make immutable_options part of the regular CMOP::Class...
tree
|
commitdiff
2009-09-10
Dave Rolsky
Make get_mutable_metaclass_name private (it was never...
tree
|
commitdiff
2009-08-26
Dave Rolsky
Make debugging output for MOP_PRINT_SOURCE a little...
tree
|
commitdiff
2009-08-25
Dave Rolsky
.pm files should not be executable
tree
|
commitdiff
2009-08-23
gfx
Separate deprecated features to Deprecated.pm
tree
|
commitdiff
2009-08-20
franck cuny
remove a misplaced sentence in the POD
tree
|
commitdiff
2009-08-19
gfx
Revert "Remove subname() in add_method(). Now add_packa...
tree
|
commitdiff
2009-08-19
Jesse Luehrs
Revert "Merge branch 'master' into topic/symbol-manipul...
tree
|
commitdiff
2009-08-17
gfx
Remove subname() in add_method(). Now add_package_symbo...
tree
|
commitdiff
2009-08-16
gfx
Merge branch 'master' into topic/symbol-manipulator
tree
|
commitdiff
2009-08-16
gfx
add_package_symbol is no longer called from get_package...
tree
|
commitdiff
2009-08-16
gfx
Refactor XS symbol manipulators
tree
|
commitdiff
2009-08-14
Florian Ragwitz
Allow metaclasses to be reinitialized from an existing...
tree
|
commitdiff
2009-08-13
Dave Rolsky
bump version to 0.92
tree
|
commitdiff
2009-08-13
Dave Rolsky
Use double-quotes and quotemeta for inlined hash slot...
tree
|
commitdiff
2009-08-13
gfx
Revert "Default accessor generators to use inline gener...
tree
|
commitdiff
2009-08-13
gfx
Default accessor generators to use inline generators
tree
|
commitdiff
2009-08-13
gfx
Fix too much quotemeta in Instance metaclass
tree
|
commitdiff
2009-08-13
gfx
Add source printing code to Method::Generated that...
tree
|
commitdiff
2009-08-07
Florian Ragwitz
Allow attributes to be have a name which is false.
tree
|
commitdiff
2009-07-29
Dave Rolsky
Merge branch 'stable'
tree
|
commitdiff
2009-07-29
Dave Rolsky
bump version to 0.91
0.91
tree
|
commitdiff
2009-07-29
Stevan Little
emergency fix for bad variable usage
tree
|
commitdiff
2009-07-29
Stevan Little
emergency fix for bad variable usage
tree
|
commitdiff
2009-07-26
Jesse Luehrs
update docs for calling ->wrap on a method object
tree
|
commitdiff
2009-07-26
Jesse Luehrs
clone and rebless when wrapping a method object
tree
|
commitdiff
2009-07-22
Hans Dieter Pearcey
Merge branch 'master' into method_map_move
tree
|
commitdiff
2009-07-22
gfx
Implement naming routine in add_package_symbol(xsub...
tree
|
commitdiff
2009-07-21
Dave Rolsky
bump version to 0.90
tree
|
commitdiff
2009-07-19
gfx
Optimize symbol manipulators
tree
|
commitdiff
2009-07-19
gfx
Remove a "no strict 'refs'" statement
tree
|
commitdiff
2009-07-19
gfx
fix symbol manipulators
tree
|
commitdiff
2009-07-17
Stash
Fix exception when $_ is modified in before/after.
tree
|
commitdiff
2009-07-16
gfx
Remove pure perl implementations
tree
|
commitdiff
2009-07-16
gfx
Package symbol manipulators into XS
tree
|
commitdiff
2009-07-16
gfx
Method modifier tweaks. Add missing Wrapped::_new()
tree
|
commitdiff
2009-07-15
gfx
Remove has_method() in _immutable_metaclass(), which...
tree
|
commitdiff
2009-07-15
gfx
Remove unnecessary calls of has_method()
tree
|
commitdiff
2009-07-15
Dave Rolsky
More code tidying
tree
|
commitdiff
2009-07-15
Dave Rolsky
tidy new code from Goro
tree
|
commitdiff
2009-07-15
gfx
various tweaks, and refactor _instantiate_module not...
tree
|
commitdiff
2009-07-15
gfx
no get_method_map in get_all_method_names
tree
|
commitdiff
2009-07-15
Shawn M Moore
Merge branch 'topic/reduce-inline-constructor' of git...
tree
|
commitdiff
2009-07-15
Shawn M Moore
Merge branch 'topic/no-get_method_map' of git://github...
tree
|
commitdiff
2009-07-12
Hans Dieter Pearcey
move get_method_map into Package
tree
|
commitdiff
2009-07-12
gfx
Implement an idea of reducing inline constructors in...
tree
|
commitdiff
2009-07-12
gfx
add_attribute tweaks
tree
|
commitdiff
2009-07-12
gfx
Merge branch 'master' of gitmo@git.moose.perl.org:Class-MOP
tree
|
commitdiff
2009-07-12
gfx
Cache init_arg() in _generate_slot_initializer()
tree
|
commitdiff
2009-07-12
gfx
no get_method_map in get_method_list
tree
|
commitdiff
2009-07-12
gfx
Remove method object generation stuff, which is no...
tree
|
commitdiff
2009-07-11
Jesse Luehrs
this syntax apparently hasn't worked in a while
tree
|
commitdiff
2009-07-10
gfx
refactoring no-get_method_map with package symmbol...
tree
|
commitdiff
2009-07-10
gfx
Improve get_method/has_method/add_method not to use...
tree
|
commitdiff
2009-07-07
Dave Rolsky
Revert "give unique names to method modifiers"
tree
|
commitdiff
2009-07-07
Dave Rolsky
Revert "really try to make method modifier names unique"
tree
|
commitdiff
2009-07-07
Dave Rolsky
really try to make method modifier names unique
tree
|
commitdiff
2009-07-07
Dave Rolsky
give unique names to method modifiers
tree
|
commitdiff
2009-07-06
Dave Rolsky
apply patch from Goro Fuji for anon class mem leak
tree
|
commitdiff
2009-07-06
gfx
Removed "use B" in Class::MOP::Package
tree
|
commitdiff
2009-07-03
Dave Rolsky
bump version to 0.89
tree
|
commitdiff
2009-07-03
Dave Rolsky
Remove some cruft left over from earlier experimentation
tree
|
commitdiff
2009-07-01
Dave Rolsky
Merge branch 'master' into immutable_as_real_trait
tree
|
commitdiff
2009-07-01
Chris Prather
apply patch from ash on #moose
tree
|
commitdiff
2009-06-30
Dave Rolsky
Fixes to accomodate a metaclass which is an anon subcla...
tree
|
commitdiff
2009-06-30
Dave Rolsky
The immutable class's metaclass should be an object...
tree
|
commitdiff
2009-06-30
Dave Rolsky
What the heck, make the new immutable subclass immutabl...
tree
|
commitdiff
2009-06-30
Dave Rolsky
almost all tests passing!
tree
|
commitdiff
2009-06-30
Dave Rolsky
There's no point making the new metaclass for immutable...
tree
|
commitdiff
2009-06-30
Dave Rolsky
Avoid a warning when the inherited method has no uninli...
tree
|
commitdiff
2009-06-30
Dave Rolsky
Improve error message for metaclass incompat errors
tree
|
commitdiff
2009-06-25
Cory Watson
Make inline_slot_access use double quotes to be consist...
tree
|
commitdiff
2009-06-25
Jesse Luehrs
doc inline_rebless_instance_structure
tree
|
commitdiff
2009-06-25
Jesse Luehrs
add inline version of rebless_instance_structure
tree
|
commitdiff
2009-06-23
Dave Rolsky
bump version to 0.88
tree
|
commitdiff
2009-06-23
Jesse Luehrs
need to initialize a moose meta if called from Moose...
tree
|
commitdiff
2009-06-23
Jesse Luehrs
make CMOP::Immutable::Trait stop lying about its metaclass
tree
|
commitdiff
2009-06-22
Dave Rolsky
Remove references to Moose
tree
|
commitdiff
2009-06-22
Dave Rolsky
Add an explicit return
tree
|
commitdiff
2009-06-22
Jesse Luehrs
document the __INSTANCE__ thing being pushed back to...
tree
|
commitdiff
2009-06-21
Jesse Luehrs
push the __INSTANCE__ parameter back into cmop
tree
|
commitdiff
2009-06-21
Dave Rolsky
bump version to 0.87
tree
|
commitdiff
2009-06-21
Dave Rolsky
spelling and dictionary fixes
tree
|
commitdiff
next