aboutsummaryrefslogtreecommitdiff
path: root/Source/Swig
AgeCommit message (Expand)Author
2014-01-12Resolve prefix when resolving typedefYann Diorcet
2013-12-19fixed %template within %extend, test addedVladimir Kalinin
2013-12-14Merge branch 'nested' - nested structs/classes supportWilliam 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-12-12Fix a few typos in comments and docsOlly Betts
2013-12-05Minor tweaks in Swig_feature_setWilliam S Fulton
2013-12-05Swig_offset_string moved to misc.cWilliam S Fulton
2013-12-02Add a few more types for the code beautifierWilliam S Fulton
2013-11-29Minor code improvementsWilliam S Fulton
2013-11-29Cosmetics/code beautification of nested class supportWilliam S Fulton
2013-11-29Nested classes supportVladimir Kalinin
2013-10-17T_STRING is now const char * instead of char *William S Fulton
2013-10-15Add support for case conversion characters in regex substitutions.Vadim Zeitlin
2013-10-11Minor cleanup prior to merging to masterWilliam S Fulton
2013-10-10Merge branch 'master' into gsoc2009-matevzWilliam S Fulton
2013-09-13Remove trailing spaces in the generated code.Sylvestre Ledru
2013-08-29Skip the UTF-8 BOM of including files.William S Fulton
2013-06-04Fix comment typosOlly Betts
2013-04-18Document patch #33 from previous commit and complete run time testsWilliam S Fulton
2013-04-18Support $descriptor() macro in fragmentsJesus Lopez
2013-03-08More useless code removal as detected by scan-build (LLVM/Clang)William 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 SWIG's handling of qualified (e.g. const) variables of array typeKarl Wette
2013-02-19Fix qualifier parsing in SwigType_add_qualifier()Karl Wette
2013-02-18Use "(void)" instead of "()" when wrapping no-argument extension functions.Karl Wette
2013-02-08Add support for extern "C" thread_localWilliam S Fulton
2013-02-08Fixes detecting if a variable is extern when using 'extern thread_local'William S Fulton
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-21Cosmetic changes to previous (unicode literals) commitWilliam S Fulton
2013-01-21Fixes to previous (unicode literals) commitWilliam 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-12-16Fix garbage line number and empty file name reporting for some '}' or ')' err...William S Fulton
2012-11-26More consistent use of DOH namespaceWilliam S Fulton
2012-11-26const char * correctness fixes (in C code)William S Fulton
2012-11-24Distinguish between an "abstract" attribute on a class containing a list of a...William S Fulton
2012-11-18Fix Swig_file_extension when the path has a . and there is no extension in th...William S Fulton
2012-11-18Fix segfaults when using filename paths greater than 1024 characters in lengt...William S Fulton
2012-11-18Remove some possible buffer overflowsWilliam S Fulton
2012-11-18Suppress some unchecked return value warnings for CoverityWilliam S Fulton
2012-11-18Remove unnecessary non-null checkWilliam S Fulton
2012-11-18Fix possible null dereferencesWilliam S Fulton
2012-11-18Remove pointless null checkWilliam S Fulton