aboutsummaryrefslogtreecommitdiff
path: root/Source
AgeCommit message (Expand)Author
2014-01-12Resolve prefix when resolving typedefYann Diorcet
2014-01-11Remove -nonaturalvar and nonaturalvar option in %moduleWilliam S Fulton
2014-01-11%naturalvar feature fixes and documentationWilliam S Fulton
2014-01-10Work around gcc warning about function pointers conversions.Vadim Zeitlin
2014-01-06[Go] Fix bug that broke using directors from a thread not created by Go.Ian Lance Taylor
2014-01-03Add C++11 virtual specifier sequences (final and/or override on methods)William S Fulton
2013-12-26Merge pull request #123 from wkalinin/test2Vladimir Kalinin
2013-12-24Python import code beautifyWilliam S Fulton
2013-12-24Fixed SF bug #1297 (Python imports)Paweł Tomulik
2013-12-24additional check for template type, to handle constructors correctlyVladimir Kalinin
2013-12-23Error out attempting to use directors without -c++William S Fulton
2013-12-23Beautify director outputWilliam S Fulton
2013-12-23Merge branch 'perl5-directors-minimal' of https://github.com/talby-/swig into...William S Fulton
2013-12-20fixed enums & enum values language symbol table namespaceVladimir Kalinin
2013-12-19Make save_value non-copyableWilliam S Fulton
2013-12-19fixed %template within %extend, test addedVladimir Kalinin
2013-12-17Remove Go -longsize option.Ian Lance Taylor
2013-12-17[Go] Add -go-pkgpath option.Ian Lance Taylor
2013-12-17Language::addSymbol fix, to handle classes correctlyVladimir Kalinin
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-21Merge remote branch 'upstream/master' into perl5-directors-minimalRobert Stone
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