gitmo/Mouse.git
2009-11-17 gfx For Mouse::Util::MetaRole
2009-11-17 gfx Now handles => qr/regex/ is supported
2009-11-17 gfx Mouse::Object has meta() method
2009-11-17 gfx Tidy
2009-11-17 gfx Add tests for constructor_class/destructor_class as...
2009-11-17 gfx Add tests for accessor robusity
2009-11-17 gfx Remove a debugging method
2009-11-17 gfx Add a benchmark script
2009-11-17 gfx Add author's tools to MANIFEST.SKIP
2009-11-17 gfx Move build tools to tool/
2009-11-17 gfx Add threading tests
2009-11-17 gfx Add MOUSE_mg_len(mg)
2009-11-17 gfx Make some constants as class attributes
2009-11-17 gfx Make mouse_accessor_get_self() "static inline"
2009-11-17 gfx Make some functions static
2009-11-17 gfx Define "inline" if not provided (mouse.h)
2009-11-16 gfx Add a test for weakref stuff
2009-11-16 gfx Fix default and weak stuff
2009-11-16 gfx Checking in changes prior to tagging of version 0.40_06... 0.40_06
2009-11-16 gfx Name subroutines in add_method()
2009-11-16 gfx Remove "use Mouse::Meta::Method::Destructor"
2009-11-16 gfx Print the status code in the profiling script
2009-11-16 gfx DEMOLISH to XS
2009-11-16 gfx Add mouse_initialize_metaclass()
2009-11-16 gfx Mouse:::Meta::Method::Constructor is used only in pure...
2009-11-16 gfx Skip extending tests
2009-11-16 gfx Move Mouse::Object::new to PurePerl.pm
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 Optimize get_metaclass() in XS
2009-11-16 gfx No -T in tests
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 Add utility macros: newAV_mortal() and newHV_mortal()
2009-11-15 gfx XS constructor
2009-11-12 gfx Add BUILDARGS tests
2009-11-12 gfx Tidy Makefile.PL
2009-11-12 gfx Update M::I::XSUtil to 0.17
2009-11-04 gfx Tweaks for speed
2009-11-04 gfx Refactor XS metaclass object structure
2009-11-03 gfx Changelogging
2009-11-03 gfx Add my name to Changes
2009-11-03 gfx Changelogging
2009-11-03 gfx Add a example script
2009-11-03 gfx Add the README file
2009-11-03 gfx Remove extra commas from pods
2009-11-03 gfx Remove an useless "use Scalar::Util" directive
2009-11-03 gfx Tiny optimization
2009-11-03 gfx Fix mro_get_linear_isa
2009-11-03 gfx Fix a typo
2009-11-03 gfx Implement get_all_attributes in XS
2009-11-03 gfx BUILDALL and DEMOLISHALL are no longer called by the...
2009-11-03 gfx Skip BUILDALL in the default constructor, and DEMOLISH...
2009-11-03 gfx Shut up a warning "DPPP_newSVpvn_flags defined but...
2009-11-03 gfx Make type check macros
2009-11-03 gfx Remove useless use of or-assign
2009-11-03 gfx Rename XS functions
2009-11-03 gfx Move XS Meta::Constraint stuff to the correct place
2009-11-02 gfx Checking in changes prior to tagging of version 0.40_05... 0.40_05
2009-11-02 gfx Changelogging
2009-11-01 gfx Tidy
2009-11-01 gfx More newSVpvs_share()
2009-11-01 gfx Skip compatible test for Mouse::PurePerl
2009-11-01 gfx Delete a duplicated test file and add a new test file...
2009-11-01 gfx Tweaks
2009-11-01 gfx Tweaks for Mouse guts, and add Mouse::Util::_MOUSE_XS...
2009-11-01 gfx Add memory leak tests for type constraints and accessors
2009-11-01 gfx Checking in changes prior to tagging of version 0.40_04... 0.40_04
2009-11-01 gfx Tidy and simplify mouse_attr_get()
2009-11-01 gfx Generalize type constraint generation
2009-11-01 gfx s/\t/ /g;
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-11-01 gfx Simplify compile_type_constraint
2009-10-31 gfx Ensure backward compatiblity
2009-10-31 gfx Split benchmarks/accessors.pl to two files
2009-10-31 gfx Add comments
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 Fix associate_method()
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 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 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/
2009-10-31 gfx Use bit-or, not simple assignment
next