XS-Framework 1.6.0 Latest
Files
- CallbackDispatcher.xsi
- Changes
- Error.xsi
- Framework.xs
- INSTALL.SKIP
- MANIFEST
- META.json
- META.yml
- Makefile.PL
- XS-Framework.pro
- lib/XS/ErrorCode.pm
- lib/XS/ErrorCode.pod
- lib/XS/Framework.pm
- lib/XS/Framework.pod
- lib/XS/Framework/CallbackDispatcher.pm
- lib/XS/Framework/CallbackDispatcher.pod
- lib/XS/Framework/CallbackDispatcher/Event.pm
- lib/XS/Framework/Manual/Cookbook.pod
- lib/XS/Framework/Manual/SVAPI.pod
- lib/XS/Framework/Manual/SVAPI/Array.pod
- lib/XS/Framework/Manual/SVAPI/Glob.pod
- lib/XS/Framework/Manual/SVAPI/Hash.pod
- lib/XS/Framework/Manual/SVAPI/Io.pod
- lib/XS/Framework/Manual/SVAPI/List.pod
- lib/XS/Framework/Manual/SVAPI/Object.pod
- lib/XS/Framework/Manual/SVAPI/Ref.pod
- lib/XS/Framework/Manual/SVAPI/Scalar.pod
- lib/XS/Framework/Manual/SVAPI/Scope.pod
- lib/XS/Framework/Manual/SVAPI/Simple.pod
- lib/XS/Framework/Manual/SVAPI/Stash.pod
- lib/XS/Framework/Manual/SVAPI/Sub.pod
- lib/XS/Framework/Manual/SVAPI/Sv.pod
- lib/XS/Framework/Manual/SVAPI/exceptions.pod
- lib/XS/Framework/Manual/SVAPI/perl_destroy.pod
- lib/XS/Framework/Manual/SVAPI/threads.pod
- lib/XS/Framework/Manual/Typemap.pod
- lib/XS/Framework/Manual/recipe01.pod
- lib/XS/Framework/Manual/recipe02.pod
- lib/XS/Framework/Manual/recipe03.pod
- lib/XS/Framework/Manual/recipe04.pod
- lib/XS/Framework/Manual/recipe05.pod
- lib/XS/Framework/Manual/recipe06.pod
- lib/XS/Framework/Manual/recipe07.pod
- lib/XS/Framework/Manual/recipe08.pod
- lib/XS/Framework/Manual/recipe09.pod
- lib/XS/Framework/Manual/recipe10.pod
- lib/XS/Framework/Manual/recipe11.pod
- lib/XS/Framework/Manual/recipe12.pod
- lib/XS/Framework/Manual/recipe13.pod
- lib/XS/Framework/Manual/uml.dot
- lib/XS/Framework/Manual/uml.png
- lib/XS/Framework/ParseXS.pm
- lib/XS/STL/ErrorCategory.pm
- lib/XS/STL/ErrorCategory.pod
- lib/XS/STL/ErrorCode.pm
- lib/XS/STL/ErrorCode.pod
- misc/leak1.plx
- misc/mytest.plx
- misc/trun.plx
- regerror.cc
- src/xs.h
- src/xs/Array.cc
- src/xs/Array.h
- src/xs/Backref.h
- src/xs/CallbackDispatcher.h
- src/xs/Glob.cc
- src/xs/Glob.h
- src/xs/Hash.cc
- src/xs/Hash.h
- src/xs/HashEntry.h
- src/xs/Io.cc
- src/xs/Io.h
- src/xs/KeyProxy.cc
- src/xs/KeyProxy.h
- src/xs/Object.cc
- src/xs/Object.h
- src/xs/Ref.h
- src/xs/Scalar.cc
- src/xs/Scalar.h
- src/xs/Scope.cc
- src/xs/Scope.h
- src/xs/Simple.cc
- src/xs/Simple.h
- src/xs/Stash.cc
- src/xs/Stash.h
- src/xs/Sub.cc
- src/xs/Sub.h
- src/xs/Sv.cc
- src/xs/Sv.h
- src/xs/basic.cc
- src/xs/basic.h
- src/xs/catch.cc
- src/xs/catch.h
- src/xs/function.cc
- src/xs/function.h
- src/xs/typemap.h
- src/xs/typemap/auto.h
- src/xs/typemap/base.h
- src/xs/typemap/containers.h
- src/xs/typemap/error.cc
- src/xs/typemap/error.h
- src/xs/typemap/expected.h
- src/xs/typemap/numeric.h
- src/xs/typemap/object.cc
- src/xs/typemap/object.h
- src/xs/typemap/optional.h
- src/xs/typemap/string.h
- src/xs/typemap/svapi.h
- t/MyTest.pm
- t/MyTest.xs
- t/cookbook/TestCookbook.pm
- t/cookbook/cookbook.xs
- t/cookbook/recipe01.t
- t/cookbook/recipe01.xsi
- t/cookbook/recipe02.t
- t/cookbook/recipe02.xsi
- t/cookbook/recipe03.t
- t/cookbook/recipe03.xsi
- t/cookbook/recipe04.t
- t/cookbook/recipe04.xsi
- t/cookbook/recipe05.t
- t/cookbook/recipe05.xsi
- t/cookbook/recipe06.t
- t/cookbook/recipe06.xsi
- t/cookbook/recipe07.t
- t/cookbook/recipe07.xsi
- t/cookbook/recipe08.t
- t/cookbook/recipe08.xsi
- t/cookbook/recipe09.t
- t/cookbook/recipe09.xsi
- t/cookbook/recipe10.t
- t/cookbook/recipe10.xsi
- t/cookbook/recipe11.t
- t/cookbook/recipe11.xsi
- t/cookbook/recipe12.t
- t/cookbook/recipe12.xsi
- t/cookbook/recipe13.t
- t/cookbook/recipe13.xsi
- t/payload.t
- t/svapi/array.cc
- t/svapi/array.t
- t/svapi/glob.cc
- t/svapi/glob.t
- t/svapi/hash.cc
- t/svapi/hash.t
- t/svapi/io.cc
- t/svapi/io.t
- t/svapi/object.cc
- t/svapi/object.t
- t/svapi/ref.cc
- t/svapi/ref.t
- t/svapi/scalar.cc
- t/svapi/scalar.t
- t/svapi/scope.cc
- t/svapi/scope.t
- t/svapi/simple.cc
- t/svapi/simple.t
- t/svapi/stash.cc
- t/svapi/stash.t
- t/svapi/sub.cc
- t/svapi/sub.t
- t/svapi/sv.cc
- t/svapi/sv.t
- t/svapi/test.h
- t/typemap/callback_dispatcher.t
- t/typemap/callback_dispatcher.xs
- t/typemap/const.t
- t/typemap/const.xsi
- t/typemap/container.t
- t/typemap/container.xsi
- t/typemap/error.t
- t/typemap/error.xsi
- t/typemap/expected.t
- t/typemap/expected.xsi
- t/typemap/function.cc
- t/typemap/function.t
- t/typemap/not_null.t
- t/typemap/not_null.xsi
- t/typemap/object/avhv.t
- t/typemap/object/avhv.xsi
- t/typemap/object/backref-threads.t
- t/typemap/object/backref.t
- t/typemap/object/backref.xsi
- t/typemap/object/casting.t
- t/typemap/object/casting.xsi
- t/typemap/object/child.t
- t/typemap/object/child.xsi
- t/typemap/object/foreign.t
- t/typemap/object/foreign.xsi
- t/typemap/object/join.t
- t/typemap/object/join.xsi
- t/typemap/object/mixin.t
- t/typemap/object/mixin.xsi
- t/typemap/object/object.xs
- t/typemap/object/refcnt.t
- t/typemap/object/refcnt.xsi
- t/typemap/object/single.t
- t/typemap/object/single.xsi
- t/typemap/object/static_cast.t
- t/typemap/object/static_cast.xsi
- t/typemap/object/threads.t
- t/typemap/object/threads.xsi
- t/typemap/primitives.t
- t/typemap/primitives.xsi
- t/typemap/ref.cc
- t/typemap/ref.t
- t/typemap/svapi.t
- t/typemap/svapi.xsi
- t/typemap/svrefs.t
- t/typemap/svrefs.xsi
- t/typemap/tmtest.h
- t/typemap/typemap.xs
- t/upgrade.t
- typemap
- typemap32
- typemap64