2010-05-18 |
Fuji, Goro |
Improve error messages |
tree | commitdiff |
2010-05-08 |
Fuji, Goro |
Fix mouse_call_sv_safe() again |
tree | commitdiff |
2010-05-08 |
Fuji, Goro |
PERL_CONTEXT has been chaned in 5.12 |
tree | commitdiff |
2010-05-07 |
Fuji, Goro |
Workaround RT #57144, caused by Perl_call_sv()'s bug |
tree | commitdiff |
2010-04-29 |
gfx |
Resolve RT #56837 (reported by Sanko Robinson), based... |
tree | commitdiff |
2010-04-11 |
gfx |
Tweaks |
tree | commitdiff |
2010-04-11 |
gfx |
Fix clone_object() to ignore hehaviours without init... |
tree | commitdiff |
2010-03-27 |
gfx |
Tiny tweaks |
tree | commitdiff |
2010-03-27 |
gfx |
Use PL_statusvalue directly, instead of useing $? |
tree | commitdiff |
2010-03-27 |
gfx |
Workaround RT #69939 |
tree | commitdiff |
2010-03-26 |
gfx |
Make a private function static |
tree | commitdiff |
2010-03-25 |
gfx |
Make Mouse::XS reloadable |
tree | commitdiff |
2010-03-25 |
gfx |
$tc->check into XS |
tree | commitdiff |
2010-03-15 |
gfx |
Fix an issue on the Int type constraint, to accept... |
tree | commitdiff |
2010-03-07 |
gfx |
Fix a possible panic, caused by triggers (reported... |
tree | commitdiff |
2010-02-28 |
gfx |
Merge remote branch 'origin/more_than_32_bit_Int_on_32_... |
tree | commitdiff |
2010-02-27 |
Ævar Arnfjörð Bjar... |
The last commit didn't correctly catch 1 v.s. 1.5,... more_than_32_bit_Int_on_32_bit_systems |
tree | commitdiff |
2010-02-27 |
Ævar Arnfjörð Bjar... |
Moose used an incorrect cast at the C-level resulting... |
tree | commitdiff |
2010-02-27 |
gfx |
Fix an error |
tree | commitdiff |
2010-02-27 |
gfx |
Tidy the xs code |
tree | commitdiff |
2010-02-27 |
gfx |
Use more mcall1 |
tree | commitdiff |
2010-02-27 |
gfx |
Reduce SvGETMAGIC() |
tree | commitdiff |
2010-02-27 |
gfx |
Use mcall1s() instead of raw perl API |
tree | commitdiff |
2010-02-27 |
gfx |
Reset stash iterators |
tree | commitdiff |
2010-02-26 |
gfx |
Simplify error check routines in XS |
tree | commitdiff |
2010-02-26 |
gfx |
Implement install_subroutines in XS |
tree | commitdiff |
2010-02-26 |
gfx |
Fix a typo |
tree | commitdiff |
2010-02-26 |
gfx |
Use @CARP_NOT instead of %Carp::Internal |
tree | commitdiff |
2010-02-26 |
gfx |
Move method modifier manipulators into XS |
tree | commitdiff |
2010-02-23 |
gfx |
Move is_valid_class_name into XS |
tree | commitdiff |
2010-02-22 |
gfx |
Resolve a todo: if you set both 'isa' and 'does' on... |
tree | commitdiff |
2010-02-22 |
gfx |
Fix a possible segv on DESTROY |
tree | commitdiff |
2010-02-20 |
gfx |
Implement strict constructors, which will warn unkown... |
tree | commitdiff |
2010-02-19 |
gfx |
Add type_parameter() and __is_parameterized() to Meta... |
tree | commitdiff |
2010-02-10 |
gfx |
Support the global destruction flag in DEMOLISH() |
tree | commitdiff |
2010-02-09 |
gfx |
Make add_method update %DB::sub for profilers |
tree | commitdiff |
2010-02-08 |
gfx |
$tc->coerce() throws an error if it has no coercion... |
tree | commitdiff |
2010-02-05 |
gfx |
Refactor mouse_get_xa() |
tree | commitdiff |
2010-02-02 |
gfx |
Fix a memory leak in generate_isa_predicate_for() |
tree | commitdiff |
2010-02-02 |
gfx |
Optimize coercion |
tree | commitdiff |
2010-02-02 |
gfx |
Use mouse_name instead of literals |
tree | commitdiff |
2010-02-02 |
gfx |
Fix RT #54203 (reported by chocolateboy) that setters... |
tree | commitdiff |
2010-01-31 |
gfx |
Fix magic handling in type constraints (reported by... |
tree | commitdiff |
2010-01-11 |
gfx |
Fix a typo |
tree | commitdiff |
2010-01-11 |
gfx |
Don't create scopes as much as possible |
tree | commitdiff |
2010-01-11 |
gfx |
Fix a message |
tree | commitdiff |
2010-01-11 |
gfx |
Use sv_true() instead of SvTRUE(), which is too large... |
tree | commitdiff |
2010-01-11 |
gfx |
Move Mouse::Meta::Attribute::_process_options into XS |
tree | commitdiff |
2010-01-09 |
gfx |
Move tied hash checks |
tree | commitdiff |
2010-01-09 |
gfx |
Fix type casts incompatible with c++ (delected by ... |
tree | commitdiff |
2010-01-09 |
gfx |
Clean up mouse_tc_ScalarRef() |
tree | commitdiff |
2010-01-02 |
Goro Fuji |
Replace CRLF to LF with all the files |
tree | commitdiff |
2009-12-18 |
gfx |
Move is_immutable into XS |
tree | commitdiff |
2009-12-18 |
gfx |
Fix BUILDALL in XS |
tree | commitdiff |
2009-12-16 |
gfx |
Move BUILDALL and DEMOLISHALL into XS |
tree | commitdiff |
2009-12-09 |
gfx |
Optimization for duck_type |
tree | commitdiff |
2009-12-09 |
gfx |
Add duck_type to Mouse::Util::TypeConstraints |
tree | commitdiff |
2009-12-07 |
gfx |
Tiny optimization for DESTROY |
tree | commitdiff |
2009-12-07 |
gfx |
Remove has_package_symbol and add_package_symbol |
tree | commitdiff |
2009-12-04 |
gfx |
Fix the parameterized HashRef constraint routine |
tree | commitdiff |
2009-12-03 |
gfx |
Fix a meta slot name |
tree | commitdiff |
2009-12-03 |
gfx |
Add a comment |
tree | commitdiff |
2009-12-03 |
gfx |
Rename a macro to define a class holder |
tree | commitdiff |
2009-12-03 |
gfx |
Tidy |
tree | commitdiff |
2009-12-03 |
gfx |
No duplication |
tree | commitdiff |
2009-11-28 |
gfx |
Port (get|has)_package_symbol from Class::MOP |
tree | commitdiff |
2009-11-28 |
gfx |
Fix add_method to accept overloaded CODE references... |
tree | commitdiff |
2009-11-26 |
gfx |
Remove an unused function: XS_Mouse_simple_accessor() |
tree | commitdiff |
2009-11-26 |
gfx |
Change class holders to simple readers |
tree | commitdiff |
2009-11-26 |
gfx |
A tiny tweak |
tree | commitdiff |
2009-11-26 |
gfx |
Add a comment |
tree | commitdiff |
2009-11-21 |
gfx |
Rename XS funcs which generate XSUBs |
tree | commitdiff |
2009-11-17 |
gfx |
For Mouse::Util::MetaRole |
tree | commitdiff |
2009-11-17 |
gfx |
Tidy |
tree | commitdiff |
2009-11-17 |
gfx |
Remove a debugging method |
tree | commitdiff |
2009-11-17 |
gfx |
Make some constants as class attributes |
tree | commitdiff |
2009-11-17 |
gfx |
Make mouse_accessor_get_self() "static inline" |
tree | commitdiff |
2009-11-17 |
gfx |
Make some functions static |
tree | commitdiff |
2009-11-16 |
gfx |
Fix default and weak stuff |
tree | commitdiff |
2009-11-16 |
gfx |
Name subroutines in add_method() |
tree | commitdiff |
2009-11-16 |
gfx |
DEMOLISH to XS |
tree | commitdiff |
2009-11-16 |
gfx |
Add mouse_initialize_metaclass() |
tree | commitdiff |
2009-11-16 |
gfx |
Revert "Change inline_constructor => 0" |
tree | commitdiff |
2009-11-16 |
gfx |
Add Mouse::Object::new in XS |
tree | commitdiff |
2009-11-16 |
gfx |
Fix BUILDARGS logic |
tree | commitdiff |
2009-11-16 |
gfx |
Fix a typo in the code |
tree | commitdiff |
2009-11-16 |
gfx |
Optimize get_metaclass() in XS |
tree | commitdiff |
2009-11-16 |
gfx |
Change inline_constructor => 0 |
tree | commitdiff |
2009-11-15 |
gfx |
Add _initialize_object() |
tree | commitdiff |
2009-11-15 |
gfx |
Add mouse_get_xa() |
tree | commitdiff |
2009-11-15 |
gfx |
Add $ignore_triggers option to _initialize_object() |
tree | commitdiff |
2009-11-15 |
gfx |
Use new[HA]V_mortal() |
tree | commitdiff |
2009-11-15 |
gfx |
XS constructor |
tree | commitdiff |
2009-11-04 |
gfx |
Tweaks for speed |
tree | commitdiff |
2009-11-04 |
gfx |
Refactor XS metaclass object structure |
tree | commitdiff |
2009-11-03 |
gfx |
Tiny optimization |
tree | commitdiff |
2009-11-03 |
gfx |
Fix mro_get_linear_isa |
tree | commitdiff |
2009-11-03 |
gfx |
Implement get_all_attributes in XS |
tree | commitdiff |
2009-11-03 |
gfx |
Shut up a warning "DPPP_newSVpvn_flags defined but... |
tree | commitdiff |
2009-11-03 |
gfx |
Make type check macros |
tree | commitdiff |
next |