aboutsummaryrefslogtreecommitdiff
path: root/Lib/swigrun.swg
AgeCommit message (Expand)Author
2013-09-13Remove trailing spaces in the generated code.Sylvestre Ledru
2013-03-04SWIG_TypeCompare was not working as commented - return values were 0,1 and no...William S Fulton
2013-02-26Macro expansion to self assign is effectively ignored.Michel Zou
2013-02-25MOdified only no-cast-rank version of SWIG_AddCast.Michel Zou
2013-02-25Revert "Fixed #1300 clang warning in SWIG_Python_ConvertPtrAndOwn."Michel Zou
2013-02-22Fixed #1300 clang warning in SWIG_Python_ConvertPtrAndOwn.Michel Zou
2010-06-20Fix typo in commentOlly Betts
2008-12-06remove SWIG_TypeCheck_Template so that the code within it is debuggableWilliam S Fulton
2008-02-10Bump SWIG_RUNTIME_VERSION due to change in the conversion functions, ie chang...William S Fulton
2008-02-09Complete the Python support for shared_ptr mainly for derived classes. This i...William S Fulton
2008-01-12minor typo in commentWilliam S Fulton
2007-10-23VC++ warning fixWilliam S Fulton
2006-07-15Increment SWIG_RUNTIME_VERSION to 3, because of addition of owndataJohn Lenz
2006-03-07cosmeticsWilliam S Fulton
2006-02-18fix warning reported by Nitro in VC7Marcelo Matus
2006-02-07simplify output via macro SWIG_ArgErrorMarcelo Matus
2006-01-03delete some inlines which confuse gcc for very large interfacesMarcelo Matus
2005-12-27add support for more 'expressive' result values, which now can carry the old ...Marcelo Matus
2005-12-23add castmode in python and cleaning the castdispatch mechanismMarcelo Matus
2005-12-23changes to support cast ranking for dispatch and/or overloadingMarcelo Matus
2005-12-16add faster pair typemapMarcelo Matus
2005-12-07fix runtimes for subversionMarcelo Matus
2005-12-02add SWIGUNUSEDPARMMarcelo Matus
2005-11-08add owndata field to swig_type_info, so clientdata can be properly delete if ...Marcelo Matus
2005-10-19put the common error labels in a more public place, visible from java/C# and ...Marcelo Matus
2005-10-18massive typemap unificationMarcelo Matus
2005-09-10fix clientdata initialization, error detected when converter is null (protect...Marcelo Matus
2005-02-28following Bill's labels patch, we add swiglabels.swgMarcelo Matus
2005-02-26more fixes for security and warningsMarcelo Matus
2005-02-26more warning fixes, cosmetics, and uniformity changesMarcelo Matus
2005-02-22fix static/inline warning, add SWIGUNUSED attributeMarcelo Matus
2005-02-01Add __attribute__ ((unsued)) to runtime functions for gcc compilersJohn Lenz
2005-02-01- Improve the runtime type sytesmJohn Lenz
2004-11-21using the global runtime.swg instead of python/pyrunalias.swg. Now the same s...Marcelo Matus
2004-11-19Add simple PySwigObject to handle the C/C++ instance pointers,Marcelo Matus
2004-11-18allow to include the swig runtime code into external user librariesMarcelo Matus