summaryrefslogtreecommitdiff
path: root/Lib/tcl
Commit message (Expand)AuthorAgeFilesLines
...
* add initial stl.i to ensure proper file inclussion and extensions for each la...Marcelo Matus2006-01-061-2/+1
* add stl.i files for each language to prevent improper includesMarcelo Matus2006-01-061-0/+8
* uniform cni examplesMarcelo Matus2006-01-031-0/+2
* add missing operator warnsMarcelo Matus2005-12-311-0/+14
* add tcl+java exampleMarcelo Matus2005-12-301-0/+42
* fix char/bool typesMarcelo Matus2005-12-281-1/+10
* fix unsigned casesMarcelo Matus2005-12-221-2/+2
* keep old typemap code in place, but disable, for readers to look around, and ...Marcelo Matus2005-12-133-0/+504
* fixes for the examples and tcl to use the old Tcl_SetResult()... methodsMarcelo Matus2005-12-091-1/+3
* add SWIGUNUSEDPARMMarcelo Matus2005-12-021-1/+1
* Use the system angle brackets for %includeWilliam S Fulton2005-11-264-5/+8
* more speed upsMarcelo Matus2005-11-241-0/+4
* simplify the ASPTR_ARGS and ASVAL_ARGS macros to one AS_ARGMarcelo Matus2005-11-041-5/+2
* add std_except typemaps to the unified typemap libraryMarcelo Matus2005-10-311-0/+1
* move attribute.i to the typemap library, now is usable from all the languagesMarcelo Matus2005-10-251-0/+1
* eliminate compilation warnings, add docs, and centralize the access to the un...Marcelo Matus2005-10-255-45/+57
* 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