Converts Perl XS code into C code
http://search.cpan.org/perldoc?ExtUtils::ParseXS
ExtUtils::ParseXS will compile XS code into C code by embedding the constructs
necessary to let C functions manipulate Perl values and creates the glue
necessary to let Perl access those functions. The compiler uses typemaps to
determine how to map C function parameters and variables to Perl values.
Th compiler will search for typemap files called typemap. It will use the
following search path to find default typemaps, with the rightmost typemap
taking precedence.
-
2
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:languages:perl/perl-ExtUtils-ParseXS && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
ExtUtils-ParseXS-3.51.tar.gz | 0000071496 69.8 KB | |
cpanspec.yml | 0000000669 669 Bytes | |
perl-ExtUtils-ParseXS.changes | 0000005552 5.42 KB | |
perl-ExtUtils-ParseXS.spec | 0000002818 2.75 KB |
Revision 16 (latest revision is 17)
Dirk Stoecker (dstoecker)
accepted
request 1109115
from
Tina Müller (tinita)
(revision 16)
- updated to 3.51 see /usr/share/doc/packages/perl-ExtUtils-ParseXS/Changes 3.51 - - Initialize $self correctly in EU::PXS::Utilities::death() - C++ builds: avoid generating C<< extern "C" extern "C" >> 3.50 - - Silence warnings about unreached code in generated XS code - Correct colon translation of $type in OUTPUT section - Make versions in ExtUtils-ParseXS consistent 3.49 - - Disable alias value collision warnings by default 3.48 - - handle #else and #endif without blank line prefixes - better support for duplicate ALIASes - allow symbolic alias of default function - add support for elifdef and elifndef 3.47 - - fix ExtUtils::ParseXS compatibility with perl < 5.8.8 3.45 - - GH #19320: Fix OVERLOAD and FALLBACK handling.
Comments 0