aboutsummaryrefslogtreecommitdiff
path: root/Source/Swig/cwrap.c
AgeCommit message (Expand)Author
2024-04-11Update to v4.2.1HEADmastermainAlistair Delva
2017-08-30Add unignore for rvalue ref-qualifiersWilliam S Fulton
2017-08-13Fix various comment and documentation typosOlly Betts
2014-12-18Partial support for %constant and structsWilliam S Fulton
2014-07-01Fix expansion of the $parentclassname special variableWilliam S Fulton
2014-04-30Eliminate needless casting away const from string constantsOlly Betts
2014-03-13fixes for director class naming when nested classes are usedVladimir Kalinin
2014-03-06Fix std::map and smart pointers.William S Fulton
2013-12-12Ensure -c++out is not used with -c++William S Fulton
2013-12-12Nested C class setters restored in c++out mode for OctaveWilliam S Fulton
2013-10-10Merge branch 'master' into gsoc2009-matevzWilliam S Fulton
2013-02-18Use "(void)" instead of "()" when wrapping no-argument extension functions.Karl Wette
2013-02-08Add support for thread_local when specified with other legitimate storage cla...William S Fulton
2013-01-28Merge branch 'master' into gsoc2009-matevzWilliam S Fulton
2013-01-24Fix generated code for rvalue references by converting functions returning an...William S Fulton
2013-01-21Unicode literalsVladimir Kalinin
2013-01-12Remove cvs/svn Id stringsWilliam S Fulton
2013-01-08Use NSPACE_SEPARATOR rather than liter string for package seperator.Brant K. Kyser
2013-01-05Remove extra underscore from generated director names to maintain prevent bre...Brant K. Kyser
2013-01-03Qualify generated SwigDirector class names with namespacesBrant K. Kyser
2012-11-24Distinguish between an "abstract" attribute on a class containing a list of a...William S Fulton
2012-10-11Support special variable expansion in %extend.William S Fulton
2011-10-30Remove numerous hard coded 'result' variable name in generated c/c++ wrappers...William S Fulton
2011-08-23Fix %newobject when used in conjunction with %feature(ref). The code from the...William S Fulton
2011-03-14Remove redundant code highlighted by warnings in gcc-4.6William S Fulton
2011-03-02Templated smart pointers overloaded with both const and non const operator-> ...William S Fulton
2010-10-19Fix typo "the the" -> "the"Olly Betts
2010-10-03Apply patch #3066958 from Mikael Johansson to fix default smart pointer handl...William 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-06-21Fix comment typo.Olly Betts
2010-03-06merge revisions 11872:11876 from trunk to gsoc2009-matevz branch - license ch...William S Fulton
2010-03-04Add improved namespace support - the nspace feature, working for Java only at...William S Fulton
2010-02-27SWIG license change - Source moves to GPLv3William S Fulton
2010-01-04Add typemaps used debugging option (-debug-tmused). Fix missing file/line num...William S Fulton
2009-12-02Revert support for %extend and memberin typemaps added in swig-1.3.39. The me...William S Fulton
2009-06-24Fixes for compactdefaultargs and pass by value where the class being passed b...William S Fulton
2009-02-13Add support for %extend and memberin typemapsWilliam S Fulton
2009-02-12remove unnecessary temporary variable when wrapping return by referenceWilliam S Fulton
2009-01-31const / non-const warning fixWilliam S Fulton
2009-01-30Fix broken caused by mergeHaoyu Bai
2009-01-30Merged revisions 11085-11086,11088-11089 via svnmerge from Haoyu Bai
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-05-01enforce consistency in wrap:action wrt line spacingWilliam S Fulton
2008-04-20Add allprotected mode for wrapping protected members when using directorsWilliam S Fulton
2008-03-12Fix bug #1878285 - unnecessary cast for C struct creation wrappers.William S Fulton
2007-01-10API cleanup (Parms)Dave Beazley
2007-01-03Eliminated use of swigkeys.h/.c files.Dave Beazley