summaryrefslogtreecommitdiff
path: root/Lib/swig.swg
Commit message (Expand)AuthorAgeFilesLines
* Provide SWIGTYPE MOVE typemaps in swigmove.iWilliam S Fulton2022-09-161-0/+12
* Move SwigValueWrapper to header sectionWilliam S Fulton2022-09-091-5/+4
* Cosmetic stray semi-colon removal after %typemap using quotesWilliam S Fulton2022-08-311-2/+2
* Performance optimisation for directors for classes passed by valueWilliam S Fulton2022-07-041-0/+9
* Generate swiglabels code earlier on in runtime codeWilliam S Fulton2022-06-301-5/+4
* SwigValueWrapper::operator& should always have been constWilliam S Fulton2022-06-301-1/+1
* Movable and move-only types supported in "out" typemaps.William S Fulton2022-06-301-2/+4
* Cosmetic rename SwigMovePointer -> SwigSmartPointerWilliam S Fulton2022-06-161-8/+8
* Add move assignment operator to SwigValueWrapperWilliam S Fulton2022-06-161-0/+4
* Add %rename matching docs and improvementsWilliam S Fulton2022-02-261-1/+4
* Add C "contract" testSeth R Johnson2022-02-121-1/+1
* Move <string.h> fragment to swigfragmentsSeth R Johnson2019-01-061-4/+0
* Fix missing include in SWIG typemapSeth R Johnson2019-01-061-16/+20
* 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