cast
[gitmo/Moose.git] / Moose.xs
2009-03-13 Yuval Kogman cast
2009-03-13 Chia-liang Kao Make the xs actually compile on 5.8.8.
2009-03-13 Yuval Kogman create_instance
2009-03-13 Yuval Kogman capture init arg
2009-03-13 Yuval Kogman initialize with Newxz instead of assigning NULLs (SvREF...
2009-03-13 Yuval Kogman TC checker subs
2009-03-13 Yuval Kogman prototyping behavior
2009-03-13 Yuval Kogman lots of cleanups (refactoring, leak-on-error fixes...
2009-03-13 Yuval Kogman rename getter/setter to reader/writer for consistency
2009-03-13 Yuval Kogman cast to CV to avoid warning
2009-03-13 Yuval Kogman don't leak SV for default
2009-03-13 Yuval Kogman CV type constraints
2009-03-13 Yuval Kogman lazy_builder
2009-03-13 Yuval Kogman remove FIXMEs
2009-03-13 Yuval Kogman fix integer TC
2009-03-13 Yuval Kogman more tests
2009-03-13 Yuval Kogman C MI caching was done in the wrong place
2009-03-13 Yuval Kogman more tests for TCs
2009-03-13 Yuval Kogman basic type checking, weaken
2009-03-13 Yuval Kogman moose
2009-03-13 Yuval Kogman FIXMEs no longer required
2009-03-13 Yuval Kogman 5.8 fixes
2009-03-13 Yuval Kogman bless into Moose::XS::Meta::Instance
2009-03-13 Yuval Kogman compute using the MOP
2009-03-13 Yuval Kogman lots more stuff
2009-03-13 Yuval Kogman Initial version of Moose::XS
2008-02-22 Stevan Little sorry konobi, not enough of a perf win, so lets wait...
2008-02-20 Scott McWhirter Add ObjectOfType XS function for use with anon types...
2008-02-20 Scott McWhirter Tidy up XS Type Constraints
2008-02-20 Scott McWhirter Add XS Optimized Type Constraints