Merge branch 'topic/unified-method-generation-w-xs' of gitmo@moose.perl.org:Class...
[gitmo/Class-MOP.git] / 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 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 Tweaks for less memory
2009-08-31 gfx Change XS Meta Instance API
2009-08-31 gfx Add a comment for GETMAGIC in accessors
2009-08-31 gfx Fix a memory leak
2009-08-31 gfx Refactor MOP Instance API in XS
2009-08-31 gfx Optimize can_xs()
2009-08-31 gfx fix can_xs()
2009-08-31 gfx A first step to cooperate Moose.xs (topic/xs-accessor)
2009-08-31 gfx Pure Perl accessors into 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 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 Tweaks for less memory
2009-08-25 gfx Change XS Meta Instance API
2009-08-23 gfx Merge branch 'master' into topic/unified-method-generat...
2009-08-23 gfx Handle magical scalars in XS
2009-08-23 gfx Add a comment for GETMAGIC in accessors
2009-08-21 gfx Fix a memory leak
2009-08-20 gfx Refactor MOP Instance API in 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 fix can_xs()
2009-08-18 gfx A first step to cooperate Moose.xs (topic/xs-accessor)
2009-08-17 gfx Ensure backword compatibility (checked in 5.8.1)
2009-08-17 gfx Add a comment.
2009-08-17 gfx Tiny tweaks in Package.xs
2009-08-17 gfx tiny tweaks
2009-08-16 gfx Merge branch 'master' into topic/symbol-manipulator
2009-08-16 gfx tab -> space*4
2009-08-16 gfx Refactor XS symbol manipulators
2009-08-15 gfx Merge commit 'origin/topic/xs-attr-template' into topic...
2009-07-22 gfx Implement naming routine in add_package_symbol(xsub...
2009-07-22 gfx Pure Perl accessors into XS
2009-07-21 gfx Add xs accessors
2009-07-20 gfx The first step to frame XS attributes
2009-07-19 gfx Optimize symbol manipulators
2009-07-19 gfx fix symbol manipulators
2009-07-16 gfx Package symbol manipulators into XS
2009-07-12 Hans Dieter Pearcey move get_method_map into Package
2009-07-10 gfx Make all the simple readers and predicates XS template xs-attr-template
2009-07-06 Dave Rolsky apply patch from Goro Fuji for anon class mem leak
2009-06-30 Florian Ragwitz There can only be one PPCODE section.
2009-06-30 Dave Rolsky De-tabify
2009-06-30 Dave Rolsky Tweak comment for clarity
2009-06-30 Florian Ragwitz Return an empty method map instead of undef for non...
2009-05-08 Dave Rolsky when checking @ISA to see if a class is loaded, make...
2009-04-25 Florian Ragwitz Use XSRETURN; make it x89 compliant.
2009-04-25 Jesse Luehrs return early if a package's stash is empty in get_metho...
2009-04-07 Florian Ragwitz Avoid c compiler warnings by declaring some unused...
2009-03-15 Florian Ragwitz Declaring extern functions within a scope doesn't seem...
2009-03-11 Florian Ragwitz Make it easier to simple xs hashref readers using preha...
2009-03-11 Florian Ragwitz Refactor how prehashed hash keys work.
2009-03-10 Florian Ragwitz Prefix all exported symbols with "mop_"
2009-03-10 Florian Ragwitz Remove tabs from c code.
2009-03-09 Florian Ragwitz Split MOP.xs into more managable parts under xs/