aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2013-10-12Lua: Fix void return for non-void functionsAtri
2013-10-12changes note for superclass not lispifyWilliam S Fulton
2013-10-12BUGFIX: superclass name not lispyNikhil Shetty
2013-10-12Add C++11 to changes fileWilliam S Fulton
2013-10-11Merge branch 'gsoc2009-matevz' into master - C++11 supportWilliam S Fulton
2013-10-11Minor cleanup prior to merging to masterWilliam S Fulton
2013-10-11Add naturalvar_more testcase runtime testWilliam S Fulton
2013-10-10Add gsoc2009-matevz for Travis testingWilliam S Fulton
2013-10-10Merge branch 'master' into gsoc2009-matevzWilliam S Fulton
2013-10-08C++11 testing moved to a configure optionWilliam 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-20Grab .travis.yml file from master to turn on Travis testingWilliam S Fulton
2013-09-20Document Java char **STRING_ARRAY typemap fixWilliam S Fulton