summaryrefslogtreecommitdiff
path: root/Lib/swig.swg
Commit message (Expand)AuthorAgeFilesLines
* Add unignore for rvalue ref-qualifiersWilliam S Fulton2017-08-301-1/+3
* Add std::array container wrappers for PythonWilliam S Fulton2015-11-171-0/+1
* Fix assorted comment and documentation typosOlly Betts2014-02-231-1/+1
* Add %$isextendmember for %rename of members added via %extendWilliam S Fulton2014-02-181-0/+1
* Merge branch 'nested' - nested structs/classes supportWilliam S Fulton2013-12-141-3/+8
|\
| * Deprecation of the 'nestedworkaround' featureWilliam S Fulton2013-12-131-2/+7
| * Nested classes supportVladimir Kalinin2013-11-291-1/+1
* | Fix a few typos in comments and docsOlly Betts2013-12-121-1/+1
|/
* Rework std::initializer_list handling to warn about usage in any method, not ...William S Fulton2013-02-041-83/+86
* Go back to using free/malloc rather than realloc as may be slowerWilliam S Fulton2012-04-171-4/+4
* Apply patch #3511009 from Leif Middelschulte for slightly optimised char * va...William S Fulton2012-04-131-6/+6
* Correct definitions of %$isglobal and %$classname for %rename matching, altho...William S Fulton2012-03-211-2/+2
* Remove VARARGS_SENTINEL typemaps further to revision 12666. Note that the ide...William S Fulton2011-05-141-6/+0
* Added support for the D programming languge.David Nadlinger2010-11-181-2/+2
* remove duplicate definition of %$isextendWilliam S Fulton2010-07-231-1/+0
* Add nspace feature for C# and add documentation on nspaceWilliam S Fulton2010-03-061-0/+5
* Nested class improvements - Fixed inconsistency in handling C++ nested classe...William S Fulton2009-11-111-0/+5
* fix %valuewrapper macroWilliam S Fulton2009-08-071-1/+1
* add new %begin directive for inserting code at top of wrapper fileWilliam S Fulton2009-02-201-3/+4
* update old syntax to new _dim0William S Fulton2009-02-081-8/+8
* Rename embedded smart pointer in SwigValueWrapper in order to avoid conflicts...William S Fulton2009-01-071-6/+6
* SwigValueWrapper - remove two constructors which are not required by the code...William S Fulton2008-12-281-2/+1
* add strong exception guarantee to SwigValueWrapperWilliam S Fulton2008-12-281-10/+18
* Fix #2432801 - Make SwigValueWrapper exception safe for when copy constructor...William S Fulton2008-12-221-1/+1
* Apply patch #2440046 which fixes possible seg faults for member and global va...William S Fulton2008-12-211-4/+12
* New templated method SwigValueInit to initialise all types - used initially f...William S Fulton2007-10-281-2/+16
* Remove cvs $Header$William S Fulton2007-10-171-2/+0
* Added an implementation of std_queue with tests.Gonzalo Garramuno2007-05-061-0/+1
* Added an implementation of std_stack.i withGonzalo Garramuno2007-05-061-0/+1
* Fixes for %apply char *, char[], char[ANY] to other types, like unsigned charWilliam S Fulton2006-10-191-22/+22
* - explicitcall feature removed.William S Fulton2006-09-131-5/+0
* new explicitcall featureWilliam S Fulton2006-07-041-1/+8
* fix % predicate, as reported by Mikael JanssonMarcelo Matus2006-04-081-1/+1
* add SWIG_TYPECHECK_SWIGOBJECT to resolve simple overload functions as Graph(i...Marcelo Matus2006-03-011-0/+3
* more fixes to use one line macro when possibleMarcelo Matus2006-02-101-3/+1
* fix predicate, excluding template caseMarcelo Matus2006-02-091-1/+1
* fix unapplied 'novaluewrapper' feature and add directive formsMarcelo Matus2006-01-301-0/+6
* implement the 'allowexcept' feature for global variablesMarcelo Matus2006-01-281-7/+17
* fix bad name, reported by Robin, and cosmeticsMarcelo Matus2006-01-241-4/+8
* change the %rename predicates to use the prefix %$ and avoid clashings with o...Marcelo Matus2006-01-161-44/+46
* add at least %not support for rename predicatesMarcelo Matus2006-01-151-39/+37
* add more predicates for renameMarcelo Matus2006-01-151-0/+6
* add more rename predicatesMarcelo Matus2006-01-141-1/+3
* add the ismember and hasvalue attributes and the corresponing %rename predicatesMarcelo Matus2006-01-131-1/+2
* cosmeticsMarcelo Matus2006-01-131-19/+21
* more %rename predicatesMarcelo Matus2006-01-121-0/+11
* add predicates to %rename, new kind attribute to cdecl and the '|' operator i...Marcelo Matus2006-01-121-24/+27
* add %rename predicatesMarcelo Matus2006-01-121-0/+45
* change the %catchs name to %catchesMarcelo Matus2006-01-101-3/+3
* rename %throws to %catchsMarcelo Matus2006-01-101-3/+3