summaryrefslogtreecommitdiff
path: root/ext/XS-Typemap/Typemap.xs
Commit message (Expand)AuthorAgeFilesLines
* test and fix using T_CVREF_REFCOUNT as an output parameterTony Cook2021-09-131-0/+6
* test and fix using T_AVREF_REFCOUNT as an output parameterTony Cook2021-09-131-0/+6
* test and fix using T_HVREF_REFCOUNT as an output parameterTony Cook2021-09-131-0/+6
* test and fix using T_SVREF_REFCOUNT as an output parameterTony Cook2021-09-131-0/+5
* test and fix using T_SV as an OUTPUT parameterTony Cook2021-09-131-0/+7
* Typemap.xs: Convert to use av_count()Karl Williamson2020-08-191-1/+1
* Typemap.xs: avoid leakDavid Mitchell2019-04-271-3/+3
* Change white space to avoid C++ deprecation warningKarl Williamson2016-11-181-1/+2
* add test that fails for #124181 to Typemap.tDaniel Dragan2015-07-081-0/+9
* Change av_len calls to av_tindex for clarityKarl Williamson2014-02-201-1/+1
* Revert "Squash COWs in the char* typemap"Father Chrysostomos2013-11-271-22/+0
* Squash COWs in the char* typemapFather Chrysostomos2013-11-231-0/+22
* XS::Typemap: silence compiler warning.David Mitchell2013-11-181-0/+1
* [perl #118693] Remove PADTMP exemption from uninit warningsFather Chrysostomos2013-08-201-0/+7
* T_BOOL failure exampleDaniel Dragan2012-12-201-0/+8
* Typemap.xs: fix warning under clangDavid Mitchell2012-12-141-1/+1
* Add additional tests for T_BOOL typemapSteffen Mueller2012-11-221-0/+7
* Resurrect PerlIO-related typemap tests.Craig A. Berry2012-02-021-2/+2
* Revert "XS::Typemap: Disable PerlIO related typemap tests"Craig A. Berry2012-02-021-31/+22
* XS::Typemap: Silence pedantic compiler warningsSteffen Mueller2012-02-021-21/+31
* XS::Typemap: Disable PerlIO related typemap testsSteffen Mueller2012-02-021-22/+31
* 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-011-6/+32
* XS::Typemap: Tests for T_INOUT typemapSteffen Mueller2012-02-011-0/+9
* XS::Typemap: Tests for the T_PACKEDARRAY typemapSteffen Mueller2012-02-011-22/+159
* XS::Typemap: Tests for T_PACKEDSteffen Mueller2012-02-011-1/+81
* 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-011-0/+31
* Document the exact format of a typemapSteffen Mueller2012-02-011-1/+68
* Typemaps: Start writing some general documentationSteffen Mueller2012-02-011-1/+45
* First stab T_REFREF docsSteffen Mueller2012-02-011-1/+8
* Typemap tests: T_SHORT, T_U_INT, T_INT, T_LONGSteffen Mueller2012-02-011-0/+43
* Minor documentation fixes and annotationsSteffen Mueller2012-02-011-4/+7
* Also add repaired variants for CV and SVREF typemapsSteffen Mueller2011-10-111-1/+48
* A repaired, properly refcounting AV&HV typemapSteffen Mueller2011-10-111-0/+48
* Add PERL_NO_GET_CONTEXT to XS::TypemapNicholas Clark2011-03-191-1/+2
* Rename ext/XS/Typemap to ext/XS-TypemapNicholas Clark2009-02-091-0/+843