Encourage function inlining
[gitmo/Mouse.git] / xs-src / MouseAccessor.xs
2010-12-06 Fuji, Goro Encourage function inlining
2010-12-06 Fuji, Goro Don't abuse CPP macros
2010-12-02 Fuji, Goro Tidy
2010-09-29 Fuji, Goro Cleanup XS
2010-09-23 Fuji, Goro Generalize inheritable class accessors
2010-08-28 gfx Use STATIC_INLINE, which will be introduced at 5.14.0
2010-06-12 gfx Fix possible memory leaks, which occurs when constructo...
2010-05-18 Fuji, Goro Improve error messages
2010-03-27 gfx Workaround RT #69939
2010-03-07 gfx Fix a possible panic, caused by triggers (reported...
2010-02-27 gfx Fix an error
2010-02-27 gfx Tidy the xs code
2010-02-02 gfx Use mouse_name instead of literals
2010-02-02 gfx Fix RT #54203 (reported by chocolateboy) that setters...
2010-01-02 Goro Fuji Replace CRLF to LF with all the files
2009-11-26 gfx Remove an unused function: XS_Mouse_simple_accessor()
2009-11-26 gfx Change class holders to simple readers
2009-11-26 gfx A tiny tweak
2009-11-21 gfx Rename XS funcs which generate XSUBs
2009-11-17 gfx For Mouse::Util::MetaRole
2009-11-17 gfx Make some constants as class attributes
2009-11-17 gfx Make mouse_accessor_get_self() "static inline"
2009-11-15 gfx Add _initialize_object()
2009-11-15 gfx Add mouse_get_xa()
2009-11-15 gfx XS constructor
2009-11-04 gfx Refactor XS metaclass object structure
2009-11-03 gfx Make type check macros
2009-11-03 gfx Rename XS functions
2009-11-01 gfx Tidy and simplify mouse_attr_get()
2009-11-01 gfx Use shortnames for mouse_instance_*
2009-10-31 gfx Tidy
2009-10-31 gfx Refactor type constraint check function to make class_t...
2009-10-31 gfx Remove an unused variable
2009-10-31 gfx Remove duplicated checks
2009-10-31 gfx Tiny optimization for XS accessors
2009-10-31 gfx Re-organize xs-src/