summaryrefslogtreecommitdiff
path: root/Lib/perl5
Commit message (Expand)AuthorAgeFilesLines
* Fix push/pop mismatchBernhard Rosenkränzer2022-11-291-0/+3
* Add missing typecheck typemaps for std::auto_ptr and std::unique_ptrWilliam S Fulton2022-09-172-0/+12
* Provide SWIGTYPE MOVE typemaps in swigmove.iWilliam S Fulton2022-09-161-0/+1
* Suppress -Wvolatile gcc warnings in Perl headers for C++20William S Fulton2022-07-311-0/+11
* Add support for std::auto_ptr inputsWilliam S Fulton2022-07-181-6/+20
* Cosmetic formatting and doc updates in std_unique_ptr.i filesWilliam S Fulton2022-07-171-6/+7
* Add Perl support for std::unique_ptr inputsWilliam S Fulton2022-07-172-2/+28
* Add std::auto_ptr support for Perl based on std::unique_ptrWilliam S Fulton2022-07-121-0/+19
* Add std::unique_ptr<type> to Perl5.Erez Geva2022-07-091-0/+19
* argcargv.i cosmetic updatesWilliam S Fulton2022-05-151-1/+1
* Typemaps for (int ARGC, char **ARGV) fixupWilliam S Fulton2022-05-151-4/+0
* Fix argcargv.i in Perl5, Tcl, PHPErez Geva2022-05-111-0/+5
* Add argcargv.i to more languages: Perl 5, Tcl, PHPErez Geva2022-05-061-0/+31
* Fix previous commitOlly Betts2022-03-201-1/+1
* [ci] Try to fix failing appveyor python buildsOlly Betts2022-03-201-1/+1
* [perl] Require at least Perl 5.8.0Olly Betts2022-01-193-79/+13
* Avoid gcc 11 misleading indentation warning in generated codeAnthony Heading2021-10-031-1/+3
* Member function pointer typemap tweaksWilliam S Fulton2021-04-261-1/+1
* Consistent parameter names for std::pairWilliam S Fulton2019-02-141-3/+3
* Add STL container copy constructors where missingWilliam S Fulton2019-02-143-6/+6
* Add missing typedefs to std::list + typedef correctionsWilliam S Fulton2019-02-141-0/+4
* Add missing typedefs to std::vector + typedef correctionsWilliam S Fulton2019-02-131-1/+16
* Add missing typedefs to std::pairWilliam S Fulton2019-02-131-0/+2
* Add missing typedefs to std::mapWilliam S Fulton2019-02-131-0/+6
* Add missing parameter names in STL container wrappersWilliam S Fulton2019-02-133-6/+6
* Create a consistent stl.i library fileWilliam S Fulton2019-02-121-2/+1
* Fix overloading for non-pointers and NULL - PerlWilliam S Fulton2018-12-291-1/+1
* repair uses of EXTEND() in Perl typemapsRobert Stone2018-12-112-7/+7
* Add support for non-default compare template argument in std::map wrappersWilliam S Fulton2018-10-091-5/+5
* Remove final remnants of GCJ - jstring.iWilliam S Fulton2018-06-151-48/+0
* Perl - Add support for missing directorfree typemapsWilliam S Fulton2017-12-141-0/+9
* Changes to use common DirectorException classWilliam S Fulton2017-11-291-0/+4
* Remove GCJ supportOlly Betts2017-10-091-12/+0
* Fix various comment and documentation typosOlly Betts2017-08-131-1/+1
* Add some missing SWIGINTERN usageWilliam S Fulton2017-01-171-0/+3
* Fix unused warnings in perl wrappersWilliam S Fulton2016-05-281-2/+2
* Fix unused variable warning in Perl wrappersWilliam S Fulton2016-05-281-0/+1
* Don't use long long if it isn't availableAlec Cooper2016-01-061-5/+12
* Fix STL wrappers to not generate <: digraphs.William S Fulton2015-12-123-15/+15
* check ranges in perlprimtype.swg more carefully to avoid clang warningsRobert Stone2015-08-081-13/+18
* Fix incorrect commentsOlly Betts2015-05-091-1/+1
* Remove no-op calls to swig_incref().Olly Betts2015-05-091-1/+0
* '#undef seed' macro which Perl API headers defineOlly Betts2015-05-021-0/+3
* [Perl] tidy "warning: duplicate 'extern' declaration specifier" when building...Robert Stone2014-12-271-1/+1
* Whitespace cleanup of all Makefiles*Karl Wette2014-05-022-22/+14
* Fix assorted comment and documentation typosOlly Betts2014-02-232-2/+2
* Remove duplicate header includes in director.swgWilliam S Fulton2014-02-211-1/+0
* Move some header file includes into fragments for UTL languagesWilliam S Fulton2014-02-213-6/+6
* Add <string> fragmentWilliam S Fulton2014-02-151-2/+1
* Director exceptions now derive from std::exceptionWilliam S Fulton2014-01-201-14/+15