aboutsummaryrefslogtreecommitdiff
path: root/Lib/swig.swg
AgeCommit message (Expand)Author
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
2006-01-10rename %throws to %catchsMarcelo Matus
2006-01-10add the %throws directiveMarcelo Matus
2006-01-09add %delobject, which is the equivalent of %newobject but for functions that ...Marcelo Matus
2006-01-07add operator aliasesMarcelo Matus
2006-01-07use simpler %ignoreoperator directiveMarcelo Matus
2006-01-07add macros/names to avoid numeric warning codes. use them in tcl,perl,ruby an...Marcelo Matus
2006-01-06add support for named warning codesMarcelo Matus
2006-01-03better warning for director methods with ptr/ref outputMarcelo Matus
2005-12-30add the copyctor feature/directive to enable automatic copy constructors. In ...Marcelo Matus
2005-12-27add the 'naturalvar' option/mode/feature, to allow member variables to be tre...Marcelo Matus