gfx [Mon, 17 Aug 2009 04:36:07 +0000]
Tiny tweaks in Package.xs
gfx [Mon, 17 Aug 2009 04:34:48 +0000]
Remove subname() in add_method(). Now add_package_symbol() does it in a smart way.
gfx [Mon, 17 Aug 2009 04:15:39 +0000]
tiny tweaks
gfx [Sun, 16 Aug 2009 01:51:35 +0000]
Merge branch 'master' into topic/symbol-manipulator
Conflicts:
lib/Class/MOP/Class.pm
xs/Package.xs
gfx [Sun, 16 Aug 2009 01:46:40 +0000]
add_package_symbol is no longer called from get_package_symbol
gfx [Sun, 16 Aug 2009 01:36:38 +0000]
tab -> space*4
gfx [Sun, 16 Aug 2009 01:33:48 +0000]
Refactor XS symbol manipulators
gfx [Sat, 15 Aug 2009 07:56:34 +0000]
Merge branch 'master' of gitmo@git.moose.perl.org:Class-MOP
Florian Ragwitz [Thu, 30 Jul 2009 12:16:46 +0000]
Allow metaclasses to be reinitialized from an existing metaclass, instead of only a package name.
gfx [Fri, 14 Aug 2009 00:19:55 +0000]
Merge branch 'master' of gitmo@git.moose.perl.org:Class-MOP
Dave Rolsky [Thu, 13 Aug 2009 21:48:57 +0000]
Add release date to Changes
Dave Rolsky [Thu, 13 Aug 2009 21:48:44 +0000]
Tidy Changes
Dave Rolsky [Thu, 13 Aug 2009 21:47:37 +0000]
bump version to 0.92
Dave Rolsky [Thu, 13 Aug 2009 15:46:38 +0000]
Use double-quotes and quotemeta for inlined hash slot access.
This seems safer than using regex substitutions to escape strings.
gfx [Thu, 13 Aug 2009 08:11:23 +0000]
Revert "Default accessor generators to use inline generators"
This reverts commit
9f4ddc6e70f5666a21f99c0d5b682140175feafc.
gfx [Thu, 13 Aug 2009 08:10:55 +0000]
Revert "Fix example to define sub is_inline{ 0 }"
This reverts commit
640e075762ff5c90fd088fe39df040a0aabe366c.
gfx [Thu, 13 Aug 2009 08:02:03 +0000]
Fix example to define sub is_inline{ 0 }
gfx [Thu, 13 Aug 2009 07:59:55 +0000]
Default accessor generators to use inline generators
gfx [Thu, 13 Aug 2009 06:59:23 +0000]
Remove unneccessary code
gfx [Thu, 13 Aug 2009 06:57:11 +0000]
Fix too much quotemeta in Instance metaclass
gfx [Thu, 13 Aug 2009 06:48:58 +0000]
Add source printing code to Method::Generated that is contralled by $ENV{MOP_PRINT_SOURCE}
gfx [Thu, 13 Aug 2009 06:40:41 +0000]
Add tests using immulable classes
gfx [Thu, 13 Aug 2009 05:26:38 +0000]
Enhance bench/loading-benchmark.pl to try to load blead Moose
Shawn M Moore [Wed, 12 Aug 2009 00:40:40 +0000]
We accept false attribute names now, update the test
Florian Ragwitz [Sat, 8 Aug 2009 15:45:37 +0000]
Changelogging.
Florian Ragwitz [Fri, 7 Aug 2009 19:25:21 +0000]
Allow attributes to be have a name which is false.
Dave Rolsky [Wed, 29 Jul 2009 21:50:27 +0000]
More Changes reformatting tweaks
Dave Rolsky [Wed, 29 Jul 2009 21:48:57 +0000]
Merge branch 'stable'
Conflicts:
Changes
Dave Rolsky [Wed, 29 Jul 2009 21:47:48 +0000]
bump version to 0.91
Dave Rolsky [Wed, 29 Jul 2009 21:47:39 +0000]
Add date for release
Stevan Little [Wed, 29 Jul 2009 21:05:22 +0000]
whoops forgot the changelog
Stevan Little [Wed, 29 Jul 2009 21:03:27 +0000]
emergency fix for bad variable usage
Dave Rolsky [Wed, 29 Jul 2009 21:11:05 +0000]
Changes reformatting
Stevan Little [Wed, 29 Jul 2009 21:05:22 +0000]
whoops forgot the changelog
Stevan Little [Wed, 29 Jul 2009 21:03:27 +0000]
emergency fix for bad variable usage
Jesse Luehrs [Sun, 26 Jul 2009 03:23:10 +0000]
update Changes
Jesse Luehrs [Sun, 26 Jul 2009 03:21:36 +0000]
update docs for calling ->wrap on a method object
Jesse Luehrs [Sun, 26 Jul 2009 02:07:39 +0000]
add tests for wrapping a method metaobject
Jesse Luehrs [Sun, 26 Jul 2009 02:17:06 +0000]
clone and rebless when wrapping a method object
Hans Dieter Pearcey [Wed, 22 Jul 2009 23:18:24 +0000]
move Changes to an unreleased version
Hans Dieter Pearcey [Wed, 22 Jul 2009 23:02:54 +0000]
Merge branch 'master' into method_map_move
Conflicts:
lib/Class/MOP/Class.pm
t/010_self_introspection.t
gfx [Wed, 22 Jul 2009 08:39:35 +0000]
Implement naming routine in add_package_symbol(xsub) to avoid type-glob duplication
gfx [Wed, 22 Jul 2009 00:58:29 +0000]
Fix RT #48072 using isGV_with_GP directly, which is now ported by ppport.h
gfx [Wed, 22 Jul 2009 00:56:56 +0000]
Update ppport.h to 3.19
gfx [Wed, 22 Jul 2009 00:34:47 +0000]
Update dependencies in README
Dave Rolsky [Tue, 21 Jul 2009 21:04:54 +0000]
Add a release date
Dave Rolsky [Tue, 21 Jul 2009 20:58:05 +0000]
bump version to 0.90
Dave Rolsky [Tue, 21 Jul 2009 20:56:10 +0000]
Update changelog for 0.90
gfx [Sun, 19 Jul 2009 02:35:41 +0000]
Optimize symbol manipulators
gfx [Sun, 19 Jul 2009 02:05:11 +0000]
Remove a "no strict 'refs'" statement
gfx [Sun, 19 Jul 2009 02:03:30 +0000]
fix symbol manipulators
Stash [Fri, 17 Jul 2009 01:10:03 +0000]
Fix exception when $_ is modified in before/after.
I _think_ what's happening here is that $_ was getting aliased to an entry in
@$before/@$after, so that modifying $_ would in fact modify that array slot's
scalar.
Declaring `my $c` like this doesn't seem to impact performance vs. using $_.
Putting it outside the "cache" closure means `my` only gets run once.
gfx [Thu, 16 Jul 2009 08:15:29 +0000]
Remove pure perl implementations
gfx [Thu, 16 Jul 2009 08:05:02 +0000]
Package symbol manipulators into XS
TODO:
pass all the test existing
write new tests if needed
gfx [Thu, 16 Jul 2009 00:07:06 +0000]
Method modifier tweaks. Add missing Wrapped::_new()
gfx [Wed, 15 Jul 2009 23:58:23 +0000]
Remove has_method() in _immutable_metaclass(), which always returns false
gfx [Wed, 15 Jul 2009 23:56:07 +0000]
Remove unnecessary calls of has_method()
has_method() is simply "defined get_method(...)".
Florian Ragwitz [Wed, 15 Jul 2009 22:24:36 +0000]
Don't fail if a coderef's GV doesn't have a stash.
Dave Rolsky [Wed, 15 Jul 2009 14:36:55 +0000]
More code tidying
Dave Rolsky [Wed, 15 Jul 2009 14:35:21 +0000]
Fix a typo in Changes
Dave Rolsky [Wed, 15 Jul 2009 14:35:07 +0000]
tidy new code from Goro
gfx [Wed, 15 Jul 2009 10:52:04 +0000]
various tweaks, and refactor _instantiate_module not to use eval STRING
gfx [Wed, 15 Jul 2009 10:16:05 +0000]
no get_method_map in get_all_method_names
gfx [Wed, 15 Jul 2009 08:39:01 +0000]
Fix bench/foo.pl
gfx [Wed, 15 Jul 2009 08:37:12 +0000]
Profile script for KiokuDB
Shawn M Moore [Wed, 15 Jul 2009 07:32:49 +0000]
Note about JPA's sponsorship and the importance of testing for back-compat
Shawn M Moore [Wed, 15 Jul 2009 07:29:44 +0000]
Changes entry for gfx/topic/reduce-inline-constructor
Shawn M Moore [Wed, 15 Jul 2009 07:28:54 +0000]
Merge branch 'topic/reduce-inline-constructor' of git://github.com/gfx/class-mop
Shawn M Moore [Wed, 15 Jul 2009 07:21:19 +0000]
Changes entry for gfx/topic/no-get_method_map
Shawn M Moore [Wed, 15 Jul 2009 07:21:06 +0000]
Merge branch 'topic/no-get_method_map' of git://github.com/gfx/class-mop
gfx [Wed, 15 Jul 2009 06:13:52 +0000]
Improve profiling script. Type "perl bench/profile.pl" and nytprof-$branch will be created.
gfx [Wed, 15 Jul 2009 04:17:56 +0000]
Extend bench/loading-benchmark.pl
Usage: perl loading-benchmark.pl [count] [module]
gfx [Wed, 15 Jul 2009 04:14:00 +0000]
Move __class_to_pmfile() in load_first_existing_class() to a correct place
Shawn M Moore [Sun, 12 Jul 2009 23:20:40 +0000]
wrap_method_body is in Package now
Hans Dieter Pearcey [Sun, 12 Jul 2009 23:04:03 +0000]
move get_method_map into Package
gfx [Sun, 12 Jul 2009 07:04:38 +0000]
Implement an idea of reducing inline constructors in basic metaclasses
put all the inlined constructors _new() in modules directly.
gfx [Sun, 12 Jul 2009 04:41:30 +0000]
add_attribute tweaks
gfx [Sun, 12 Jul 2009 04:32:46 +0000]
Merge branch 'master' of gitmo@git.moose.perl.org:Class-MOP
gfx [Sun, 12 Jul 2009 04:31:21 +0000]
Cache init_arg() in _generate_slot_initializer()
gfx [Sun, 12 Jul 2009 03:55:08 +0000]
no get_method_map in get_method_list
gfx [Sun, 12 Jul 2009 03:54:02 +0000]
Remove method object generation stuff, which is no longer required
Jesse Luehrs [Sat, 11 Jul 2009 22:10:09 +0000]
this syntax apparently hasn't worked in a while
gfx [Fri, 10 Jul 2009 06:31:49 +0000]
refactoring no-get_method_map with package symmbol APIs
gfx [Fri, 10 Jul 2009 03:26:44 +0000]
Improve get_method/has_method/add_method not to use get_method_map.
Normal method objects, or implicit methods, are no longer created until required.
bench/loading-benchmark.pl says this makes loading time 10% faster.
Dave Rolsky [Tue, 7 Jul 2009 20:46:01 +0000]
Revert "give unique names to method modifiers"
This reverts commit
3a642c024cf3e964eedddffa171cc501bac9265d.
Dave Rolsky [Tue, 7 Jul 2009 20:45:54 +0000]
Revert "really try to make method modifier names unique"
This reverts commit
4884b0cd5dd83114eba79aa05372cb0d52309f80.
Dave Rolsky [Tue, 7 Jul 2009 18:07:57 +0000]
really try to make method modifier names unique
Dave Rolsky [Tue, 7 Jul 2009 18:05:48 +0000]
give unique names to method modifiers
Dave Rolsky [Mon, 6 Jul 2009 18:51:24 +0000]
apply patch from Goro Fuji for anon class mem leak
Dave Rolsky [Mon, 6 Jul 2009 14:27:24 +0000]
Add changes for mem leak fixes
Dave Rolsky [Mon, 6 Jul 2009 14:25:49 +0000]
Applied patch from Goro Fuji to fix leaks in creating an anonymous
class.
Dave Rolsky [Mon, 6 Jul 2009 14:23:45 +0000]
Add test count
Dave Rolsky [Mon, 6 Jul 2009 14:23:23 +0000]
Add test count
Dave Rolsky [Mon, 6 Jul 2009 14:15:18 +0000]
no Win32 line endings, code formatting tweaks
gfx [Mon, 6 Jul 2009 07:20:16 +0000]
add bench/oading-benchmark.pl
gfx [Mon, 6 Jul 2009 07:19:31 +0000]
add bench/loading-profile.pl
gfx [Mon, 6 Jul 2009 05:42:10 +0000]
Removed "use B" in Class::MOP::Package
Dave Rolsky [Fri, 3 Jul 2009 15:32:22 +0000]
These tests all had tabs, so I just ran them through perltidy
Dave Rolsky [Fri, 3 Jul 2009 15:30:55 +0000]
add a notabs test
Dave Rolsky [Fri, 3 Jul 2009 15:22:51 +0000]
Fix release date