aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2013-11-20Correct html referencesWilliam S Fulton
2013-11-20Add support for parsing C++11 =delete and =defaultWilliam S Fulton
2013-11-16Merge pull request #105 from talby-/perl-v5.6-compatWilliam S Fulton
2013-11-14fix "long long" tests for perl v5.6Robert Stone
2013-11-11Add array function PHP keywordsWilliam S Fulton
2013-11-09enum_plus testcase was never been runWilliam S Fulton
2013-11-09Remove Lua specifics from keyword_rename testcaseWilliam S Fulton
2013-11-09Add runfile to check for correct compatibility name generationArtem Serebriyskiy
2013-11-09Tests for arrays and global varsArtem Serebriyskiy
2013-11-09Tests for enum/consts old-style bindings and for static const char; bindingsArtem Serebriyskiy
2013-11-09More testsArtem Serebriyskiy
2013-11-09Style patchesArtem Serebriyskiy
2013-11-09More testsArtem Serebriyskiy
2013-11-09First banch of testsArtem Serebriyskiy
2013-11-09Update changes file with previous commit dropping .NET 1.1 supportWilliam S Fulton
2013-11-09Merge branch 'master' of https://github.com/BrantKyser/swigWilliam S Fulton
2013-11-07Documentation edit for the director:except feature and directorthrows typemapWilliam S Fulton
2013-11-07Changes file for recent director improvementsWilliam S Fulton
2013-11-07Rework the director.swg changes for director exception handlingWilliam S Fulton
2013-11-07Cosmetics/code style conformance in newly added Java director exception handlingWilliam S Fulton
2013-11-07java_director_exception_feature_nspace test case changesWilliam 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-22Correct spelling of compatibility.Brant K. Kyser
2013-10-22Update documentation to reflect fully qualifying the use of .NET types in the...Brant K. Kyser
2013-10-21Correct guile help for -Linkage.William S Fulton
2013-10-21Add support for SWIG2_CSHARP macro to create SWIG 2 backwards compatability m...Brant K. Kyser
2013-10-18Remove a couple of unused variable warnings in generated codeWilliam S Fulton
2013-10-18Fix some gcc -Wall unused warnings in the Ruby wrappersWilliam S Fulton
2013-10-18Fix gcc -Waddress warning in variables examplesWilliam S Fulton
2013-10-18Fix unused variable warning in Ruby wrappers when using gcc -WallWilliam S Fulton
2013-10-17Fix Visual Studio compile error in C++ wrappers due to #include <exception> w...William S Fulton
2013-10-17Remove using directives from the generated C# code and fully qualify the use ...Brant K. Kyser
2013-10-17Since SWIG 3.0 removes support for .NET 1.1, cleanup the C# library by removi...Brant K. Kyser
2013-10-17Add missing #include <stddef.h> for offsetof when using -builtin.William S Fulton
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 test case to demonstrate the name collision that occurs in the generated ...Brant K. Kyser
2013-10-15Add support for case conversion characters in regex substitutions.Vadim Zeitlin
2013-10-12Add change note for missing Lua return statementsWilliam S Fulton