summaryrefslogtreecommitdiff
path: root/dist/ExtUtils-ParseXS
Commit message (Expand)AuthorAgeFilesLines
* Small typographical corrections to documentation.SHIRAKATA Kentaro2015-04-181-1/+1
* Remove 'use lib' left over from refactoring -- five years ago!James E Keenan2015-03-3010-12/+10
* Document API for XS LC_NUMERIC locale manipulationKarl Williamson2015-03-191-19/+26
* document + improve ancient optimization in ParseXSDaniel Dragan2014-12-162-3/+17
* improve ParseXS RETVAL code genDaniel Dragan2014-11-241-10/+52
* fix builds with ExtUtils::ParseXSDavid Mitchell2014-11-211-1/+2
* Increase other ExtUtils mods’ version to 3.27Father Chrysostomos2014-11-214-4/+4
* Increase $ExtUtils::ParseXS::VERSION to 3.27Father Chrysostomos2014-11-211-1/+1
* ExtUtils::ParseXS: Suppress unused ‘file’ warningFather Chrysostomos2014-11-211-0/+1
* add filename handling to xs handshakeDaniel Dragan2014-11-132-11/+20
* add xs_handshake APIDaniel Dragan2014-11-074-25/+38
* [perl #122985] perlxs: PPCODE doesn't allow for CLEANUPTony Cook2014-10-216-8/+8
* perlxs: Add text about dealing with locales, etcKarl Williamson2014-08-241-0/+92
* 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-0514-168/+226
* [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: Fix tests for native android buildsBrian Fraser2014-01-263-0/+16
* [perl #120408] fix dist/ExtUtils-ParseXS/t/002-more.tFrançois Perrad2013-10-291-1/+1
* 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-123-2/+15
* Update ExtUtils-ParseXS to CPAN version 3.22Chris 'BinGOs' Williams2013-08-2911-10/+14
* Use SSize_t for arraysFather Chrysostomos2013-08-251-2/+2
* Trim second block (nolinenumbers) to avert crashes on Win32.James E Keenan2013-08-191-39/+1
* Avert crashes when testing in parallel.James E Keenan2013-08-172-101/+83
* ExtUtils-ParseXS is now version 3.21Steve Hay2013-08-121-0/+6
* 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-255-9/+79
* EU::ParseXS: Test cleanupSteffen Mueller2013-06-2519-45/+12
* 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: Use OO version of ExtUtils::ParseXS in testSteffen Mueller2013-06-251-0/+3
* 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-252-9/+195
* EU::ParseXS: Drop dup'd code: make_targetable moves to EU::TypemapsSteffen Mueller2013-06-254-222/+3
* EU::ParseXS: Update changelogSteffen Mueller2013-06-251-0/+5
* EU::ParseXS: Attempt to canonicalize C++ types in tidy_typeSteffen Mueller2013-06-256-85/+61
* EU::ParseXS: Update ChangelogSteffen Mueller2013-06-251-0/+8
* EU::Typemaps: Document special typemap variablesSteffen Mueller2013-06-251-2/+20
* EU::ParseXS: Stop using global state; an OO interfaceSteffen Mueller2013-06-256-184/+308