aboutsummaryrefslogtreecommitdiff
path: root/Source/Swig/typeobj.c
AgeCommit message (Expand)Author
2024-04-11Update to v4.2.1HEADmastermainAlistair Delva
2017-09-20Workaround spurious gcc warning [-Woverlength]William S Fulton
2017-08-30Improve ref-qualifier implementationWilliam S Fulton
2017-08-30Fix support for member const function pointer variablesWilliam S Fulton
2015-07-03Warning fixes for 64bit visual c++ on WindowsWilliam S Fulton
2014-02-23Fix assorted comment and documentation typosOlly Betts
2013-10-10Merge branch 'master' into gsoc2009-matevzWilliam S Fulton
2013-03-08Fix some useless code detected by scan-build (LLVM/Clang)Sylvestre Ledru
2013-02-21Cosmetic changes in SwigType_add_qualifierWilliam S Fulton
2013-02-19Fix qualifier parsing in SwigType_add_qualifier()Karl Wette
2013-01-28Merge branch 'master' into gsoc2009-matevzWilliam S Fulton
2013-01-12Remove cvs/svn Id stringsWilliam S Fulton
2012-11-18Remove some possible buffer overflowsWilliam S Fulton
2012-11-16Consider strchr failing in a few placesWilliam S Fulton
2011-06-20Fix incorrect typemaps being used for a symbol within a templated typeWilliam S Fulton
2010-12-15constify SwigType * in many placesWilliam S Fulton
2010-07-20merge revisions 11877-12162 from trunk to gsoc2009-matevzWilliam S Fulton
2010-07-20merge revisions 11243-11872 from trunk to gsoc2009-matevzWilliam S Fulton
2010-07-18Improved C++0x rvalue reference implementation differentiating lvalue and rva...William S Fulton
2010-05-02Typemap matching rules enhancement for non-default typemaps. Previously all q...William S Fulton
2010-04-01Change typemap matching rules for the default type (SWIGTYPE) to follow templ...William S Fulton
2010-03-06merge revisions 11872:11876 from trunk to gsoc2009-matevz branch - license ch...William S Fulton
2010-02-27SWIG license change - Source moves to GPLv3William S Fulton
2010-01-29Remove unnecessary duplicate typemap lookupWilliam S Fulton
2010-01-28Add another example for clarification in SwigType_templateprefix()William S Fulton
2010-01-04Add typemaps used debugging option (-debug-tmused). Fix missing file/line num...William S Fulton
2009-01-24Replaced all [const] String_or_char * to const_String_or_char_ptr, by the fol...Haoyu Bai
2008-06-21Remove some vc++ /W4 warningsWilliam S Fulton
2008-02-27Add some generic function pointer supportWilliam S Fulton
2008-02-13Alter SwigType_parmlist to return an empty list if there are no parameters, r...William S Fulton
2007-12-16Add some comments. Add extra assertions in SwigType_parmlistWilliam S Fulton
2007-10-08Fix many instances of "delimeter" to "delimiter".Olly Betts
2007-09-19Ensure the premature garbage collection prevention parameter (pgcpp) is gener...William S Fulton
2007-01-03Eliminated use of swigkeys.h/.c files.Dave Beazley
2006-12-05Changed Header keyword to Id for SVNDave Beazley
2006-11-01beautify/format source code with gnu indentWilliam S Fulton
2006-05-14Fix more typos!Olly Betts
2006-03-20fix template + enum issue reported by James BiglerMarcelo Matus
2006-03-06Common template for head of each file detailing licence, distribution and aut...William S Fulton
2006-02-24 fix bug #1060789Marcelo Matus
2006-01-06remove unneeded CharMarcelo Matus
2006-01-06fix SwigType_templateprefix + operator <Marcelo Matus
2006-01-03more swigkey unificationMarcelo Matus
2005-11-29remove many memory leaks and cleanupMarcelo Matus
2005-11-28add NewStringEmpty, use more StringEuqual and less StrcmpMarcelo Matus
2005-11-28use direct methods for string, hash and avoid Strstr/StrnstrMarcelo Matus
2005-11-27several clean/speed upsMarcelo Matus
2005-10-31all the SwigType_add/delete methods now return the pointer of the modified ty...Marcelo Matus
2004-12-16fixes for templates and template default args, cosmetics, and other fixes for...Marcelo Matus
2004-10-04code comment addedWilliam S Fulton