summaryrefslogtreecommitdiff
path: root/Lib/perl5
Commit message (Expand)AuthorAgeFilesLines
* 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
* [Perl] Remove bogus assertion (patch from David Fletcher).Olly Betts2009-08-291-1/+0
* [Perl] Add "#undef do_exec" to our clean up of Perl global namespace pollution.Olly Betts2009-08-171-0/+3
* SWIG_ConvertPtrAndOwn() into the runtime for PerlWilliam S Fulton2009-08-141-3/+17
* reference.i improvements, testcase coverage. language specific interface sup...Robert Stone2009-06-051-3/+7
* bugfix for Lib/perl5/reference.i (test-suite enhancements coming soon).Robert Stone2009-06-021-0/+25
* Fix SF#2564192Robert Stone2009-02-051-0/+5
* couple of minor Perl fixes from Ling LiWilliam S Fulton2008-12-292-1/+4
* Compiler warning fix in Perl out typemap for std::vectorWilliam S Fulton2008-12-291-2/+2
* remove SWIG_TypeCheck_Template so that the code within it is debuggableWilliam S Fulton2008-12-061-3/+22