projects
/
gitmo/Class-MOP.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
HEAD
⋅ prev ⋅
next
gitmo/Class-MOP.git
2009-12-16
Dave Rolsky
Move having methods to a new superclass - Class::MOP...
commit
|
commitdiff
|
tree
|
snapshot
2009-12-13
Dave Rolsky
Add XS & C files to no tabs check
commit
|
commitdiff
|
tree
|
snapshot
2009-12-10
Florian Ragwitz
Convert all tests to done_testing.
commit
|
commitdiff
|
tree
|
snapshot
2009-12-07
Dave Rolsky
fix t/082_get_code_info.t for bleadperl
commit
|
commitdiff
|
tree
|
snapshot
2009-11-21
Ricardo Signes
get more information out of this test when it fails
commit
|
commitdiff
|
tree
|
snapshot
2009-11-19
Florian Ragwitz
Checking in changes prior to tagging of version 0.95...
0.95
commit
|
commitdiff
|
tree
|
snapshot
2009-11-19
Florian Ragwitz
Changelogging.
commit
|
commitdiff
|
tree
|
snapshot
2009-11-18
Florian Ragwitz
Ignore dists.
commit
|
commitdiff
|
tree
|
snapshot
2009-11-18
Florian Ragwitz
Stop add_method from behaving differently under the...
commit
|
commitdiff
|
tree
|
snapshot
2009-11-11
Dave Rolsky
Add a test count
commit
|
commitdiff
|
tree
|
snapshot
2009-10-25
Florian Ragwitz
Make is_class_loaded without args fail loudly.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-12
Dave Rolsky
Add my name to my change and fix a speling error
commit
|
commitdiff
|
tree
|
snapshot
2009-10-11
Dave Rolsky
Deprecate get_attribute_map
commit
|
commitdiff
|
tree
|
snapshot
2009-10-07
Jay Hannah
POD typo corrected.
commit
|
commitdiff
|
tree
|
snapshot
2009-10-05
Dave Rolsky
Fix a typo in Changes
commit
|
commitdiff
|
tree
|
snapshot
2009-10-02
Dave Rolsky
Formatting fix
commit
|
commitdiff
|
tree
|
snapshot
2009-10-02
Dave Rolsky
All methods which take a method name should not accept...
commit
|
commitdiff
|
tree
|
snapshot
2009-10-01
Dave Rolsky
Clean up this test (tidy, improve test descriptions)
commit
|
commitdiff
|
tree
|
snapshot
2009-10-01
Yuval Kogman
refactor load_first_existing_class
commit
|
commitdiff
|
tree
|
snapshot
2009-10-01
Jesse Luehrs
replace several uses of eval with try
commit
|
commitdiff
|
tree
|
snapshot
2009-10-01
Yuval Kogman
dearbitrarize
commit
|
commitdiff
|
tree
|
snapshot
2009-09-23
Jesse Luehrs
remove outdated comment
commit
|
commitdiff
|
tree
|
snapshot
2009-09-22
Dave Rolsky
bump version to 0.94
0.94
commit
|
commitdiff
|
tree
|
snapshot
2009-09-22
Dave Rolsky
Changelog tweaks for 0.94
commit
|
commitdiff
|
tree
|
snapshot
2009-09-22
Yuval Kogman
changelog
commit
|
commitdiff
|
tree
|
snapshot
2009-09-22
Yuval Kogman
Add {get,set}_raw_value methods
commit
|
commitdiff
|
tree
|
snapshot
2009-09-15
chromatic
Fixed some typos in Class::MOP::Class; no functional...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-15
Dave Rolsky
Add release date
0.93
commit
|
commitdiff
|
tree
|
snapshot
2009-09-15
Dave Rolsky
Add -Wdeclaration-after-statement since such things...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-15
Dave Rolsky
Revert "MS VC++ compilation fix"
commit
|
commitdiff
|
tree
|
snapshot
2009-09-14
Dave Rolsky
So apparently the case I thought could never happen...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-14
Dave Rolsky
Ok, the error that can never happened, so it should...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-14
Dave Rolsky
bump version to 0.93
commit
|
commitdiff
|
tree
|
snapshot
2009-09-14
Dave Rolsky
Tweak change bug description
commit
|
commitdiff
|
tree
|
snapshot
2009-09-14
Dave Rolsky
Add some details to changes for get_method_map privatiz...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-14
Dave Rolsky
Actually implemented public get_method_map for back...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-14
Dave Rolsky
CMOP::Package should have an attribute for methods...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-14
Dave Rolsky
fix tests for latest Moose
commit
|
commitdiff
|
tree
|
snapshot
2009-09-14
Dave Rolsky
Remove debugging cruft
commit
|
commitdiff
|
tree
|
snapshot
2009-09-14
Dave Rolsky
Add changes for this branch
commit
|
commitdiff
|
tree
|
snapshot
2009-09-14
Dave Rolsky
Make get_method_map private (as _full_method_map) and...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-14
Dave Rolsky
The methods attribute is now inherited from Package
commit
|
commitdiff
|
tree
|
snapshot
2009-09-14
Dave Rolsky
Fix RT 48985
commit
|
commitdiff
|
tree
|
snapshot
2009-09-14
Shawn M Moore
Changelog entry
commit
|
commitdiff
|
tree
|
snapshot
2009-09-14
Shawn M Moore
Include method name in immutable methods (fixes #49680)
commit
|
commitdiff
|
tree
|
snapshot
2009-09-13
Dave Rolsky
tidy benchmark code
commit
|
commitdiff
|
tree
|
snapshot
2009-09-13
Dave Rolsky
Add a little more to changes for load_class
commit
|
commitdiff
|
tree
|
snapshot
2009-09-12
Dave Rolsky
Fix test description
commit
|
commitdiff
|
tree
|
snapshot
2009-09-12
Dave Rolsky
make load_class return true for the benefit of dumb...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-12
Dave Rolsky
Do not return anything from load_class.
commit
|
commitdiff
|
tree
|
snapshot
2009-09-12
Dave Rolsky
Small tweaks to initializer docs
commit
|
commitdiff
|
tree
|
snapshot
2009-09-11
Dave Rolsky
MS VC++ compilation fix
commit
|
commitdiff
|
tree
|
snapshot
2009-09-11
Dave Rolsky
bump version to 0.92_01 and add release date
0.92_01
commit
|
commitdiff
|
tree
|
snapshot
2009-09-11
Dave Rolsky
CMOP::Class now has an immutable_options method
commit
|
commitdiff
|
tree
|
snapshot
2009-09-10
Dave Rolsky
Changes for immutable_options
commit
|
commitdiff
|
tree
|
snapshot
2009-09-10
Dave Rolsky
Docs for immutable_options
commit
|
commitdiff
|
tree
|
snapshot
2009-09-10
Dave Rolsky
Remove method that no longer exists
commit
|
commitdiff
|
tree
|
snapshot
2009-09-10
Dave Rolsky
add test that custom immutable options are returned...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-10
Dave Rolsky
make immutable_options part of the regular CMOP::Class...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-10
Dave Rolsky
Make get_mutable_metaclass_name private (it was never...
commit
|
commitdiff
|
tree
|
snapshot
2009-09-07
Dave Rolsky
Add some Changes for 0.93
commit
|
commitdiff
|
tree
|
snapshot
2009-08-26
Dave Rolsky
Make debugging output for MOP_PRINT_SOURCE a little...
commit
|
commitdiff
|
tree
|
snapshot
2009-08-25
Dave Rolsky
.pm files should not be executable
commit
|
commitdiff
|
tree
|
snapshot
2009-08-25
Dave Rolsky
Add test plan, tidy, and add test descriptions
commit
|
commitdiff
|
tree
|
snapshot
2009-08-23
gfx
Separate deprecated features to Deprecated.pm
commit
|
commitdiff
|
tree
|
snapshot
2009-08-23
gfx
Handle magical scalars in XS
commit
|
commitdiff
|
tree
|
snapshot
2009-08-23
gfx
Add a test file for magical scalars. Note that XSUB...
commit
|
commitdiff
|
tree
|
snapshot
2009-08-20
franck cuny
remove a misplaced sentence in the POD
commit
|
commitdiff
|
tree
|
snapshot
2009-08-19
gfx
Refactor mop_get_package_symbols
commit
|
commitdiff
|
tree
|
snapshot
2009-08-19
gfx
Revert "Remove subname() in add_method(). Now add_packa...
commit
|
commitdiff
|
tree
|
snapshot
2009-08-19
Jesse Luehrs
Revert "Merge branch 'master' into topic/symbol-manipul...
commit
|
commitdiff
|
tree
|
snapshot
2009-08-17
franck cuny
fix url in POD for meta-model
commit
|
commitdiff
|
tree
|
snapshot
2009-08-17
gfx
Ensure backword compatibility (checked in 5.8.1)
commit
|
commitdiff
|
tree
|
snapshot
2009-08-17
gfx
Add a comment.
commit
|
commitdiff
|
tree
|
snapshot
2009-08-17
gfx
Tiny tweaks in Package.xs
commit
|
commitdiff
|
tree
|
snapshot
2009-08-17
gfx
Remove subname() in add_method(). Now add_package_symbo...
commit
|
commitdiff
|
tree
|
snapshot
2009-08-17
gfx
tiny tweaks
commit
|
commitdiff
|
tree
|
snapshot
2009-08-16
gfx
Merge branch 'master' into topic/symbol-manipulator
commit
|
commitdiff
|
tree
|
snapshot
2009-08-16
gfx
add_package_symbol is no longer called from get_package...
commit
|
commitdiff
|
tree
|
snapshot
2009-08-16
gfx
tab -> space*4
commit
|
commitdiff
|
tree
|
snapshot
2009-08-16
gfx
Refactor XS symbol manipulators
commit
|
commitdiff
|
tree
|
snapshot
2009-08-15
gfx
Merge branch 'master' of gitmo@git.moose.perl.org:Class-MOP
commit
|
commitdiff
|
tree
|
snapshot
2009-08-14
Florian Ragwitz
Allow metaclasses to be reinitialized from an existing...
commit
|
commitdiff
|
tree
|
snapshot
2009-08-14
gfx
Merge branch 'master' of gitmo@git.moose.perl.org:Class-MOP
commit
|
commitdiff
|
tree
|
snapshot
2009-08-13
Dave Rolsky
Add release date to Changes
0.92
commit
|
commitdiff
|
tree
|
snapshot
2009-08-13
Dave Rolsky
Tidy Changes
commit
|
commitdiff
|
tree
|
snapshot
2009-08-13
Dave Rolsky
bump version to 0.92
commit
|
commitdiff
|
tree
|
snapshot
2009-08-13
Dave Rolsky
Use double-quotes and quotemeta for inlined hash slot...
commit
|
commitdiff
|
tree
|
snapshot
2009-08-13
gfx
Revert "Default accessor generators to use inline gener...
commit
|
commitdiff
|
tree
|
snapshot
2009-08-13
gfx
Revert "Fix example to define sub is_inline{ 0 }"
commit
|
commitdiff
|
tree
|
snapshot
2009-08-13
gfx
Fix example to define sub is_inline{ 0 }
commit
|
commitdiff
|
tree
|
snapshot
2009-08-13
gfx
Default accessor generators to use inline generators
commit
|
commitdiff
|
tree
|
snapshot
2009-08-13
gfx
Remove unneccessary code
commit
|
commitdiff
|
tree
|
snapshot
2009-08-13
gfx
Fix too much quotemeta in Instance metaclass
commit
|
commitdiff
|
tree
|
snapshot
2009-08-13
gfx
Add source printing code to Method::Generated that...
commit
|
commitdiff
|
tree
|
snapshot
2009-08-13
gfx
Add tests using immulable classes
commit
|
commitdiff
|
tree
|
snapshot
2009-08-13
gfx
Enhance bench/loading-benchmark.pl to try to load blead...
commit
|
commitdiff
|
tree
|
snapshot
2009-08-12
Shawn M Moore
We accept false attribute names now, update the test
commit
|
commitdiff
|
tree
|
snapshot
2009-08-08
Florian Ragwitz
Changelogging.
commit
|
commitdiff
|
tree
|
snapshot
2009-08-07
Florian Ragwitz
Allow attributes to be have a name which is false.
commit
|
commitdiff
|
tree
|
snapshot
next