aboutsummaryrefslogtreecommitdiff
path: root/Source
AgeCommit message (Expand)Author
2013-10-17Globablly qualify the use of types from the .NET framework's System namespace...Brant K. Kyser
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
2013-04-18Support $descriptor() macro in fragmentsJesus Lopez
2013-04-18Fix syntax error when preprocessor macros are defined inside of enum listsWilliam S Fulton
2013-04-17Octave: fix bugs in output of cleanup codeKarl Wette
2013-04-17Cosmetic tidyup in smartptr feature code and document smartptr fix in previou...William S Fulton
2013-04-17Add check for smart pointer type in generated code for director connection. T...Brant K. Kyser
2013-04-15Add -MP option for generating phony targets for all dependenciesKarl Wette
2013-04-14Use ZVAL_STRINGL instead of ZVAL_STRING to set funcname as we know the length...Olly Betts
2013-04-14Removed unused Printf parameterOlly Betts
2013-03-19Fix seg fault in SWIG using directors when class and virtual method names are...William S Fulton
2013-03-19Add ability to suppress some director warnings by their method name, not just...William S Fulton
2013-03-09Minor fix to Octave autodoc generation for functions returning structsKarl Wette
2013-03-08More useless code removal as detected by scan-build (LLVM/Clang)William S Fulton
2013-03-08Fix some useless code detected by scan-build (LLVM/Clang)Sylvestre Ledru
2013-02-21Cosmetic changes in SwigType_add_qualifierWilliam S Fulton
2013-02-19Fix SWIG's handling of qualified (e.g. const) variables of array typeKarl Wette
2013-02-19Fix qualifier parsing in SwigType_add_qualifier()Karl Wette
2013-02-18Fix C code where a typedef name was used for constructor and destructor names...William S Fulton