Move XS Meta::Constraint stuff to the correct place
[gitmo/Mouse.git] / mouse.h
2009-11-01 gfx More newSVpvs_share()
2009-11-01 gfx Generalize type constraint generation
2009-11-01 gfx Use shortnames for mouse_instance_*
2009-11-01 gfx Change TC hierarchy in XS
2009-11-01 gfx Implement compile_type_constraint in XS
2009-10-31 gfx Implement type parameterization in XS
2009-10-31 gfx mouse_tc is always true
2009-10-31 gfx Remove an old utility, mouse_is_instance_of()
2009-10-31 gfx Add "mouse_" prefix
2009-10-31 gfx Refactor generate_isa_predicate_for-related stuff
2009-10-31 gfx Change is-a predicate stuff
2009-10-27 gfx Tiny optimization
2009-10-26 gfx Implement a class_type generator
2009-10-25 gfx Ensure backward compatibility
2009-10-25 gfx Implement XS accessor generators
2009-10-25 gfx built-in type constraints in XS
2009-10-24 gfx _get_code_ref() and get_linear_isa() in XS
2009-10-24 gfx Move accessors into XS
2009-10-24 gfx Add first XS implementation