aboutsummaryrefslogtreecommitdiff
path: root/Lib/perl5
AgeCommit message (Expand)Author
2024-04-11Update to v4.2.1HEADmastermainAlistair Delva
2019-02-14Consistent parameter names for std::pairWilliam S Fulton
2019-02-14Add STL container copy constructors where missingWilliam S Fulton
2019-02-14Add missing typedefs to std::list + typedef correctionsWilliam S Fulton
2019-02-13Add missing typedefs to std::vector + typedef correctionsWilliam S Fulton
2019-02-13Add missing typedefs to std::pairWilliam S Fulton
2019-02-13Add missing typedefs to std::mapWilliam S Fulton
2019-02-13Add missing parameter names in STL container wrappersWilliam S Fulton
2019-02-12Create a consistent stl.i library fileWilliam S Fulton
2018-12-29Fix overloading for non-pointers and NULL - PerlWilliam S Fulton
2018-12-11repair uses of EXTEND() in Perl typemapsRobert Stone
2018-10-09Add support for non-default compare template argument in std::map wrappersWilliam S Fulton
2018-06-15Remove final remnants of GCJ - jstring.iWilliam S Fulton
2017-12-14Perl - Add support for missing directorfree typemapsWilliam S Fulton
2017-11-29Changes to use common DirectorException classWilliam S Fulton
2017-10-09Remove GCJ supportOlly Betts
2017-08-13Fix various comment and documentation typosOlly Betts
2017-01-17Add some missing SWIGINTERN usageWilliam S Fulton
2016-05-28Fix unused warnings in perl wrappersWilliam S Fulton
2016-05-28Fix unused variable warning in Perl wrappersWilliam S Fulton
2016-01-06Don't use long long if it isn't availableAlec Cooper
2015-12-12Fix STL wrappers to not generate <: digraphs.William S Fulton
2015-08-08check ranges in perlprimtype.swg more carefully to avoid clang warningsRobert Stone
2015-05-09Fix incorrect commentsOlly Betts
2015-05-09Remove no-op calls to swig_incref().Olly Betts
2015-05-02'#undef seed' macro which Perl API headers defineOlly Betts
2014-12-27[Perl] tidy "warning: duplicate 'extern' declaration specifier" when building...Robert Stone
2014-05-02Whitespace cleanup of all Makefiles*Karl Wette
2014-02-23Fix assorted comment and documentation typosOlly Betts
2014-02-21Remove duplicate header includes in director.swgWilliam S Fulton
2014-02-21Move some header file includes into fragments for UTL languagesWilliam S Fulton
2014-02-15Add <string> fragmentWilliam S Fulton
2014-01-20Director exceptions now derive from std::exceptionWilliam S Fulton
2013-12-23Error out attempting to use directors without -c++William S Fulton
2013-12-23Beautify director.swg filesWilliam S Fulton
2013-12-23Beautify director outputWilliam S Fulton
2013-11-13eliminate dead director code and convert remaining blocksRobert Stone
2013-11-12mitigate ConvertPtr director cost when directors are not enabledRobert Stone
2013-11-12steals python director docs and adapts to perl5Robert Stone
2013-11-12don't forget the most important partRobert Stone
2013-11-12steals python directors and adapts to perl5Robert Stone
2013-10-10Merge branch 'master' into gsoc2009-matevzWilliam S Fulton
2013-09-18Remove X11 detection during configureWilliam S Fulton
2013-01-28Merge branch 'master' into gsoc2009-matevzWilliam S Fulton
2013-01-24Add rvalue reference typemapsWilliam S Fulton
2012-12-09Perl - Fix C++ comment in C wrappers.William S Fulton
2012-09-07Fix for gcc warning -Wunused-value without triggering -Wunused-parameterWilliam S Fulton
2012-08-15Add some missing STL container typedefs for PerlWilliam S Fulton
2012-08-08Fix somes typosSylvestre Ledru
2012-08-05#3545877 - Don't undefine bool if defined by C99 stdbool.h - problem using Pe...William S Fulton