BUILDALL and DEMOLISHALL are no longer called by the default constructor/destructor.
[gitmo/Mouse.git] / xs-src / Mouse.xs
2009-11-03 gfx Shut up a warning "DPPP_newSVpvn_flags defined but...
2009-11-03 gfx Move XS Meta::Constraint stuff to the correct place
2009-11-01 gfx Checking in changes prior to tagging of version 0.40_04... 0.40_04
2009-11-01 gfx Use shortnames for mouse_instance_*
2009-10-31 gfx Refactor generate_isa_predicate_for-related stuff
2009-10-31 gfx Re-organize xs-src/
2009-10-31 gfx s/_generate_isa_predicte_for/generate_isa_predicate_for...
2009-10-31 gfx Change is-a predicate stuff
2009-10-27 gfx Make is_class_loaded without any arguments fail loudly
2009-10-27 gfx Tiny optimization
2009-10-27 gfx Fix Mouse.xs
2009-10-27 gfx Move add_method into XS
2009-10-26 gfx Split accessor generators into Accessor.pm and Delegati...
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 ::Meta::Module::namespace into XS
2009-10-24 gfx Move accessors into XS
2009-10-24 gfx Add first XS implementation