summaryrefslogtreecommitdiff
path: root/ext/XS-Typemap
Commit message (Expand)AuthorAgeFilesLines
* test and fix using T_CVREF_REFCOUNT as an output parameterTony Cook2021-09-133-1/+16
* test and fix using T_AVREF_REFCOUNT as an output parameterTony Cook2021-09-133-1/+16
* test and fix using T_HVREF_REFCOUNT as an output parameterTony Cook2021-09-133-1/+16
* test and fix using T_SVREF_REFCOUNT as an output parameterTony Cook2021-09-133-1/+15
* bump $XS::Typemap::VERSIONTony Cook2021-09-131-1/+1
* test and fix using T_SV as an OUTPUT parameterTony Cook2021-09-133-1/+13
* add gitignore exclusions for files in gitGraham Knop2020-11-231-0/+2
* Typemap.xs: Convert to use av_count()Karl Williamson2020-08-192-2/+2
* bump Typemap.pm versionDavid Mitchell2019-04-271-1/+1
* Typemap.xs: avoid leakDavid Mitchell2019-04-271-3/+3
* Replace multiple 'use vars' by 'our' in extNicolas R2017-11-111-4/+2
* Switch most open() calls to three-argument form.John Lightsey2016-12-231-1/+1
* Change white space to avoid C++ deprecation warningKarl Williamson2016-11-182-2/+3
* Don't create zero-length filename on VMS in Typemap.tCraig A. Berry2015-07-091-1/+4
* add test that fails for #124181 to Typemap.tDaniel Dragan2015-07-083-4/+29
* XS-Typemap/t/Typemap.t: avoid close warningsDavid Mitchell2014-12-121-1/+7
* Change av_len calls to av_tindex for clarityKarl Williamson2014-02-201-1/+1
* Bump version numbersKarl Williamson2014-02-201-1/+1
* Revert "Squash COWs in the char* typemap"Father Chrysostomos2013-11-273-35/+2
* Revert "Increase $XS::Typemap::VERSION to 0.13"Father Chrysostomos2013-11-271-1/+1
* Increase $XS::Typemap::VERSION to 0.13Father Chrysostomos2013-11-231-1/+1
* Squash COWs in the char* typemapFather Chrysostomos2013-11-233-2/+35
* XS::Typemap: silence compiler warning.David Mitchell2013-11-182-1/+2
* XS-Typemap tests: use parent instead of baseRicardo Signes2013-09-121-2/+2
* Increase XS::Typemap::VERSION to 0.11Father Chrysostomos2013-08-201-1/+1
* [perl #118693] Remove PADTMP exemption from uninit warningsFather Chrysostomos2013-08-203-2/+16
* XS-Typemap: bump versionKarl Williamson2012-12-221-1/+1
* when the output isn't RETVAL, update the SV instead of replacing itTony Cook2012-12-201-2/+0
* TODO the failing T_BOOL testsTony Cook2012-12-201-0/+2
* T_BOOL failure exampleDaniel Dragan2012-12-203-1/+20
* The T_BOOL_2 tests should have failed, rewrite and TODOTony Cook2012-12-201-4/+8
* Typemap.xs: fix warning under clangDavid Mitchell2012-12-141-1/+1
* Bump $XS::Typemap::VERSION after previous commit.Nicholas Clark2012-11-221-1/+1
* Add additional tests for T_BOOL typemapSteffen Mueller2012-11-223-1/+14
* XS::Typemap: Fix tests with -DusemorebitsSteffen Mueller2012-02-031-8/+31
* Resurrect PerlIO-related typemap tests.Craig A. Berry2012-02-021-2/+2
* Revert "XS::Typemap: Disable PerlIO related typemap tests"Craig A. Berry2012-02-022-69/+57
* XS::Typemap: Silence pedantic compiler warningsSteffen Mueller2012-02-021-21/+31
* XS::Typemap: Disable PerlIO related typemap testsSteffen Mueller2012-02-022-57/+69
* XS::Typemap: Somewhat consistent indentationSteffen Mueller2012-02-011-43/+42
* Move typemap documentation to its own fileSteffen Mueller2012-02-011-580/+51
* XS::Typemap: Fix typo in docs, fix versionSteffen Mueller2012-02-011-2/+2
* XS::Typemap: Tests for T_IN/T_OUT typemapsSteffen Mueller2012-02-013-10/+64
* XS::Typemap: Tests for T_INOUT typemapSteffen Mueller2012-02-013-1/+22
* XS::Typemap: Tests for the T_PACKEDARRAY typemapSteffen Mueller2012-02-013-24/+180
* XS::Typemap: Tests for T_PACKEDSteffen Mueller2012-02-013-4/+91
* Document T_PACKEDARRAYSteffen Mueller2012-02-011-1/+15
* XS::Typemap: Document T_PACKEDSteffen Mueller2012-02-011-1/+32
* XS-Typemap: Document sharing mechanism for typemapsSteffen Mueller2012-02-011-0/+29
* Inline the XS-Typemap typemap fileSteffen Mueller2012-02-012-26/+31