aboutsummaryrefslogtreecommitdiff
path: root/Lib/swig.swg
AgeCommit message (Expand)Author
2024-04-11Update to v4.2.1HEADmastermainAlistair Delva
2017-08-30Add unignore for rvalue ref-qualifiersWilliam S Fulton
2015-11-17Add std::array container wrappers for PythonWilliam S Fulton
2014-02-23Fix assorted comment and documentation typosOlly Betts
2014-02-18Add %$isextendmember for %rename of members added via %extendWilliam S Fulton
2013-12-14Merge branch 'nested' - nested structs/classes supportWilliam S Fulton
2013-12-13Deprecation of the 'nestedworkaround' featureWilliam S Fulton
2013-12-12Fix a few typos in comments and docsOlly Betts
2013-11-29Nested classes supportVladimir Kalinin
2013-02-04Rework std::initializer_list handling to warn about usage in any method, not ...William S Fulton
2012-04-17Go back to using free/malloc rather than realloc as may be slowerWilliam S Fulton
2012-04-13Apply patch #3511009 from Leif Middelschulte for slightly optimised char * va...William S Fulton
2012-03-21Correct definitions of %$isglobal and %$classname for %rename matching, altho...William S Fulton
2011-05-14Remove VARARGS_SENTINEL typemaps further to revision 12666. Note that the ide...William S Fulton
2010-11-18Added support for the D programming languge.David Nadlinger
2010-07-23remove duplicate definition of %$isextendWilliam S Fulton
2010-03-06Add nspace feature for C# and add documentation on nspaceWilliam S Fulton
2009-11-11Nested class improvements - Fixed inconsistency in handling C++ nested classe...William S Fulton
2009-08-07fix %valuewrapper macroWilliam S Fulton
2009-02-20add new %begin directive for inserting code at top of wrapper fileWilliam S Fulton
2009-02-08update old syntax to new _dim0William S Fulton
2009-01-07Rename embedded smart pointer in SwigValueWrapper in order to avoid conflicts...William S Fulton
2008-12-28SwigValueWrapper - remove two constructors which are not required by the code...William S Fulton
2008-12-28add strong exception guarantee to SwigValueWrapperWilliam S Fulton
2008-12-22Fix #2432801 - Make SwigValueWrapper exception safe for when copy constructor...William S Fulton
2008-12-21Apply patch #2440046 which fixes possible seg faults for member and global va...William S Fulton
2007-10-28New templated method SwigValueInit to initialise all types - used initially f...William S Fulton
2007-10-17Remove cvs $Header$William S Fulton
2007-05-06Added an implementation of std_queue with tests.Gonzalo Garramuno
2007-05-06Added an implementation of std_stack.i withGonzalo Garramuno
2006-10-19Fixes for %apply char *, char[], char[ANY] to other types, like unsigned charWilliam S Fulton
2006-09-13- explicitcall feature removed.William S Fulton
2006-07-04new explicitcall featureWilliam S Fulton
2006-04-08fix % predicate, as reported by Mikael JanssonMarcelo Matus
2006-03-01add SWIG_TYPECHECK_SWIGOBJECT to resolve simple overload functions as Graph(i...Marcelo Matus
2006-02-10more fixes to use one line macro when possibleMarcelo Matus
2006-02-09fix predicate, excluding template caseMarcelo Matus
2006-01-30fix unapplied 'novaluewrapper' feature and add directive formsMarcelo Matus
2006-01-28implement the 'allowexcept' feature for global variablesMarcelo Matus
2006-01-24fix bad name, reported by Robin, and cosmeticsMarcelo Matus
2006-01-16change the %rename predicates to use the prefix %$ and avoid clashings with o...Marcelo Matus
2006-01-15add at least %not support for rename predicatesMarcelo Matus
2006-01-15add more predicates for renameMarcelo Matus
2006-01-14add more rename predicatesMarcelo Matus
2006-01-13add the ismember and hasvalue attributes and the corresponing %rename predicatesMarcelo Matus
2006-01-13cosmeticsMarcelo Matus
2006-01-12more %rename predicatesMarcelo Matus
2006-01-12add predicates to %rename, new kind attribute to cdecl and the '|' operator i...Marcelo Matus
2006-01-12add %rename predicatesMarcelo Matus
2006-01-10change the %catchs name to %catchesMarcelo Matus