gitmo/Class-MOP.git
2009-09-07 gfx Add some comments abandoned/unified-method-generation-w-xs
2009-09-06 gfx Change the mop_instance_vtbl prototypes: they could...
2009-09-06 gfx Add clone_instance() method to mop_instance_vtbl
2009-09-06 gfx Use IsObject()
2009-09-06 gfx Comment out install_headers() for merging
2009-09-05 gfx Optimize is_class_loaded()
2009-09-05 gfx Fix a stack operation
2009-09-04 gfx Make MOP_CALL_BOOT a little smart
2009-09-04 gfx Changelogging about XS generators
2009-09-01 gfx Cleanup
2009-08-31 gfx Code tidy. No functionality changed
2009-08-31 gfx Merge branch 'topic/unified-method-generation-w-xs...
2009-08-31 gfx Code tidy
2009-08-31 gfx Merge branch 'topic/unified-method-generation-w-xs...
2009-08-31 gfx Merge branch 'topic/unified-method-generation-w-xs...
2009-08-31 gfx Rebase origin and fix miss-merged segments
2009-08-31 gfx Move BOOT section in Package.xs
2009-08-31 gfx no VERSIONCHECK in sub XS files
2009-08-31 gfx Add benchmark scripts (bench/xs/*.pl)
2009-08-31 gfx Fix profile.pl
2009-08-31 gfx Improve bench/profile.pl
2009-08-31 gfx Implement a XS constructor generator
2009-08-31 gfx Reconsider method generation
2009-08-31 gfx Fix magic stuff
2009-08-31 gfx Refactor method generators, preparing XS constructor...
2009-08-31 gfx Clearify a comment
2009-08-31 gfx Add assert to mi methods
2009-08-31 gfx Add is_instance_of() to MOP APIs for extentions
2009-08-31 gfx Add is_class_loaded() to MOP APIs so that extentions...
2009-08-31 gfx Use Module::Info instead of eval "require $mod" in...
2009-08-31 gfx Tweaks for less memory
2009-08-31 gfx Change XS Meta Instance API
2009-08-31 gfx Remove old accessors that are commented out
2009-08-31 gfx Add a comment for GETMAGIC in accessors
2009-08-31 gfx Add t/314_method_leak.t for memory leak testing
2009-08-31 gfx Fix a memory leak
2009-08-31 gfx Refactor MOP Instance API in XS
2009-08-31 gfx Ensure that generated accessors are XS
2009-08-31 gfx Optimize can_xs()
2009-08-31 gfx Comment out pp accessors in Package.pm
2009-08-31 gfx is_inline as an argument
2009-08-31 gfx fix can_xs()
2009-08-31 gfx comment for Module::Install::XSUtil
2009-08-31 gfx ppport.h tweaks: share the function entity in all objec...
2009-08-31 gfx A first step to cooperate Moose.xs (topic/xs-accessor)
2009-08-31 gfx Whether is_inline is true or not does not matter.
2009-08-31 gfx Fix ArrayBasedStorage to define is_inlinable{ 1 }
2009-08-31 gfx Fix unified generation
2009-08-31 gfx Accessors are generated only once at add_attribute...
2009-08-31 gfx Pure Perl accessors into XS
2009-08-31 gfx Change the algorithm to use XS accessors. Now "xs"...
2009-08-31 gfx Add xs accessors
2009-08-31 gfx The first step to frame XS attributes
2009-08-31 gfx Make all the simple readers and predicates XS template
2009-08-31 gfx Move BOOT section in Package.xs
2009-08-31 gfx no VERSIONCHECK in sub XS files
2009-08-30 gfx Add benchmark scripts (bench/xs/*.pl)
2009-08-30 gfx Fix profile.pl
2009-08-30 gfx Improve bench/profile.pl
2009-08-30 gfx Implement a XS constructor generator
2009-08-28 gfx Reconsider method generation
2009-08-28 gfx Fix magic stuff
2009-08-28 gfx Refactor method generators, preparing XS constructor...
2009-08-28 gfx Clearify a comment
2009-08-28 gfx Add assert to mi methods
2009-08-28 gfx Add is_instance_of() to MOP APIs for extentions
2009-08-28 gfx Add is_class_loaded() to MOP APIs so that extentions...
2009-08-27 gfx Use Module::Info instead of eval "require $mod" in...
2009-08-27 gfx Tweaks for less memory
2009-08-26 Dave Rolsky Make debugging output for MOP_PRINT_SOURCE a little...
2009-08-25 Dave Rolsky .pm files should not be executable
2009-08-25 Dave Rolsky Add test plan, tidy, and add test descriptions
2009-08-25 gfx Change XS Meta Instance API
2009-08-23 gfx Separate deprecated features to Deprecated.pm
2009-08-23 gfx Merge branch 'master' into topic/unified-method-generat...
2009-08-23 gfx Merge branch 'topic/unified-method-generation-w-xs...
2009-08-23 gfx Remove old accessors that are commented out
2009-08-23 gfx Handle magical scalars in XS
2009-08-23 gfx Add a test file for magical scalars. Note that XSUB...
2009-08-23 gfx Add a comment for GETMAGIC in accessors
2009-08-21 gfx Add t/314_method_leak.t for memory leak testing
2009-08-21 gfx Fix a memory leak
2009-08-20 franck cuny remove a misplaced sentence in the POD
2009-08-20 gfx Refactor MOP Instance API in XS
2009-08-19 gfx Refactor mop_get_package_symbols
2009-08-19 gfx Revert "Remove subname() in add_method(). Now add_packa...
2009-08-19 gfx Ensure that generated accessors are XS
2009-08-19 gfx Optimize can_xs()
2009-08-19 Jesse Luehrs Revert "Merge branch 'master' into topic/symbol-manipul...
2009-08-18 gfx Comment out pp accessors in Package.pm
2009-08-18 gfx is_inline as an argument
2009-08-18 gfx fix can_xs()
2009-08-18 gfx comment for Module::Install::XSUtil
2009-08-18 gfx ppport.h tweaks: share the function entity in all objec...
2009-08-18 gfx A first step to cooperate Moose.xs (topic/xs-accessor)
2009-08-17 franck cuny fix url in POD for meta-model
2009-08-17 gfx Merge branch 'topic/unified-method-generation' into...
2009-08-17 gfx Whether is_inline is true or not does not matter. abandoned/unified-method-generation
2009-08-17 gfx Ensure backword compatibility (checked in 5.8.1)
2009-08-17 gfx Add a comment.
next