Add type_parameter() and __is_parameterized() to Meta::TypeConstraint
[gitmo/Mouse.git] / xs-src / MouseTypeConstraints.xs
2010-02-19 gfx Add type_parameter() and __is_parameterized() to Meta...
2010-02-02 gfx Fix RT #54203 (reported by chocolateboy) that setters...
2010-01-31 gfx Fix magic handling in type constraints (reported by...
2010-01-11 gfx Use sv_true() instead of SvTRUE(), which is too large...
2010-01-09 gfx Fix type casts incompatible with c++ (delected by ...
2010-01-09 gfx Clean up mouse_tc_ScalarRef()
2009-12-09 gfx Optimization for duck_type
2009-12-09 gfx Add duck_type to Mouse::Util::TypeConstraints
2009-12-04 gfx Fix the parameterized HashRef constraint routine
2009-12-03 gfx Add a comment
2009-11-15 gfx Use new[HA]V_mortal()
2009-11-15 gfx XS constructor
2009-11-03 gfx Make type check macros
2009-11-03 gfx Move XS Meta::Constraint stuff to the correct place
2009-11-01 gfx Generalize type constraint generation
2009-11-01 gfx Change TC hierarchy in XS
2009-11-01 gfx Implement compile_type_constraint in XS
2009-10-31 gfx Ensure backward compatiblity
2009-10-31 gfx Implement type parameterization in XS
2009-10-31 gfx Refactor tc parametarization
2009-10-31 gfx Add a comment
2009-10-31 gfx Tidy
2009-10-31 gfx Refactor built-in type constraints
2009-10-31 gfx Refactor type constraint check function to make class_t...
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 Re-organize xs-src/