Fix profile.pl
[gitmo/Class-MOP.git] / mop.h
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 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-20 gfx Refactor MOP Instance API in XS
2009-08-19 Jesse Luehrs Revert "Merge branch 'master' into topic/symbol-manipul...
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-15 gfx Merge commit 'origin/topic/xs-attr-template' into topic...
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-10 gfx Make all the simple readers and predicates XS template xs-attr-template
2009-03-23 Dave Rolsky XSPROTO backcompat for 5.8.x
2009-03-15 Florian Ragwitz Stop redefining the prototype for XSUBs.
2009-03-15 Florian Ragwitz Declaring extern functions within a scope doesn't seem...
2009-03-15 Florian Ragwitz Uninline mop_prehashed_{key,hash}_for.
2009-03-11 Florian Ragwitz Implement INSTALL_SIMPLE_READER in terms of INSTALL_SIM...
2009-03-11 Florian Ragwitz Don't make DECLARE_KEY* available for anything but...
2009-03-11 Florian Ragwitz Inline mop_simple_reader.
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/