summaryrefslogtreecommitdiff
path: root/dist/ExtUtils-ParseXS/lib
Commit message (Expand)AuthorAgeFilesLines
* ExtUtils::ParseXS: doc typo fixSteffen Mueller2014-06-1610-11/+11
* Fix remaining too-long verbatim lines in perlxstut.podKarl Williamson2014-05-071-29/+31
* Bring a few lines in perlxstut.pod under 80 colskafka2014-05-071-19/+21
* EU::ParseXS: Code cleanupSteffen Mueller2014-03-0511-152/+203
* [perl #121223] explain PERL_NO_GET_CONTEXT a littleTony Cook2014-02-172-3/+20
* add #define PERL_NO_GET_CONTEXT to ParseXS's podsDaniel Dragan2014-02-172-2/+8
* ExtUtils::ParseXS: bump version of related modulesDavid Mitchell2013-09-159-9/+9
* Increase $ExtUtils::ParseXS::VERSION to 3.23Father Chrysostomos2013-09-141-1/+1
* Allow semi-colon on TYPEMAP: line to work without it on the closing delim.Matthew Horsfall2013-09-121-1/+1
* Update ExtUtils-ParseXS to CPAN version 3.22Chris 'BinGOs' Williams2013-08-2910-10/+10
* Use SSize_t for arraysFather Chrysostomos2013-08-251-2/+2
* fix several problems in the MY_CXT example in perlxs.podTony Cook2013-08-121-11/+14
* ExtUtils::ParseXS: Version consistencySteffen Mueller2013-08-091-1/+1
* Remove semicolon from inline TYPEMAP in perlxstut example.Nathan Trapuzzano2013-07-301-1/+1
* ParseXS: generate deterministically ordered outputKarl Williamson2013-07-151-2/+4
* Small stylistic improvement; add one POD formatting character.James E Keenan2013-07-011-4/+4
* Give little more examples to interpolated typemap variablesHojung Youn2013-07-011-1/+2
* Document and clean up -s option to xsubppSteffen Mueller2013-06-252-13/+23
* Stop "sv_2mortal(&PL_sv_yes)" and "(void)sv_newmortal()" in ParseXSDaniel Dragan2013-06-251-6/+13
* EU::ParseXS: Move several constants out of the runtime objectSteffen Mueller2013-06-252-30/+33
* EU::ParseXS: Cosmetics; more explicitness in *_handlerSteffen Mueller2013-06-251-32/+26
* EU::ParseXS: Simplify output typemap code generation (targetable)Steffen Mueller2013-06-251-20/+16
* EU::ParseXS: Cosmetics; better variable namingSteffen Mueller2013-06-251-7/+7
* EU::ParseXS: Fix targetable size detectionSteffen Mueller2013-06-251-9/+23
* EU::ParseXS: Drop dup'd code: make_targetable moves to EU::TypemapsSteffen Mueller2013-06-253-76/+3
* EU::ParseXS: Attempt to canonicalize C++ types in tidy_typeSteffen Mueller2013-06-254-67/+43
* EU::Typemaps: Document special typemap variablesSteffen Mueller2013-06-251-2/+20
* EU::ParseXS: Stop using global state; an OO interfaceSteffen Mueller2013-06-254-179/+304
* EU::ParseXS: Don't inherit from Exporter; import 'import' insteadSteffen Mueller2013-06-251-2/+1
* EU::ParseXS: Only initialize some parser regexps onceSteffen Mueller2013-06-251-12/+14
* EU::Typemaps: Implement API for typemap cloningSteffen Mueller2013-06-251-5/+48
* ExtUtils::ParseXS version bump to 3.21Steffen Mueller2013-06-259-9/+9
* Fixed verbatim lines in POD over 79 charactersBrian Gottreu2013-06-221-9/+10
* another typo fix for ExtUtils::ParseXSDavid Steinbrunner2013-05-251-2/+2
* typo fixes for ExtUtils::ParseXSDavid Steinbrunner2013-05-252-6/+6
* fix various Pod line length warningsDavid Golden2013-05-231-1/+2
* Change pods to not refer to av_len()Karl Williamson2013-02-081-3/+3
* Fix various minor pod issuesKarl Williamson2013-01-243-12/+12
* Complete ExtUtils::ParseXS/EU::Typemaps version bumpSteffen Mueller2012-11-195-5/+5
* Lose the loose. Fix documentation typo.Paul Johnson2012-11-051-1/+1
* [perl #112776] avoid warning on an initialized non-parameterTony Cook2012-08-314-5/+5
* Increase $ExtUtils::ParseXS::Utilities::VERSION to 3.17Father Chrysostomos2012-05-231-1/+1
* Increase $ExtUtils::ParseXS::VERSION to 3.17Father Chrysostomos2012-05-231-1/+1
* ParseXS.pm: Only inc PL_amagic_generation before 5.9Father Chrysostomos2012-05-231-0/+2
* restore ExtUtils-ParseXS portability to Perl 5.6Zefram2012-02-119-12/+12
* update ExtUtils-ParseXS to CPAN version 3.15Zefram2012-02-119-5/+10
* ExtUtils::ParseXS: Changelog and version bump to 3.14Steffen Mueller2012-02-015-5/+5
* perlxstypemap: typemap variable documentationTony Cook2012-02-011-1/+65
* Move more typemap-related documentation to the typemap doc fileSteffen Mueller2012-02-013-130/+125
* Fix typo in documentationSteffen Mueller2012-02-011-1/+1