• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

demos/H24-Oct-2016-1,220984

prereq_pm_test/H07-May-2022-

src/H03-May-2022-5540

t/H24-Oct-2016-1,6161,319

testing/H07-May-2022-

testing2/H07-May-2022-

CHANGESH A D24-Oct-20164.6 KiB11372

CPP2XS-Cookbook.podH A D24-Oct-201613.8 KiB423323

CPP2XS.pmH A D24-Oct-201636 KiB1,109875

MANIFESTH A D24-Oct-20161.1 KiB5453

META.jsonH A D24-Oct-20161.1 KiB5251

META.ymlH A D24-Oct-2016621 2827

Makefile.PLH A D24-Oct-20161.1 KiB5339

READMEH A D24-Oct-2016283 149

cpp_script.inH A D24-Oct-20166.2 KiB200170

README

1Convert Inline::CPP code to XS code. See the module's documentation for details.
2See also 'perldoc InlineX::Cookbook' and the demos folder.
3
4If you want to convert Inline::C code to XS use InlineX::C2XS.
5
6Build in the usual way:
7
8perl Makefile.PL
9make test
10make install
11
12Cheers,
13Rob
14