summaryrefslogtreecommitdiff
path: root/Lib/tcl
Commit message (Expand)AuthorAgeFilesLines
* Perl added to the Unified typemap library, cleaner way to use the library, an...Marcelo Matus2005-10-2413-313/+145
* remove extra error handlingMarcelo Matus2005-10-201-11/+0
* include the user's fragment file in the same placeMarcelo Matus2005-10-202-19/+17
* finishing the first stage of the typemap unification scheme, fixing issues wi...Marcelo Matus2005-10-206-120/+147
* fix warnings/errors for gcc4.0, icc and valgrindMarcelo Matus2005-10-191-12/+0
* more typemaps unification and fixes for valgrindMarcelo Matus2005-10-193-0/+4
* cosmetic change, remove repeated docsMarcelo Matus2005-10-182-254/+0
* massive typemap unificationMarcelo Matus2005-10-1822-1806/+1313
* %typecheck fixes for size_tWilliam S Fulton2005-10-151-13/+13
* Visual Studio warning fixesWilliam S Fulton2005-09-271-0/+3
* small fix for unsigned int and unsigned long, but still there are problemsMarcelo Matus2005-09-271-10/+53
* Fix incorrect usage of $owner in varout typemaps added in last commitWilliam S Fulton2005-08-231-7/+7
* %newobject supportWilliam S Fulton2005-08-181-15/+15
* use exception specification instead of %exception to handle STL error checkingWilliam S Fulton2005-07-273-62/+18
* fix for long long types and old Tcl versionsMarcelo Matus2005-06-172-6/+18
* fix unsigned char caseMarcelo Matus2005-06-131-1/+1
* Uniform handling of SWIGEXPORT across SWIG.William S Fulton2005-05-271-2/+2
* added missing constructors for std::pairWilliam S Fulton2005-05-251-8/+12
* Fix for methods with similar names when showing list of names on error - bug ...William S Fulton2005-05-211-1/+14
* tcl long long overloading fix - bug #1191835, patch from Jeroen DobbelaereWilliam S Fulton2005-05-201-2/+9
* remove debug (bug #1196755)William S Fulton2005-05-201-1/+0
* - Improve the runtime type sytesmJohn Lenz2005-02-012-31/+39
* const enum SWIGTYPE & typemaps addedWilliam S Fulton2004-11-281-10/+12
* minor 'const' consistence fixMarcelo Matus2004-11-211-2/+2
* allow to include the swig runtime code into external user librariesMarcelo Matus2004-11-181-0/+1
* more fixes for size_tMarcelo Matus2004-11-152-9/+11
* improved support for size_t/ptrdiff_tMarcelo Matus2004-11-132-1/+12
* size_t fixWilliam S Fulton2004-11-011-8/+1
* fix tcl + -namespace + constants(enum)Marcelo Matus2004-10-291-6/+6
* - Add SWIG_RUNTIME_VERSION to new type sharing code. This is for future-proo...John Lenz2004-10-211-5/+5
* removed redundant valuewrapper featureWilliam S Fulton2004-10-201-1/+0
* add %typemap(varin) SWIGTYPE[], fix some typemaps to be safe for %applyMarcelo Matus2004-10-182-6/+10
* avoid to use SwigValueWrapper with std::string, just to keep the code cleaner...Marcelo Matus2004-10-181-0/+1
* fix long long + applyMarcelo Matus2004-10-171-5/+3
* 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