summaryrefslogtreecommitdiff
path: root/Lib
Commit message (Expand)AuthorAgeFilesLines
* [Lua] Added contract support for requiring that unsigned numbers are >=0Mark Gossage2009-01-131-8/+17
* put in integer fixesJoseph Wang2009-01-122-11/+74
* Fix integer handling in r. unsigned values where getting handledJoseph Wang2009-01-112-66/+29
* Octave: fix carrays regression caused by operator suffix change.Xavier Delacour2009-01-101-1/+1
* Octave: add {save,load}_{ascii,binary,hdf} functions that silently do nothing;Xavier Delacour2009-01-104-95/+162
* Fix octave tests li_std_pair_extra, arrays_global, grouping, struct_value, un...Xavier Delacour2009-01-092-14/+5
* minor formattingWilliam S Fulton2009-01-081-6/+6
* correct return type for PyUnicode_GetSizeWilliam S Fulton2009-01-082-2/+2
* Rename embedded smart pointer in SwigValueWrapper in order to avoid conflicts...William S Fulton2009-01-071-6/+6
* fix up namespaces so that boost, std or std::tr1 can be used for shared_ptr/i...William S Fulton2009-01-052-80/+79
* remove duplicate SWIGR macroWilliam S Fulton2008-12-301-2/+0
* change as(...,"integer") to as.integer to force conversion into integersJoseph Wang2008-12-291-4/+7
* 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
* Add boost::intrusive_ptr wrappers from Mike RowbothamWilliam S Fulton2008-12-282-0/+553
* SwigValueWrapper - remove two constructors which are not required by the code...William S Fulton2008-12-281-2/+1
* add strong exception guarantee to SwigValueWrapperWilliam S Fulton2008-12-281-10/+18
* Fix #2153773 - %nojavaexception - disabling and clearing Java checked exceptionsWilliam S Fulton2008-12-231-1/+2
* Fix #2432801 - Make SwigValueWrapper exception safe for when copy constructor...William S Fulton2008-12-221-1/+1
* Apply patch #2440046 which fixes possible seg faults for member and global va...William S Fulton2008-12-211-4/+12
* remove last vestiges of php4 and encourage use of -php rather than -php5William S Fulton2008-12-063-6/+6
* remove SWIG_TypeCheck_Template so that the code within it is debuggableWilliam S Fulton2008-12-062-45/+78
* minor formatting fixWilliam S Fulton2008-12-061-1/+1
* Commited SF#2158938: change all SWIG symbols start with Py to a new name.Haoyu Bai2008-12-0316-401/+489
* UTL - Fix some incorrect acceptance of types in the STL, eg a double * elemen...William S Fulton2008-11-283-3/+3
* remove svn:executable property where applied incorrectlyWilliam S Fulton2008-11-267-0/+0
* Apply patch #2263850 to fix ruby/file.i ... rubyio.h filename change in ruby ...William S Fulton2008-11-231-0/+7
* Apply patch #2319790 from Johan Hake to fix shared_ptr usage in std::tr1 name...William S Fulton2008-11-231-3/+7
* Add patch #2152691 from MATSUURA Takanori which fixes compiles using the Inte...William S Fulton2008-11-111-1/+1
* Fix indentation. Use %{ %} in a couple of typemaps to avoid adding needlessOlly Betts2008-10-011-8/+8
* Fix non-standard indentation.Olly Betts2008-10-011-1/+1
* [allegrocl] Various fixes to the generated C wrapper code (enums, constants, ...Mikel Bancroft2008-09-301-22/+65
* typo fixWilliam S Fulton2008-09-261-3/+3
* [PHP5] Fill in typemaps for SWIGTYPE and void * (SF#2095186).Olly Betts2008-09-251-4/+10
* [allegrocl] Make type and namespace wrapping more compatible with other modul...Mikel Bancroft2008-09-221-2/+2
* [PHP5] Add typemaps for long long and unsigned long long.Olly Betts2008-09-191-0/+73
* revert entry 2008-09-01 - C# Insert and InsertRange bounds checkingWilliam S Fulton2008-09-181-2/+2
* Add C# array typemaps provided by Antti Karanta.William S Fulton2008-09-181-0/+140
* minor typo and formatting improvementsWilliam S Fulton2008-09-183-8/+5
* pointer display correctionWilliam S Fulton2008-09-181-1/+1
* [PHP5] Change the default input typemap for char * to turn PHPOlly Betts2008-09-181-2/+6
* [allegrocl] Fix handling of forward references. Remove code breaking typical ...Mikel Bancroft2008-09-171-14/+16
* Merged the Python 3.0 support branch. The merging progress is not so smooth, ...Haoyu Bai2008-09-1114-32/+435
* [Python] Commit patch #2089149: Director exception handling manglesRichard Boulton2008-09-101-3/+0
* Fix #1988296 - Multiple module director linking issueWilliam S Fulton2008-09-021-5/+1
* Fix array bounds checking in C# std::vector wrappersWilliam S Fulton2008-09-011-2/+2
* Fix another perl global namespace pollutionWilliam S Fulton2008-09-011-0/+4
* change Rf_warning to warning. Looks like a typoJoseph Wang2008-08-311-1/+1
* add assert.h to fix chicken build of external runtime (ext_test testsuite)John Lenz2008-08-021-0/+1
* Commit patch 2019314John Lenz2008-08-022-30/+43