summaryrefslogtreecommitdiff
path: root/Lib/typemaps/strings.swg
Commit message (Expand)AuthorAgeFilesLines
* Cosmetic stray semi-colon removal after %typemap using quotesWilliam S Fulton2022-08-311-2/+2
* Remove redundant check for NULL in char * typemapsWilliam S Fulton2022-07-241-3/+3
* Correct warning message for wchar_t * typemapsWilliam S Fulton2022-05-061-3/+10
* Scilab typemap fixes for C89William S Fulton2015-02-111-1/+1
* Merge branch 'master' into tmpOliver Buchtala2014-03-051-16/+29
|\
| * Don't accept strings too long to fit in char[N] with trailing NUL.Vadim Zeitlin2013-12-231-1/+2
| * Change the length of strings created from fixed-size buffers.Vadim Zeitlin2013-12-231-15/+27
* | Merge branch 'devel' of https://github.com/Neha03/gsoc2012-javascript into develOliver Buchtala2012-09-081-2/+2
|/
* Patch from Karl Wette to allow custom allocators in STL string classesWilliam S Fulton2012-03-161-21/+70
* The 'directorin' typemap now accepts , etc expansions instead of having to u...William S Fulton2011-12-211-4/+4
* Typemap correction for: (size_t LENGTH, const char *STRING)William S Fulton2011-07-261-1/+1
* Fix overloading when using const char[] and char[ANY] and const char[ANY]William S Fulton2011-03-151-2/+2
* remove duplicate UTL char * typemapsWilliam S Fulton2011-02-131-2/+0
* minor formatting changesWilliam S Fulton2010-04-231-9/+6
* Fix UTL typecheck macro for a function taking char[] or constOlly Betts2007-10-251-2/+2
* Fixes for %apply char *, char[], char[ANY] to other types, like unsigned charWilliam S Fulton2006-10-191-10/+10
* more %apply char* fixesWilliam S Fulton2006-05-051-2/+2
* more fixes to use %apply and char, unsigned char and othersMarcelo Matus2006-05-041-6/+6
* fix changes in 1.3 to better support %apply, it didn't compile with python be...Marcelo Matus2006-05-031-2/+2
* fix null char* case, reported by Daniel MooreMarcelo Matus2006-05-031-1/+1
* fix null char* case, reported by Daniel MooreMarcelo Matus2006-05-031-1/+1
* ensure %apply with char*, unsigned char* and signed char* worksWilliam S Fulton2006-05-031-5/+5
* fix char *& typemap, reported by Geoff HutchisonMarcelo Matus2006-02-231-1/+1
* delete extra spacesMarcelo Matus2006-02-091-1/+1
* remove noblock=1 in the varin typemaps since Tcl could add some code before t...Marcelo Matus2006-01-201-3/+3
* add 'newfree' typemapMarcelo Matus2006-01-191-0/+3
* allow the result code to be passed to the error routineMarcelo Matus2006-01-091-46/+60
* add support for named warning codesMarcelo Matus2006-01-061-5/+5
* add missing typecheck codes and Char typemapsMarcelo Matus2006-01-041-10/+14
* add to %argument_failMarcelo Matus2006-01-021-8/+8
* securing the call to SWIG_IsOK, which is a macroMarcelo Matus2005-12-301-13/+13
* fix for the typemap match optionMarcelo Matus2005-12-281-1/+1
* add implicitconv support and cosmetics for cast rankMarcelo Matus2005-12-271-31/+37
* changes to support cast ranking for dispatch and/or overloadingMarcelo Matus2005-12-231-2/+2
* fix error in char typemapMarcelo Matus2005-12-181-1/+1
* fixes for directors + pointersMarcelo Matus2005-11-211-11/+31
* added methods for size_t and more freearg typemaps around, just in caseMarcelo Matus2005-10-271-0/+2
* be sure we use #if defined(...) instead of the fragil #ifdef everywhere, fix ...Marcelo Matus2005-10-271-1/+3
* fix ifdefs for directorsMarcelo Matus2005-10-261-4/+5
* Perl added to the Unified typemap library, cleaner way to use the library, an...Marcelo Matus2005-10-241-58/+96
* finishing the first stage of the typemap unification scheme, fixing issues wi...Marcelo Matus2005-10-201-6/+6
* fix warnings/errors for gcc4.0, icc and valgrindMarcelo Matus2005-10-191-1/+1
* more typemaps unification and fixes for valgrindMarcelo Matus2005-10-191-5/+4
* massive typemap unificationMarcelo Matus2005-10-181-0/+505