aboutsummaryrefslogtreecommitdiff
path: root/Lib/typemaps
AgeCommit message (Expand)Author
2013-05-25Add test case for attributes with moderately complex templatesArtem Serebriyskiy
2013-05-25Fix all attributes macrosesArtem Serebriyskiy
2013-05-12Fix some typos in directive namesWilliam S Fulton
2013-01-04added patch for SF bug #1295Paweł Tomulik
2012-03-20Fix missing stddef.h when %import of STL containers. Was causing compile fail...William S Fulton
2012-03-16Patch from Karl Wette to allow custom allocators in STL string classesWilliam S Fulton
2011-12-21Remove warning: 'self' is a ruby keyword, renaming to 'C_self' since improvin...William S Fulton
2011-12-21The 'directorin' typemap now accepts , etc expansions instead of having to u...William S Fulton
2011-12-20Correct special variables in 'directorargout' typemap. This change will break...William S Fulton
2011-08-25Fix constructors in named typedef class declarationsWilliam S Fulton
2011-07-26Typemap correction for: (size_t LENGTH, const char *STRING)William S Fulton
2011-07-16Fix Python directorin typemap for PyObject *William S Fulton
2011-06-03Fix comment typosOlly Betts
2011-05-14Remove VARARGS_SENTINEL typemaps further to revision 12666. Note that the ide...William S Fulton
2011-03-15Fix overloading when using const char[] and char[ANY] and const char[ANY]William S Fulton
2011-02-18Remove pointless special casing of zero-length strings, remnant of a seriesOlly Betts
2011-02-13remove duplicate UTL char * typemapsWilliam S Fulton
2011-01-30Fix typecheck typemaps for SWIGTYPE *const&William S Fulton
2010-05-26Fix %attribute2ref not to produce a syntax error if the lastOlly Betts
2010-04-23minor formatting changesWilliam S Fulton
2010-04-14Make typemap fragments official - move the documentation in fragments.swg int...William S Fulton
2010-04-01Change typemap matching rules for the default type (SWIGTYPE) to follow templ...William S Fulton
2010-02-27SWIG license change - The Examples and Lib move to a very permissive license ...William S Fulton
2009-09-11Fix memmove regressionWilliam S Fulton
2009-08-21fix SWIG naming conventionWilliam S Fulton
2009-02-13Add %attributeval and %attributestring to attribute.swg libraryWilliam S Fulton
2009-02-08update old syntax to new _dim0William S Fulton
2008-05-30Fixed SF #1976978, apply the macros for primitive types to std::wstringHaoyu Bai
2008-05-19Fix a few typos.Olly Betts
2008-05-07STL fixes when using %import rather than %include and the Solaris Workshop co...William S Fulton
2008-02-29Fix #1904537 Swig causes a Perl warning 'x used only once' in Perl 5.10 repor...William S Fulton
2007-10-25Fix UTL typecheck macro for a function taking char[] or constOlly Betts
2007-10-17attribute tidy up. %attributeref replaces %attribute_refWilliam S Fulton
2007-10-15Patch #1797133 from David Piepgrass fixes %attribute when the getter has the ...William S Fulton
2007-09-24fix long long handling - mainly patch 1771313. Attempt to define ISO limits t...William S Fulton
2007-09-20Reverted the static_cast fix as it is incorrect dueGonzalo Garramuno
2007-09-19Changed swigtype.swg to use static_cast's instead ofGonzalo Garramuno
2007-04-29Added two #ifdef guards to allow replacing someGonzalo Garramuno
2006-10-19Fixes for %apply char *, char[], char[ANY] to other types, like unsigned charWilliam S Fulton
2006-09-28Fix a few more typos in commentsOlly Betts
2006-05-05more %apply char* fixesWilliam S Fulton
2006-05-04more fixes/tests for empty stringsMarcelo Matus
2006-05-04more fixes to use %apply and char, unsigned char and othersMarcelo Matus
2006-05-03cosmetic fixMarcelo Matus
2006-05-03fix changes in 1.3 to better support %apply, it didn't compile with python be...Marcelo Matus
2006-05-03fix empty std::string case, reported by Daniel MooreMarcelo 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-03fix empty std::string case, reported by Daniel MooreMarcelo Matus
2006-05-03ensure %apply with char*, unsigned char* and signed char* worksWilliam S Fulton