summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* minor correctionv1.3.34rel-1.3.34William S Fulton2008-02-271-1/+1
* Remove ancient text about version 1.1William S Fulton2008-02-271-20/+0
* git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10275 626c528...William S Fulton2008-02-271-0/+1
* fixes for vc++William S Fulton2008-02-271-4/+7
* vc++ fixWilliam S Fulton2008-02-271-0/+2
* windows fixWilliam S Fulton2008-02-271-0/+2
* readying 1.3.34William S Fulton2008-02-274-5/+10
* Set wrap:name for variables for use in special variableWilliam S Fulton2008-02-278-0/+14
* R function pointersWilliam S Fulton2008-02-271-0/+3
* test more global function pointer variablesWilliam S Fulton2008-02-272-3/+20
* Improve wrapping of global function pointer variables for R - note that use o...William S Fulton2008-02-271-43/+35
* Add some generic function pointer supportWilliam S Fulton2008-02-272-0/+35
* Fixes for $wrapname to work in %exceptionWilliam S Fulton2008-02-259-14/+18
* remove unnecessary status messageWilliam S Fulton2008-02-251-2/+0
* document special variables for %exceptionWilliam S Fulton2008-02-252-2/+94
* Add shared_ptr test to regular test-suiteWilliam S Fulton2008-02-142-1/+14
* minor comment modsWilliam S Fulton2008-02-142-2/+2
* Add member variable support for shared_ptrWilliam S Fulton2008-02-143-28/+189
* Add item about fix to R 2.6Joseph Wang2008-02-141-0/+4
* Fix year in dates of recent changesOlly Betts2008-02-141-4/+4
* Fix test for the extra whitespace in template parameter listsWilliam S Fulton2008-02-131-4/+4
* Add support function for displaying the declaration of a methods. Add special...William S Fulton2008-02-132-0/+123
* Add support function for displaying the declaration of a methods. Add special...William S Fulton2008-02-134-6/+109
* Beautify the output a bit - always put spaces around a template type list, eg...William S Fulton2008-02-131-2/+2
* Fix C compilationWilliam S Fulton2008-02-131-1/+1
* Remove some unnecessary castsWilliam S Fulton2008-02-132-7/+7
* Add shared_ptr typecheck typemaps for Python and add overloaded method tests ...William S Fulton2008-02-133-20/+93
* Move funcptr.i from being an R only test to a test for all languages. Modify ...William S Fulton2008-02-133-17/+10
* Alter SwigType_parmlist to return an empty list if there are no parameters, r...William S Fulton2008-02-131-6/+11
* Fix memory overflow. Need to allocate one extra byte for the nullJoseph Wang2008-02-121-1/+2
* Set S4 flag which should fix the problem in R 2.6 that some S4 methods Joseph Wang2008-02-121-5/+4
* [Lua] Added a patch by Torsten Landschoff to fix the unary minus issueMark Gossage2008-02-113-248/+273
* add some more info about the runtime api changeWilliam S Fulton2008-02-101-0/+3
* Bump SWIG_RUNTIME_VERSION due to change in the conversion functions, ie chang...William S Fulton2008-02-102-1/+5
* always pass in non-null value for newmemory parameter in the casting functionWilliam S Fulton2008-02-101-2/+7
* Fix test since #1798728 was backed outWilliam S Fulton2008-02-101-1/+1
* remove multiple inheritance warningWilliam S Fulton2008-02-101-0/+6
* Add newmemory parameter for SWIG_TypeCastWilliam S Fulton2008-02-1012-13/+51
* fix code commentWilliam S Fulton2008-02-091-3/+2
* fix mergeWilliam S Fulton2008-02-091-3/+0
* Complete the Python support for shared_ptr mainly for derived classes. This i...William S Fulton2008-02-091-0/+174
* Complete the Python support for shared_ptr mainly for derived classes. This i...William S Fulton2008-02-096-12/+124
* further testing of shared_ptr and derived classesWilliam S Fulton2008-02-094-17/+381
* Add support for the optional noblock attribute for all features. It works the...William S Fulton2008-02-091-19/+31
* warning fixesWilliam S Fulton2008-02-031-1/+3
* fix visual c++ warningsWilliam S Fulton2008-02-031-0/+1
* fix visual c++ warningsWilliam S Fulton2008-02-031-2/+3
* Visual C++ 8 warning fixesWilliam S Fulton2008-02-026-6/+15
* [Python] Fix format string bug (SF#1882220).Olly Betts2008-02-012-1/+4
* update %typesWilliam S Fulton2008-01-311-0/+1