summaryrefslogtreecommitdiff
path: root/Lib/perl5
Commit message (Expand)AuthorAgeFilesLines
* 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
* Error out attempting to use directors without -c++William S Fulton2013-12-231-5/+1
* Beautify director.swg filesWilliam S Fulton2013-12-231-76/+46
* Beautify director outputWilliam S Fulton2013-12-231-8/+8
* eliminate dead director code and convert remaining blocksRobert Stone2013-11-131-127/+0
* mitigate ConvertPtr director cost when directors are not enabledRobert Stone2013-11-121-0/+4
* steals python director docs and adapts to perl5Robert Stone2013-11-121-1/+1
* don't forget the most important partRobert Stone2013-11-121-0/+479
* steals python directors and adapts to perl5Robert Stone2013-11-122-4/+5
* Merge branch 'master' into gsoc2009-matevzWilliam S Fulton2013-10-101-15/+3
|\
| * Remove X11 detection during configureWilliam S Fulton2013-09-181-15/+3
* | Merge branch 'master' into gsoc2009-matevzWilliam S Fulton2013-01-2810-127/+179
|\ \ | |/
| * Perl - Fix C++ comment in C wrappers.William S Fulton2012-12-091-1/+1
| * Fix for gcc warning -Wunused-value without triggering -Wunused-parameterWilliam S Fulton2012-09-071-2/+2
| * Add some missing STL container typedefs for PerlWilliam S Fulton2012-08-152-0/+17
| * Fix somes typosSylvestre Ledru2012-08-081-9/+9
| * #3545877 - Don't undefine bool if defined by C99 stdbool.h - problem using Pe...William S Fulton2012-08-051-3/+8
| * Fix some language's std::map wrappers to recognise difference_type, size_type...William S Fulton2012-05-151-0/+4
| * warning fix using vc++William S Fulton2012-04-191-1/+1
| * * revert perl5 li_typemaps run tests due to Windows regressions.Robert Stone2012-04-181-3/+3
| * perl5 error handling improvementsRobert Stone2011-12-103-37/+19
| * [Perl] Fix warnings when compiling generated wrappers with certainOlly Betts2011-11-282-16/+24
| * mainly for SF bug #3423119Robert Stone2011-10-241-4/+12
| * Fix for SF bug #1481958.Robert Stone2011-09-111-60/+74
| * Patch #3260265 fixing overloading of non-primitive types and integers in Perl...William S Fulton2011-05-191-2/+8
| * Perl and vc++ warning fixWilliam S Fulton2011-02-201-1/+1
| * more Perl namespace pollution workaroundsWilliam S Fulton2011-02-201-0/+6
| * Fix for compiling as C codeWilliam S Fulton2010-10-031-1/+2
| * Fix corner case marshalling of doubles - errno was not being correctly set b...William S Fulton2010-08-171-0/+1
* | Add rvalue reference typemapsWilliam S Fulton2013-01-241-0/+3
|/
* remove std::map specializations - not needed since the typemap matching rules...William S Fulton2010-04-041-112/+10
* Change typemap matching rules for the default type (SWIGTYPE) to follow templ...William S Fulton2010-04-012-2/+5
* SWIG license change - The Examples and Lib move to a very permissive license ...William S Fulton2010-02-279-27/+0
* add some useful info for assert around SWIG_CAST_NEW_MEMORYWilliam S Fulton2009-09-071-1/+1
* Revert removal of assertion.Olly Betts2009-09-031-0/+1
* extra white space helps disambiguate the expression which some compilers/tool...William S Fulton2009-08-291-2/+2