summaryrefslogtreecommitdiff
path: root/Lib/swigrun.swg
Commit message (Expand)AuthorAgeFilesLines
* Runtime tables deterministic ordering (4)William S Fulton2022-09-291-3/+3
* Add Python support for std::unique_ptr inputsWilliam S Fulton2022-07-171-1/+9
* Fix previous commitOlly Betts2022-03-201-2/+2
* [ci] Try to fix failing appveyor python buildsOlly Betts2022-03-201-2/+2
* [php] Use SWIG_TypeCheckStruct to check typesOlly Betts2021-12-191-1/+1
* swigrun.swg: fix typoEven Rouault2021-04-211-1/+1
* Fix typecheck typemaps for non-pointers and NULLWilliam S Fulton2018-12-291-0/+1
* Remove gcc warnings when using -Wconversion. Right side of expressions are s...Dan Williams2016-04-271-4/+4
* Remove register storage class declarationsCurtis Dunham2014-02-191-12/+12
* Remove trailing spaces in the generated code.Sylvestre Ledru2013-09-131-48/+48
* SWIG_TypeCompare was not working as commented - return values were 0,1 and no...William S Fulton2013-03-041-19/+8
* Macro expansion to self assign is effectively ignored.Michel Zou2013-02-261-1/+1
* MOdified only no-cast-rank version of SWIG_AddCast.Michel Zou2013-02-251-1/+1
* Revert "Fixed #1300 clang warning in SWIG_Python_ConvertPtrAndOwn."Michel Zou2013-02-251-9/+2
* Fixed #1300 clang warning in SWIG_Python_ConvertPtrAndOwn.Michel Zou2013-02-221-2/+9
* Fix typo in commentOlly Betts2010-06-201-1/+1
* remove SWIG_TypeCheck_Template so that the code within it is debuggableWilliam S Fulton2008-12-061-42/+56
* Bump SWIG_RUNTIME_VERSION due to change in the conversion functions, ie chang...William S Fulton2008-02-101-1/+1
* Complete the Python support for shared_ptr mainly for derived classes. This i...William S Fulton2008-02-091-3/+4
* minor typo in commentWilliam S Fulton2008-01-121-1/+1
* VC++ warning fixWilliam S Fulton2007-10-231-1/+1
* Increment SWIG_RUNTIME_VERSION to 3, because of addition of owndataJohn Lenz2006-07-151-1/+1
* cosmeticsWilliam S Fulton2006-03-071-5/+4
* fix warning reported by Nitro in VC7Marcelo Matus2006-02-181-1/+1
* simplify output via macro SWIG_ArgErrorMarcelo Matus2006-02-071-0/+1
* delete some inlines which confuse gcc for very large interfacesMarcelo Matus2006-01-031-12/+3
* add support for more 'expressive' result values, which now can carry the old ...Marcelo Matus2005-12-271-17/+131
* add castmode in python and cleaning the castdispatch mechanismMarcelo Matus2005-12-231-3/+10
* changes to support cast ranking for dispatch and/or overloadingMarcelo Matus2005-12-231-0/+6
* add faster pair typemapMarcelo Matus2005-12-161-0/+1
* fix runtimes for subversionMarcelo Matus2005-12-071-0/+6
* add SWIGUNUSEDPARMMarcelo Matus2005-12-021-1/+1
* add owndata field to swig_type_info, so clientdata can be properly delete if ...Marcelo Matus2005-11-081-1/+7
* put the common error labels in a more public place, visible from java/C# and ...Marcelo Matus2005-10-191-18/+0
* massive typemap unificationMarcelo Matus2005-10-181-2/+34
* fix clientdata initialization, error detected when converter is null (protect...Marcelo Matus2005-09-101-10/+12
* following Bill's labels patch, we add swiglabels.swgMarcelo Matus2005-02-281-99/+76
* more fixes for security and warningsMarcelo Matus2005-02-261-3/+2
* more warning fixes, cosmetics, and uniformity changesMarcelo Matus2005-02-261-35/+30
* fix static/inline warning, add SWIGUNUSED attributeMarcelo Matus2005-02-221-5/+12
* Add __attribute__ ((unsued)) to runtime functions for gcc compilersJohn Lenz2005-02-011-0/+4
* - Improve the runtime type sytesmJohn Lenz2005-02-011-127/+173
* using the global runtime.swg instead of python/pyrunalias.swg. Now the same s...Marcelo Matus2004-11-211-4/+45
* Add simple PySwigObject to handle the C/C++ instance pointers,Marcelo Matus2004-11-191-6/+26
* allow to include the swig runtime code into external user librariesMarcelo Matus2004-11-181-0/+332