Added libextutils-xspp-perl
[pkg-perl] / deb-src / libextutils-xspp-perl / libextutils-xspp-perl-0.07 / Changes
1 Revision history for Perl extension ExtUtils::XSpp.
2
3 0.07  Fri Jan 22 18:07:10 CET 2010
4         - Fix issue with references as method arguments that have
5           template types. (Steffen Mueller)
6
7 0.06  Wed Jan 13 20:28:27 CET 2010
8         - When parsing a class declaration, automatically add a typemap
9           for the class.
10         - Add default typemaps for basic C types (integral, floating point
11           and char*).
12         - Automatically setup Perl inheritance for derived C++ classes.
13         - Support template types in function/method parameters and in typeamaps.
14         - Add command line options to run xsubpp directly from xspp.
15
16 0.05  Sun Sep 20 14:29:16 CEST 2009
17         - Move the implementation of xspp to ExtUtils::XSpp::Cmd.
18
19 0.04
20         - Let XS' length() feature pass through. (Steffen Mueller)
21         - If the length() feature is used, generate ANSI style
22           XSUBs instead of the default K.-R. style. (Steffen Mueller)
23         - Add parsing deep class hierarchies. (Steffen Mueller)
24         - Fix two-part types (eg. unsigned int). (Steffen Mueller)
25         - Non-zero exit value on failure for more graceful build errors.
26           (Steffen Mueller)
27
28 0.03
29         - Include a renamed Parse::Yapp::Driver to eschew
30           a dependency. (Steffen Mueller)
31
32 0.02
33         - Added an example distribution (Steffen Mueller).
34
35 0.01  Wed Jun 17 21:01:00 CEST 2009
36         - Extracted from wxPerl source tree.
37         - Pass through C and C++ comments.
38         - Added test suite.