aboutsummaryrefslogtreecommitdiff
path: root/Source
AgeCommit message (Expand)Author
2013-12-02Add a few more types for the code beautifierWilliam S Fulton
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
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-15Tweak 'make beautify-file'William S Fulton
2013-09-13Remove trailing spaces in the generated code.Sylvestre Ledru
2013-09-12Lua static member access improvements.Artem Serebriyskiy
2013-09-02Remove some Java references from C# moduleWilliam S Fulton
2013-08-30Include Lua error locus in SWIG error messagesMiles Bader
2013-08-29Skip the UTF-8 BOM of including files.William S Fulton
2013-08-28%implicitconv is improved for overloaded functions.William S Fulton
2013-08-24[Python] Fix clang++ warning in generated wrapper code.Olly Betts
2013-08-24Use offsetof() rather than icky homemade equivalentOlly Betts
2013-07-05Add %pythonbegin directive.William S Fulton
2013-07-02Fix comment typoOlly Betts
2013-07-01Fix a const_cast in generated code that was generating a <:: digraph when usi...William S Fulton
2013-06-13Octave: make texinfo strings static (internal linkage)Karl Wette
2013-06-04Fix comment typosOlly Betts
2013-05-23Fix the high passed to PyTuple_GetSlice in varargs wrappers.William S Fulton
2013-05-16Minor fixes after Coverity analysisWilliam S Fulton
2013-04-29Remove deprecated Guile options from help.William S Fulton
2013-04-28guile: emit warning when -gh or -scm option are usedGeert Janssens
2013-04-28Drop guilegh interfaceGeert Janssens
2013-04-28Fixes for warnings issued by clangWilliam S Fulton
2013-04-22Remove non-ascii characters at a comment line in d.cxx that trouble VC++Yung Lee
2013-04-19Tcl: change differently named constructors behaviour.William S Fulton
2013-04-18Document patch #33 from previous commit and complete run time testsWilliam S Fulton