Remove "use Mouse::Meta::Method::Destructor"
[gitmo/Mouse.git] / xs-src / Mouse.xs
2009-11-16 gfx DEMOLISH to XS
2009-11-16 gfx Add mouse_initialize_metaclass()
2009-11-16 gfx Revert "Change inline_constructor => 0"
2009-11-16 gfx Add Mouse::Object::new in XS
2009-11-16 gfx Fix BUILDARGS logic
2009-11-16 gfx Fix a typo in the code
2009-11-16 gfx Change inline_constructor => 0
2009-11-15 gfx Add _initialize_object()
2009-11-15 gfx Add mouse_get_xa()
2009-11-15 gfx Add $ignore_triggers option to _initialize_object()
2009-11-15 gfx Use new[HA]V_mortal()
2009-11-15 gfx XS constructor
2009-11-04 gfx Tweaks for speed
2009-11-04 gfx Refactor XS metaclass object structure
2009-11-03 gfx Tiny optimization
2009-11-03 gfx Implement get_all_attributes in 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