aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-12-16Update for Go 1.2 release. Add support for linking SWIG code directlyIan Lance Taylor
2013-12-16Revert template_nested_typemaps to what it was before nested mergeWilliam S Fulton
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-14Skip unsigned (long) long integer tests on OS X with guile 1.8Geert Janssens
2013-12-14Fix R unions seg faultWilliam S Fulton
2013-12-14Remove nested branch from Travis buildsWilliam 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-12Minor expansion of nested C structs testingWilliam S Fulton
2013-12-12Add check-c and check-cpp targets for running just C and C++ test casesWilliam 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-12Add CHANGES.current entry for previous commitOlly Betts
2013-12-12Bug fix (typo - "wchar" instead of "wchar_t")jleveque
2013-12-12Add CHANGES.current entry and minimal doc update for previous changeOlly Betts
2013-12-12Fix Examples/php/pointer to work with PHP 5.5Miklos Vajna
2013-12-12Fix compile warning on Linuxjleveque
2013-12-12Fix typosMichael Bunk
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-08More control on output from top level MakefileWilliam 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-04decltype fix on missing type infoWilliam S Fulton
2013-12-03C++11 alias templates seg fault fixWilliam S Fulton
2013-12-03Just a correction to the last commit changelog entry.Vadim Zeitlin
2013-12-03Add std_auto_ptr.i defining typemaps for returning std::auto_ptr<>.Vadim Zeitlin
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-12-02Testcase of private nested class usage causing segfaultWilliam S Fulton
2013-11-30C nested struct passed by value exampleWilliam S Fulton
2013-11-30Add in Travis testing for nested branchWilliam S Fulton
2013-11-30Add C++ nested class exampleWilliam S Fulton
2013-11-29Merge pull request #117 from kkaempf/ruby-strict-encodingKlaus Kämpf
2013-11-29Make string encoding expliticKlaus Kämpf
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-21Show date in Travis buildsWilliam S Fulton
2013-11-21Add support for C++11 noexcept specification in exception specificationsWilliam S Fulton
2013-11-21Fixes for c_delete and c_delete_function testsWilliam S Fulton