summaryrefslogtreecommitdiff
path: root/Lib/tcl/std_vector.i
Commit message (Expand)AuthorAgeFilesLines
* Tcl std_vector.i functions not staticWilliam S Fulton2022-07-051-3/+3
* Fix GCC -Wunused warning in generated Tcl wrappersOlly Betts2022-03-041-0/+1
* [Tcl] std_vector.i: Remove unneeded \ line joinsOlly Betts2022-02-101-11/+11
* [Tcl] Fix Tcl generic input typemap for std::vectorOlly Betts2022-02-101-1/+1
* [Tcl] Fix std_vector typecheck typemapsOlly Betts2022-02-011-12/+12
* Add STL container copy constructors where missingWilliam S Fulton2019-02-141-2/+2
* Add missing typedefs to std::vector + typedef correctionsWilliam S Fulton2019-02-131-0/+16
* Add missing parameter names in STL container wrappersWilliam S Fulton2019-02-131-2/+2
* Move some header file includes into fragments for UTL languagesWilliam S Fulton2014-02-211-2/+2
* Add <string> fragmentWilliam S Fulton2014-02-151-1/+1
* SWIG license change - The Examples and Lib move to a very permissive license ...William S Fulton2010-02-271-3/+0
* fix vector of templated typesWilliam S Fulton2009-08-051-39/+39
* VC++ error/warning fixesWilliam S Fulton2007-10-231-2/+2
* Another place which can use std::string::assign() which I failed to check inOlly Betts2007-10-151-3/+3
* Common template for head of each file detailing licence, distribution and aut...William S Fulton2006-03-071-6/+6
* fix char/bool typesMarcelo Matus2005-12-281-1/+10
* use exception specification instead of %exception to handle STL error checkingWilliam S Fulton2005-07-271-36/+7
* fix unsigned char caseMarcelo Matus2005-06-131-1/+1
* Fixed bug [948521]Luigi Ballabio2004-05-171-5/+3
* Fixed bug [948583]Luigi Ballabio2004-05-171-3/+3
* Fix for std::vector Tcl typemapsLuigi Ballabio2004-04-211-7/+7
* Char and unsigned-char specialization addedLuigi Ballabio2003-11-191-0/+3
* Use the preprocessor to rename external functions of the SWIG runtimeMatthias Köppe2003-11-021-12/+12
* 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
* Fixed constructors and default argumentsLuigi Ballabio2002-12-121-4/+4
* The great mergeDave Beazley2002-11-301-0/+442