summaryrefslogtreecommitdiff
path: root/Lib/tcl
Commit message (Expand)AuthorAgeFilesLines
...
* Removed ability to share type information by C linkingJohn Lenz2004-10-163-82/+17
* Fix a few bugs in the tcl module related to clientdata propagation.John Lenz2004-10-072-0/+9
* fix #if __cplusplus problemMarcelo Matus2004-10-061-3/+3
* New way of sharing type information between modules for chicken, mzscheme,John Lenz2004-10-052-0/+39
* varin enum SWIGTYPE mods to handle unnamed enumsWilliam S Fulton2004-08-251-1/+17
* missing throws typemaps addedWilliam S Fulton2004-08-242-0/+19
* Fixed bug [948521]Luigi Ballabio2004-05-171-5/+3
* Fixed bug [948583]Luigi Ballabio2004-05-171-3/+3
* New common runtime function SWIG_TypePrettyName.Matthias Köppe2004-05-061-0/+1
* Fix for std::vector Tcl typemapsLuigi Ballabio2004-04-211-7/+7
* *** empty log message ***Dave Beazley2003-12-121-1/+1
* Forgot #undefs, add python bad names, change names fromMarcelo Matus2003-12-121-0/+0
* - Uniform the definition of the keyword warnings throughMarcelo Matus2003-12-122-3/+11
* *** empty log message ***Dave Beazley2003-12-091-46/+0
* Added pack/unpack functionsDave Beazley2003-12-081-0/+2
* Fixed [ 755382 ] calling func(const vector<T>& p) evaluates p[0] in interp.Dave Beazley2003-12-021-1/+3
* Added member pointer typemaps.Dave Beazley2003-11-301-1/+14
* Corrected SWIGEXPORT to SWIGIMPORTWilliam S Fulton2003-11-251-150/+145
* Fixed [ 848824 ] Bug in dispatch function when having overloaded functions.Dave Beazley2003-11-251-1/+1
* Char and unsigned-char specialization addedLuigi Ballabio2003-11-191-0/+3
* Contract cleanupDave Beazley2003-11-141-1/+1
* Simplified contract APIDave Beazley2003-11-131-9/+1
* Added contract supportDave Beazley2003-11-051-0/+13
* Unify the pointer-conversion runtime API.Matthias Köppe2003-11-021-21/+21
* Use the preprocessor to rename external functions of the SWIG runtimeMatthias Köppe2003-11-022-53/+89
* Use the preprocessor to rename external functions of the SWIG runtimeMatthias Köppe2003-11-022-0/+17
* Fixes to comply with with ISO/IEC 14882:1998(E) 17.4.3.1.2 (symbol names)William S Fulton2003-09-231-3/+3
* __cpluscplus typo fixWilliam S Fulton2003-09-232-3/+3
* Fixed [ 791579 ] (unsigned) long long handled incorrectlyDave Beazley2003-09-011-2/+2
* Cleaned up new warnings introduced by prev patchWilliam S Fulton2003-08-221-4/+4
* Typemap for size_t applied to std::size_tLuigi Ballabio2003-08-171-0/+8
* Fixed [ 787432 ] long param handled as intDave Beazley2003-08-151-2/+3
* std::pair added (but not very much tested)Luigi Ballabio2003-07-101-0/+31
* Removed varin typemaps for SWIGTYPE[] (dimensionless arrays).William S Fulton2003-06-011-1/+1
* Missing filesLuigi Ballabio2003-05-081-0/+1
* *** empty log message ***Dave Beazley2003-03-201-1/+0
* Added void * typemap to fix Examples/tcl/value (not really sure why thisDave Beazley2003-03-171-0/+2
* long long typemap mods for using with %apply by compilers that don't understa...William S Fulton2003-03-101-10/+19
* Added long long typemaps.Dave Beazley2003-03-071-1/+54
* Fixed compilation problem with dynamic_cast test.Dave Beazley2003-03-071-1/+1
* long long typemap mods for use with %applyWilliam S Fulton2003-03-061-8/+8
* Support for std::map (thanks, Dave)Luigi Ballabio2003-02-271-0/+190
* Removed some unused variable warnings.Dave Beazley2003-02-191-2/+0
* Fixed [ 689040 ] Missing return value in std_vector.iDave Beazley2003-02-181-0/+1
* bool mods for Visual C++William S Fulton2003-02-101-1/+1
* bool mods for Visual C++William S Fulton2003-02-101-5/+24
* Fixes for SWIGTYPE& varin and varout typemapsWilliam S Fulton2003-02-101-4/+7
* A global stl.i works just as wellLuigi Ballabio2003-01-171-9/+0
* Fixed constructors and default argumentsLuigi Ballabio2002-12-121-4/+4
* Fixed to DYNAMIC typemaps.Dave Beazley2002-12-111-0/+5