aboutsummaryrefslogtreecommitdiff
path: root/Lib/typemaps/strings.swg
AgeCommit message (Expand)Author
2024-04-11Update to v4.2.1HEADmastermainllvm-r522817Alistair Delva
2015-02-11Scilab typemap fixes for C89William S Fulton
2014-03-05Merge branch 'master' into tmpOliver Buchtala
2013-12-23Don't accept strings too long to fit in char[N] with trailing NUL.Vadim Zeitlin
2013-12-23Change the length of strings created from fixed-size buffers.Vadim Zeitlin
2012-09-08Merge branch 'devel' of https://github.com/Neha03/gsoc2012-javascript into develOliver Buchtala
2012-03-16Patch from Karl Wette to allow custom allocators in STL string classesWilliam S Fulton
2011-12-21The 'directorin' typemap now accepts , etc expansions instead of having to u...William S Fulton
2011-07-26Typemap correction for: (size_t LENGTH, const char *STRING)William S Fulton
2011-03-15Fix overloading when using const char[] and char[ANY] and const char[ANY]William S Fulton
2011-02-13remove duplicate UTL char * typemapsWilliam S Fulton
2010-04-23minor formatting changesWilliam S Fulton
2007-10-25Fix UTL typecheck macro for a function taking char[] or constOlly Betts
2006-10-19Fixes for %apply char *, char[], char[ANY] to other types, like unsigned charWilliam S Fulton
2006-05-05more %apply char* fixesWilliam S Fulton
2006-05-04more fixes to use %apply and char, unsigned char and othersMarcelo Matus
2006-05-03fix changes in 1.3 to better support %apply, it didn't compile with python be...Marcelo Matus
2006-05-03fix null char* case, reported by Daniel MooreMarcelo Matus
2006-05-03fix null char* case, reported by Daniel MooreMarcelo Matus
2006-05-03ensure %apply with char*, unsigned char* and signed char* worksWilliam S Fulton
2006-02-23fix char *& typemap, reported by Geoff HutchisonMarcelo Matus
2006-02-09delete extra spacesMarcelo Matus
2006-01-20remove noblock=1 in the varin typemaps since Tcl could add some code before t...Marcelo Matus
2006-01-19add 'newfree' typemapMarcelo Matus
2006-01-09allow the result code to be passed to the error routineMarcelo Matus
2006-01-06add support for named warning codesMarcelo Matus
2006-01-04add missing typecheck codes and Char typemapsMarcelo Matus
2006-01-02add to %argument_failMarcelo Matus
2005-12-30securing the call to SWIG_IsOK, which is a macroMarcelo Matus
2005-12-28fix for the typemap match optionMarcelo Matus
2005-12-27add implicitconv support and cosmetics for cast rankMarcelo Matus
2005-12-23changes to support cast ranking for dispatch and/or overloadingMarcelo Matus
2005-12-18fix error in char typemapMarcelo Matus
2005-11-21fixes for directors + pointersMarcelo Matus
2005-10-27added methods for size_t and more freearg typemaps around, just in caseMarcelo Matus
2005-10-27be sure we use #if defined(...) instead of the fragil #ifdef everywhere, fix ...Marcelo Matus
2005-10-26fix ifdefs for directorsMarcelo Matus
2005-10-24Perl added to the Unified typemap library, cleaner way to use the library, an...Marcelo Matus
2005-10-20finishing the first stage of the typemap unification scheme, fixing issues wi...Marcelo Matus
2005-10-19fix warnings/errors for gcc4.0, icc and valgrindMarcelo Matus
2005-10-19more typemaps unification and fixes for valgrindMarcelo Matus
2005-10-18massive typemap unificationMarcelo Matus