projects
/
gitmo/Mouse.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first
⋅
prev
⋅
next
Checking in changes prior to tagging of version 0.83.
[gitmo/Mouse.git]
/
lib
/
Mouse
/
Meta
/
Class.pm
2009-11-18
gfx
Add metaclass compatibility stuff
blob
|
commitdiff
|
diff to current
2009-11-17
gfx
Fix many
0.40_07
blob
|
commitdiff
|
diff to current
2009-11-17
gfx
Tidy
blob
|
commitdiff
|
diff to current
2009-11-17
gfx
Make some constants as class attributes
blob
|
commitdiff
|
diff to current
2009-11-16
gfx
Checking in changes prior to tagging of version 0.40_06...
0.40_06
blob
|
commitdiff
|
diff to current
2009-11-16
gfx
Remove "use Mouse::Meta::Method::Destructor"
blob
|
commitdiff
|
diff to current
2009-11-16
gfx
DEMOLISH to XS
blob
|
commitdiff
|
diff to current
2009-11-16
gfx
Mouse:::Meta::Method::Constructor is used only in pure...
blob
|
commitdiff
|
diff to current
2009-11-16
gfx
Revert "Change inline_constructor => 0"
blob
|
commitdiff
|
diff to current
2009-11-16
gfx
Change inline_constructor => 0
blob
|
commitdiff
|
diff to current
2009-11-15
gfx
Add _initialize_object()
blob
|
commitdiff
|
diff to current
2009-11-15
gfx
Add $ignore_triggers option to _initialize_object()
blob
|
commitdiff
|
diff to current
2009-11-03
gfx
Implement get_all_attributes in XS
blob
|
commitdiff
|
diff to current
2009-11-03
gfx
Remove useless use of or-assign
blob
|
commitdiff
|
diff to current
2009-11-02
gfx
Checking in changes prior to tagging of version 0.40_05...
0.40_05
blob
|
commitdiff
|
diff to current
2009-11-01
gfx
Checking in changes prior to tagging of version 0.40_04...
0.40_04
blob
|
commitdiff
|
diff to current
2009-10-31
gfx
Change is-a predicate stuff
blob
|
commitdiff
|
diff to current
2009-10-30
gfx
Checking in changes prior to tagging of version 0.40_03...
0.40_03
blob
|
commitdiff
|
diff to current
2009-10-27
gfx
Checking in changes prior to tagging of version 0.40_02...
0.40_02
blob
|
commitdiff
|
diff to current
2009-10-26
gfx
More _generate_class_type_for()
blob
|
commitdiff
|
diff to current
2009-10-26
gfx
Version 0.40_01
blob
|
commitdiff
|
diff to current
2009-10-24
gfx
_get_code_ref() and get_linear_isa() in XS
blob
|
commitdiff
|
diff to current
2009-10-24
gfx
Move accessors into XS
blob
|
commitdiff
|
diff to current
2009-10-19
gfx
Checking in changes prior to tagging of version 0.40...
0.40
blob
|
commitdiff
|
diff to current
2009-10-19
gfx
Add calculate_all_roles() to Meta::Class/Meta::Role
blob
|
commitdiff
|
diff to current
2009-10-13
gfx
Checking in changes prior to tagging of version 0.39...
0.39
blob
|
commitdiff
|
diff to current
2009-10-13
gfx
Checking in changes prior to tagging of version 0.38...
0.38
blob
|
commitdiff
|
diff to current
2009-10-13
gfx
Add VERSION section to pods
blob
|
commitdiff
|
diff to current
2009-10-12
gfx
Tidy
blob
|
commitdiff
|
diff to current
2009-10-09
gfx
Tidy for release
blob
|
commitdiff
|
diff to current
2009-10-09
gfx
Remove Moose's comment
blob
|
commitdiff
|
diff to current
2009-10-08
gfx
Fix some issues on attributes
blob
|
commitdiff
|
diff to current
2009-10-08
gfx
Check superclasses not to inherit from roles
blob
|
commitdiff
|
diff to current
2009-10-08
gfx
add_method() stores code references instead of a true...
blob
|
commitdiff
|
diff to current
2009-10-07
gfx
More compatibility
blob
|
commitdiff
|
diff to current
2009-10-07
gfx
Switch to Mouse::Exporter
blob
|
commitdiff
|
diff to current
2009-10-04
gfx
Add find_attribute_by_name()
blob
|
commitdiff
|
diff to current
2009-10-04
gfx
Implement augment/inner
blob
|
commitdiff
|
diff to current
2009-10-04
gfx
Refactor the override method modifier code to reduce...
blob
|
commitdiff
|
diff to current
2009-10-04
gfx
Fix clone_and_inherit_options() to take 'traits' and...
blob
|
commitdiff
|
diff to current
2009-10-03
gfx
Fix class/role creation
blob
|
commitdiff
|
diff to current
2009-10-03
gfx
Cleanup
blob
|
commitdiff
|
diff to current
2009-10-02
gfx
Add get_read_method_ref and get_write_method_ref. Remov...
blob
|
commitdiff
|
diff to current
2009-10-02
gfx
Mouse::Meta::Class and Mouse::Meta::Role are now extens...
blob
|
commitdiff
|
diff to current
2009-10-02
gfx
Add a test file to extend metaclasses
blob
|
commitdiff
|
diff to current
2009-10-02
gfx
Tidy
blob
|
commitdiff
|
diff to current
2009-10-02
gfx
Deprecate compute_all_applicable_attributes() and get_a...
blob
|
commitdiff
|
diff to current
2009-10-01
gfx
Remove some private or useless methods/functions from...
blob
|
commitdiff
|
diff to current
2009-09-30
gfx
A tiny tweak
blob
|
commitdiff
|
diff to current
2009-09-30
gfx
Tidy
blob
|
commitdiff
|
diff to current
2009-09-30
gfx
Move type coercion mechanism from Util/TypeConstraints...
blob
|
commitdiff
|
diff to current
2009-09-28
gfx
Add descriptions to pods
blob
|
commitdiff
|
diff to current
2009-09-27
gfx
Fix an issue that breaks a backward compatibility.
blob
|
commitdiff
|
diff to current
2009-09-25
gfx
No base.pm
blob
|
commitdiff
|
diff to current
2009-09-25
gfx
Fix tests and documents
blob
|
commitdiff
|
diff to current
2009-09-25
gfx
Tidy
blob
|
commitdiff
|
diff to current
2009-09-25
gfx
Implement own method modifiers
blob
|
commitdiff
|
diff to current
2009-09-25
gfx
Improve documents
blob
|
commitdiff
|
diff to current
2009-09-25
gfx
Deprecate clone_instance
blob
|
commitdiff
|
diff to current
2009-09-25
gfx
Refactor attribute constructor
blob
|
commitdiff
|
diff to current
2009-09-24
gfx
Refactor many many things
blob
|
commitdiff
|
diff to current
2009-09-24
gfx
Refactor the constructor of Attribute
blob
|
commitdiff
|
diff to current
2009-09-24
gfx
Add some tests
blob
|
commitdiff
|
diff to current
2009-09-23
gfx
Always load Mouse::Util first, which will be load Mouse...
blob
|
commitdiff
|
diff to current
2009-09-22
gfx
Fix the timing triggers are invoked
blob
|
commitdiff
|
diff to current
2009-09-22
gfx
Add various things
blob
|
commitdiff
|
diff to current
2009-09-22
gfx
Add a comment
blob
|
commitdiff
|
diff to current
2009-09-22
gfx
Fix Makefile.PL to remove old xt/compatibility/* tests...
blob
|
commitdiff
|
diff to current
2009-09-21
gfx
More compatibility
blob
|
commitdiff
|
diff to current
2009-09-21
gfx
Make anonymous classes work correctly
blob
|
commitdiff
|
diff to current
2009-09-21
gfx
Mouse::Role improved
blob
|
commitdiff
|
diff to current
2009-09-21
gfx
A tiny tweak
blob
|
commitdiff
|
diff to current
2009-09-21
gfx
Remove an unused method
blob
|
commitdiff
|
diff to current
2009-09-21
gfx
Use throw_error() instead of confess()
blob
|
commitdiff
|
diff to current
2009-09-21
gfx
Remove duplications and cleanup
blob
|
commitdiff
|
diff to current
2009-09-20
gfx
Creanup
blob
|
commitdiff
|
diff to current
2009-09-20
gfx
Move M::Util::(version|authority|identifier) to M:...
blob
|
commitdiff
|
diff to current
2009-09-20
gfx
Refactoring
blob
|
commitdiff
|
diff to current
2009-09-17
gfx
Fix meta() and initialize() for more compatibility
blob
|
commitdiff
|
diff to current
2009-06-09
Tokuhiro Matsuno
latest moose inlining destructor by default
blob
|
commitdiff
|
diff to current
2009-04-13
Tokuhiro Matsuno
bug fixed. test is very important things!
blob
|
commitdiff
|
diff to current
2009-04-11
Tokuhiro Matsuno
Moose says 'The clone_instance method has been made...
blob
|
commitdiff
|
diff to current
2009-04-09
Yuval Kogman
get_all_attributes
blob
|
commitdiff
|
diff to current
2009-04-06
wu-lee
Added metaclass cache accessor methods (straight from...
blob
|
commitdiff
|
diff to current
2009-04-02
NAKAGAWA Masaki
Meta::Class->does_role searches isa for Moose compatibility
blob
|
commitdiff
|
diff to current
2009-04-02
Tokuhiro Matsuno
added Meta::Class->add_attribute_list for Moose compati...
blob
|
commitdiff
|
diff to current
2009-04-02
Tokuhiro Matsuno
added Meta::Class->has_method($name)
blob
|
commitdiff
|
diff to current
2009-03-27
Nick Woolley
Implemented Mouse::Role->does; modified Mouse::Meta...
blob
|
commitdiff
|
diff to current
2009-03-04
Tokuhiro Matsuno
added YourClass->meta->add_attribute(foo => (is =>...
blob
|
commitdiff
|
diff to current
2009-03-02
Tokuhiro Matsuno
micro optimization for method modifiers.
blob
|
commitdiff
|
diff to current
2009-02-10
Shawn M Moore
Throw a better error message when using a method modifi...
blob
|
commitdiff
|
diff to current
2009-02-05
Jesse Vincent
Moose's make_immutable returns true allowing calling...
blob
|
commitdiff
|
diff to current
2009-02-05
Shawn M Moore
Implement get_all_method_names
blob
|
commitdiff
|
diff to current
2009-02-05
Shawn M Moore
Factor out some bits of get_method_list so I can write
blob
|
commitdiff
|
diff to current
2009-02-05
Shawn M Moore
Need to ignore override and super in the method list
blob
|
commitdiff
|
diff to current
2009-02-05
Shawn M Moore
Settle for respecting inline_constructor for now
blob
|
commitdiff
|
diff to current
2009-02-05
Shawn M Moore
Ensure that we're not blowing away an inherited constructor
blob
|
commitdiff
|
diff to current
2009-01-18
Dann
refactored out fast method modifier as Class::Method...
blob
|
commitdiff
|
diff to current
2009-01-13
Dann
use Data::Util to make modifier fast if Data::Util...
blob
|
commitdiff
|
diff to current
2009-01-10
Dann
suppress warnings when we use around and has "+..."
blob
|
commitdiff
|
diff to current
next