summaryrefslogtreecommitdiff
path: root/Lib/tcl
Commit message (Expand)AuthorAgeFilesLines
* Consistent parameter names for std::pairWilliam S Fulton2019-02-141-2/+2
* Add STL container copy constructors where missingWilliam S Fulton2019-02-142-3/+3
* Add missing typedefs to std::vector + typedef correctionsWilliam S Fulton2019-02-131-0/+16
* Add missing typedefs to std::pairWilliam S Fulton2019-02-131-0/+2
* Add missing typedefs to std::mapWilliam S Fulton2019-02-131-0/+6
* Add missing parameter names in STL container wrappersWilliam S Fulton2019-02-132-3/+3
* Create a consistent stl.i library fileWilliam S Fulton2019-02-121-1/+0
* Fix overloading for non-pointers and NULL - TclWilliam S Fulton2018-12-291-1/+2
* Tcl swig_const_info - use const char *William S Fulton2018-10-221-1/+1
* Add support for non-default compare template argument in std::map wrappersWilliam S Fulton2018-10-091-5/+5
* Remove final remnants of GCJ - jstring.iWilliam S Fulton2018-06-151-42/+0
* Misc. typosluz.paz2018-05-171-4/+4
* Remove GCJ supportOlly Betts2017-10-091-2/+0
* Fix various comment and documentation typosOlly Betts2017-08-131-1/+1
* SWIG_Tcl_ObjectDelete: Fix potential NULL pointer dereferencesOlly Betts2016-12-131-1/+2
* Fix comment typoOlly Betts2016-12-131-1/+1
* Remove dead assignmentOlly Betts2016-12-131-1/+0
* Remove pointless casting away of constOlly Betts2016-12-131-1/+1
* Suppress unused parameter warning properlyOlly Betts2016-12-131-2/+1
* Don't use long long if it isn't availableAlec Cooper2016-01-061-4/+12
* Tcl fix when using -Wmissing-field-initializers warningsWilliam S Fulton2015-12-191-0/+6
* Remove author names - they are in the COPYRIGHT fileWilliam S Fulton2014-06-241-2/+0
* Whitespace cleanup of all Makefiles*Karl Wette2014-05-021-18/+14
* Move some header file includes into fragments for UTL languagesWilliam S Fulton2014-02-212-4/+4
* Add <string> fragmentWilliam S Fulton2014-02-151-1/+1
* Merge branch 'master' into gsoc2009-matevzWilliam S Fulton2013-10-101-13/+6
|\
| * Remove X11 detection during configureWilliam S Fulton2013-09-181-13/+6
* | Merge branch 'master' into gsoc2009-matevzWilliam S Fulton2013-01-285-21/+41
|\ \ | |/
| * Fix some language's std::map wrappers to recognise difference_type, size_type...William S Fulton2012-05-151-0/+4
| * [Tcl] Fix variable declarations in middle of blocks which isn'tOlly Betts2011-06-182-4/+4
| * Fix comment typosOlly Betts2011-06-031-4/+4
| * Apply #3300072 from Christian Delbaere to fix multiple module loading not alw...William S Fulton2011-05-171-1/+1
| * Apply patch #3284326 to fix some compiler warnings.William S Fulton2011-04-111-5/+5
| * Cosmetics - Fix bracket matchingWilliam S Fulton2011-04-091-6/+0
| * Apply patch 3224663 for Tcl - NULL value fixes and performance improvements f...William S Fulton2011-03-293-8/+30
* | Add rvalue reference typemapsWilliam S Fulton2013-01-241-1/+2
|/
* remove std::map specializations - not needed since the typemap matching rules...William S Fulton2010-04-041-112/+10
* Change typemap matching rules for the default type (SWIGTYPE) to follow templ...William S Fulton2010-04-012-2/+3
* SWIG license change - The Examples and Lib move to a very permissive license ...William S Fulton2010-02-2715-135/+0
* fix SWIG naming conventionWilliam S Fulton2009-08-211-2/+2
* fix vector of templated typesWilliam S Fulton2009-08-051-39/+39
* [Tcl] To complement USE_TCL_STUBS, add support for USE_TK_STUBSOlly Betts2009-07-031-1/+14
* Add newmemory parameter for SWIG_TypeCastWilliam S Fulton2008-02-101-1/+6
* fix comments about fragments - noticed by Josh CherryWilliam S Fulton2007-11-201-8/+2
* VC++ error/warning fixesWilliam S Fulton2007-10-234-9/+9
* Remove cvs $Header$William S Fulton2007-10-171-1/+0
* [Tcl] Fix several ocurrences of "warning: deprecated conversionOlly Betts2007-10-161-1/+1
* [Tcl] Prevent SWIG_Tcl_ConvertPtr from calling the unknown proc.Olly Betts2007-10-151-5/+28
* Another place which can use std::string::assign() which I failed to check inOlly Betts2007-10-151-3/+3
* fix long long handling - mainly patch 1771313. Attempt to define ISO limits t...William S Fulton2007-09-241-4/+16