summaryrefslogtreecommitdiff
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* remove debugging info from shared_ptr typemapsWilliam S Fulton2008-03-121-1/+1
* Fixed import directive, string access segv bug, SWIG_Octave_{Get,Set}Module b...Xavier Delacour2008-03-094-20/+316
* [lua] updated docs for exceptionsMark Gossage2008-03-064-29/+54
* Fix ~15 tests, minor doc fixes, improve STL support.Xavier Delacour2008-03-0510-144/+220
* char *& typemaps addedWilliam S Fulton2008-03-042-12/+33
* Implement OCTAVE::runtimeCode, wrap some parts of runtime in anonymous namesp...Xavier Delacour2008-03-022-6/+16
* Initial commit of Octave module.Xavier Delacour2008-03-0135-1/+3510
* Fix #1904537 Swig causes a Perl warning 'x used only once' in Perl 5.10 repor...William S Fulton2008-02-294-7/+7
* global variables test and shared_ptr varin/varout typemapsWilliam S Fulton2008-02-291-10/+106
* Add member variable support for shared_ptrWilliam S Fulton2008-02-141-7/+18
* 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-131-20/+42
* Set S4 flag which should fix the problem in R 2.6 that some S4 methods Joseph Wang2008-02-121-5/+4
* Bump SWIG_RUNTIME_VERSION due to change in the conversion functions, ie chang...William S Fulton2008-02-101-1/+1
* always pass in non-null value for newmemory parameter in the casting functionWilliam S Fulton2008-02-101-2/+7
* Add newmemory parameter for SWIG_TypeCastWilliam S Fulton2008-02-1012-13/+51
* 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-093-9/+25
* 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-021-1/+0
* [Python] Fix format string bug (SF#1882220).Olly Betts2008-02-011-1/+1
* Fix ARRAYSOFCLASSES bug reported by Kevin Mills where the changes made to an ...William S Fulton2008-01-251-3/+3
* [lua] updated configure script yet againMark Gossage2008-01-242-4/+22
* Restore containers accepting NULL pointers when used in overloaded methods - ...William S Fulton2008-01-221-1/+1
* Remove conversion from one STL container to anotherWilliam S Fulton2008-01-211-8/+8
* Made set_err false by default, as that gives a better overloadedGonzalo Garramuno2008-01-191-1/+1
* Substantial changes to configure script for detecting lua.Mark Gossage2008-01-141-1/+1
* More SWIG_NO_DELETER macros for Python / UTL languagesWilliam S Fulton2008-01-131-0/+2
* fix possible null pointer deref - bug 1863647William S Fulton2008-01-121-4/+5
* minor typo in commentWilliam S Fulton2008-01-121-1/+1
* Added more backwards compatibility macros from ruby1.9.Gonzalo Garramuno2008-01-041-2/+26
* Added a couple of new macros used in ruby1.9.Gonzalo Garramuno2008-01-021-0/+8
* Backed out #1798728 due to regression pointed out by Josh Cherry on swig-userWilliam S Fulton2007-12-161-1/+1
* Fix #1632625 - Compilation errors on Visual C++ 6 when using directorsWilliam S Fulton2007-12-121-0/+4
* Fix #1798728 - numbers can be passed to functions taking char *William S Fulton2007-12-121-1/+1
* gcc-4.2 warning fixesWilliam S Fulton2007-12-092-2/+2
* Fix gcc-4.2 warningsWilliam S Fulton2007-12-081-6/+6
* [lua] Fix a bug in the class hierachy code, where the methods were not propag...Mark Gossage2007-12-042-16/+30
* Fix fragments in Ruby for old typemapsv1.3.33rel-1.3.33William S Fulton2007-11-231-2/+0
* [allegrocl] multiple small fixes to interface. have const std::string *'s aut...Mikel Bancroft2007-11-211-0/+12
* fragment fixesWilliam S Fulton2007-11-201-3/+1
* fix comments about fragments - noticed by Josh CherryWilliam S Fulton2007-11-203-10/+4
* Fix confusion of filenaming in commentWilliam S Fulton2007-11-191-2/+2
* Fix static extern C compilation errors for Perl C++ wrappersWilliam S Fulton2007-11-191-14/+5
* [Python] Don't pass Py_ssize_t for a %d printf-like format asOlly Betts2007-11-161-3/+3
* Fix off by 1 memory allocationWilliam S Fulton2007-11-141-1/+1
* Fix C errorsWilliam S Fulton2007-11-141-19/+16
* Fix C errorsWilliam S Fulton2007-11-141-1/+1