summaryrefslogtreecommitdiff
path: root/Source/Modules/perl5.cxx
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 10794,10801-10809,10827-10831,10834,10846-10856,10860,10862-...Jan Jezabek2009-06-211-92/+51
* Merged revisions 10726-10727,10738,10743,10747,10749 via svnmerge from Jan Jezabek2008-08-181-31/+77
* Merged revisions 10418:10475 from trunk.Jan Jezabek2008-05-201-11/+13
* package option for perl5Jason Stewart2008-04-261-66/+146
* Add allprotected mode for wrapping protected members when using directorsWilliam S Fulton2008-04-201-4/+4
* Fix bogus vim modelineOlly Betts2008-04-201-1/+1
* committed patch for bug SWIG-1937031 ; moved operator_overload_break back to ...Jason Stewart2008-04-081-0/+6
* commented out operators: '=', '&', '|' because they have no tests ; added che...Jason Stewart2008-04-031-27/+37
* Set wrap:name for variables for use in special variableWilliam S Fulton2008-02-271-0/+2
* Fix static extern C compilation errors for Perl C++ wrappersWilliam S Fulton2007-11-191-0/+2
* Replace cvs $Header$ with svn $Id$William S Fulton2007-10-171-1/+1
* Fix a bunch of minor bugs found by Coverity scannerJohn Lenz2007-08-101-0/+3
* Fix bad output in "unsupported" message for -perl -package and -perl -interfaceOlly Betts2007-05-081-4/+4
* API cleanup (Parms)Dave Beazley2007-01-101-3/+3
* %extend for static member varibles work in progress ... more consistent code ...William S Fulton2006-12-051-6/+10
* -fakeversion appears in generated files. Made comment with version number at ...William S Fulton2006-11-151-2/+5
* beautify/format source code with gnu indentWilliam S Fulton2006-11-011-599/+541
* Just generate the wrapper with items and ST(%d) rather than trying toOlly Betts2006-09-281-13/+11
* Apply patch #1561898 - use the mangled C name in $action when usingOlly Betts2006-09-251-1/+1
* Use DOH String instead of static char buffers.Olly Betts2006-09-231-3/+2
* Daniel Moore patch - more operator overloading supportWilliam S Fulton2006-06-121-0/+6
* operator <= >= patch from Daniel MooreWilliam S Fulton2006-06-061-1/+5
* operator overload fix patch from Daniel MooreWilliam S Fulton2006-06-051-0/+1
* cosmeticsWilliam S Fulton2006-03-071-32/+32
* Common template for head of each file detailing licence, distribution and aut...William S Fulton2006-03-061-10/+4
* fix gcc warning reported by R. BernsteinMarcelo Matus2006-02-171-1/+1
* uniform the location of the includes and fixes, now in perlhead.swg as rubyhe...Marcelo Matus2006-02-111-0/+7
* more fixes for old perl versionsMarcelo Matus2006-02-101-1/+1
* fix unused 'fail:' label warningsMarcelo Matus2006-02-051-4/+6
* add fail: label for the get methods always, just in case someone write a 'var...Marcelo Matus2006-02-021-6/+3
* fix varout typemaps for swigtypesMarcelo Matus2006-02-021-5/+3
* fix -external-runtime and warning arounds in subversionMarcelo Matus2006-02-011-3/+13
* add missing goto fail when neededMarcelo Matus2006-01-281-2/+9
* implement the 'allowexcept' feature for global variablesMarcelo Matus2006-01-281-2/+4
* fix perl C errorsMarcelo Matus2006-01-191-6/+3
* finally, fix the croak/Nullch issueMarcelo Matus2006-01-111-6/+1
* add __not__ and test the new bool typemapsMarcelo Matus2006-01-101-3/+8
* add croak(Nullch) again and propagate exception as needed, please jason, chec...Marcelo Matus2006-01-101-3/+7
* use "" instead of Nullch until we resolve about using Nullch + '@' + exceptio...Marcelo Matus2006-01-091-1/+1
* back to NullchMarcelo Matus2006-01-081-1/+0
* back to NullchMarcelo Matus2006-01-081-1/+2
* add extra replace that the UTL requiresMarcelo Matus2006-01-081-1/+11
* removed printf output for operator overloading ; added back croak(Nullch) in ...Jason Stewart2006-01-081-19/+1
* fix overload_simple caseMarcelo Matus2006-01-061-1/+1
* Perl module now fully supports operator overloadingJason Stewart2006-01-061-23/+113
* export missing defsMarcelo Matus2005-12-271-0/+4
* implement the rank-cast dispatch mechanism, which is now the default behavior...Marcelo Matus2005-12-231-1/+1
* fix for templates to avoid using the templatereduce modeMarcelo Matus2005-12-091-1/+1
* fixes for 'typedef unsigned long size_t'Marcelo Matus2005-12-071-0/+3
* fix for perl + multiple modulesMarcelo Matus2005-11-241-9/+8