aboutsummaryrefslogtreecommitdiff
path: root/Source
AgeCommit message (Expand)Author
2013-12-16Update for Go 1.2 release. Add support for linking SWIG code directlyIan Lance Taylor
2013-12-16properly disabled nested %template declared in other scopesVladimir Kalinin
2013-12-16fixed %template declared within class, next to template declarationVladimir Kalinin
2013-12-14Fix R unions seg faultWilliam S Fulton
2013-12-14Merge branch 'nested' - nested structs/classes supportWilliam S Fulton
2013-12-13Add comment with SWIG file name in files generated for Go.Ian Lance Taylor
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-12Fix Examples/php/pointer to work with PHP 5.5Miklos Vajna
2013-12-12[PHP] The usage of $input in PHP directorout typemaps has beenOlly Betts
2013-12-12Fix a few typos in comments and docsOlly Betts
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-04decltype fix on missing type infoWilliam S Fulton
2013-12-03C++11 alias templates seg fault fixWilliam S Fulton
2013-12-04fixed out-of-scope nested class definitions, added a testVladimir Kalinin
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-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