aboutsummaryrefslogtreecommitdiff
path: root/Source
AgeCommit message (Expand)Author
2013-12-13Deprecation of the 'nestedworkaround' featureWilliam S Fulton
2013-12-12Ensure -c++out is not used with -c++William S Fulton
2013-12-12Add missing header to new source fileWilliam S Fulton
2013-12-12Nested C class setters restored in c++out mode for OctaveWilliam S Fulton
2013-12-08Merge branch 'nested' of https://github.com/swig/swig into nestedVladimir Kalinin
2013-12-08Classprefix fixed after private nested classesVladimir Kalinin
2013-12-07Fix template partial specialization detectionWilliam S Fulton
2013-12-05Minor tweaks in Swig_feature_setWilliam S Fulton
2013-12-05Swig_offset_string moved to misc.cWilliam S Fulton
2013-12-05nested private classes are discarded while parsingVladimir Kalinin
2013-12-04out-of-scope template definitions fixedVladimir Kalinin
2013-12-04fixed out-of-scope nested class definitions, added a testVladimir Kalinin
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-11-22Fix some cases of C++11 exception specifications on constructors with =defaul...William S Fulton
2013-11-21Add support for C++11 noexcept specification in exception specificationsWilliam S Fulton
2013-11-20Add support for parsing C++11 =delete and =defaultWilliam S Fulton
2013-11-09Merge branch 'master' of https://github.com/BrantKyser/swigWilliam S Fulton
2013-10-31Improve directorthrows patchWilliam S Fulton
2013-10-24More conventional variable naming in directorExceptHandlingWilliam S Fulton
2013-10-24directorthrows warning fixesWilliam S Fulton
2013-10-24director:except tweaks Recode whitespace handling, remove unnecessary commen...William S Fulton
2013-10-23Remove pointless code from Java director:except patchWilliam S Fulton
2013-10-23Minor improvements to Java director:except patchWilliam S Fulton
2013-10-23Code style conforming channges for Java director:except patchWilliam S Fulton
2013-10-22Add feature director:except for improved director exception handling in JavaMarvin Greenberg
2013-10-21Correct guile help for -Linkage.William S Fulton
2013-10-18Remove a couple of unused variable warnings in generated codeWilliam S Fulton
2013-10-17Remove using directives from the generated C# code and fully qualify the use ...Brant K. Kyser
2013-10-17Globablly qualify the use of types from the .NET framework's System namespace...Brant K. Kyser
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-12BUGFIX: superclass name not lispyNikhil Shetty
2013-10-11Minor cleanup prior to merging to masterWilliam S Fulton
2013-10-10Merge branch 'master' into gsoc2009-matevzWilliam S Fulton
2013-10-07Rename all C++0x to C++11 and cpp0x to cpp11William S Fulton
2013-10-05Remove incorrectly and newly introduced assertWilliam S Fulton
2013-10-04Fix %naturalvar and templated methods using enumsWilliam S Fulton
2013-10-01PHP directors - generate call_user_function on one lineWilliam S Fulton
2013-09-25Fix typosOlly Betts
2013-09-15Tweak 'make beautify-file'William S Fulton
2013-09-13Remove trailing spaces in the generated code.Sylvestre Ledru
2013-09-12Lua static member access improvements.Artem Serebriyskiy
2013-09-02Remove some Java references from C# moduleWilliam S Fulton
2013-08-30Include Lua error locus in SWIG error messagesMiles Bader
2013-08-29Skip the UTF-8 BOM of including files.William S Fulton
2013-08-28%implicitconv is improved for overloaded functions.William S Fulton
2013-08-24[Python] Fix clang++ warning in generated wrapper code.Olly Betts
2013-08-24Use offsetof() rather than icky homemade equivalentOlly Betts