summaryrefslogtreecommitdiff
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #207 from johan-hake/johanhake/fix-206-swig-relative-importWilliam S Fulton2014-09-301-0/+1
|\
| * Small fixes to the relative import fix.Johan Hake2014-09-291-1/+1
| * Fix bug 206 where package information for relative in single file import is n...Johan Hake2014-08-251-0/+1
* | [Go] Adjust generated code to work with upcoming Go 1.4 release.Ian Lance Taylor2014-09-251-130/+140
* | Fix one case where we test goout rather than has_goout. The effectIan Lance Taylor2014-09-121-1/+1
* | [PHP] Add support for specifying any PHP interfaces a wrapped classOlly Betts2014-09-121-0/+11
* | Make sure to give all parameters a local before adding all the newIan Lance Taylor2014-09-101-5/+12
* | [Go] Add goargout typemap.Ian Lance Taylor2014-09-091-39/+129
* | [Go] Add imtype, goin, goout, godirectorin, and godirectoroutIan Lance Taylor2014-09-051-97/+344
* | Additional fixes for #218.Olly Betts2014-09-021-2/+6
* | [Python] Fix regression in indentation of python code produced with -modern,Olly Betts2014-09-021-10/+12
* | Issue an error for unknown SWIG preprocessor directives, ratherOlly Betts2014-09-011-0/+2
* | PHP: Fix memory leak if a director method is passed Null for selfOlly Betts2014-08-291-3/+3
* | apply SF Patch #350 and add testcaseRobert Stone2014-08-151-9/+9
|/
* Tweak generated C# .cs files headerWilliam S Fulton2014-08-041-1/+2
* Changed CSharp license header to include auto-generated tag so that StyleCop ...gpetrou2014-08-021-3/+4
* [Go] Change struct definition to use void *, not uint8, soIan Lance Taylor2014-07-141-2/+2
* Fix expansion of the $parentclassname special variableWilliam S Fulton2014-07-011-1/+1
* Merge pull request #188 from jschueller/python_pep8Olly Betts2014-06-101-55/+54
|\
| * Fixed remaining pep8 errorsJulien Schueller2014-06-071-11/+11
| * Fixed another E231Julien Schueller2014-06-061-2/+2
| * Fixed some pep8 issues E701Julien Schueller2014-06-061-6/+6
| * Fixed some pep8 issues E302Julien Schueller2014-06-061-12/+12
| * Fixed pep8 issues E701, E203, E231, E261Julien Schueller2014-06-061-34/+33
| * Use 4 spaces in emitFunctionShadowHelper for pythonJulien Schueller2014-06-051-6/+6
* | Fix function naming conflict with class overloads.Jason Turner2014-06-061-3/+12
|/
* Merge branch 'wkalinin-csymbols-2' - %extend and nested structsWilliam S Fulton2014-06-021-6/+8
|\
| * %extend symbols for nested structs get into a wrong C symbol tableVladimir Kalinin2014-05-281-6/+8
* | Fix bug in DohNewStringWithSize(): guarantee string is nul-terminatedKarl Wette2014-06-011-0/+1
* | Octave: remove deprecated -global/-noglobal command-line argumentsKarl Wette2014-05-291-7/+0
* | Octave: whitespace/indentation cleanup of octave.cxxKarl Wette2014-05-291-341/+341
|/
* Warning fixes compiling with Visual StudioWilliam S Fulton2014-05-271-13/+13
* Create separate extetnd.c file for handling extensions / %extendWilliam S Fulton2014-05-218-157/+204
* Merge branch 'wkalinin-csymbols-1'William S Fulton2014-05-204-11/+20
|\
| * obscure case workaround in std::set wrapper, where ignored type still need to...Vladimir Kalinin2014-05-191-3/+3
| * global unnamed structures ignoredVladimir Kalinin2014-05-152-1/+9
| * test added for nested unnamed C struct %extendVladimir Kalinin2014-05-141-2/+0
| * %extend for nested unnamed C structsVladimir Kalinin2014-05-143-9/+12
* | Javascript: preparations for using Language::getNSpace().Oliver Buchtala2014-05-191-2/+22
|/
* C nested classes symbol table should be in global spaceVladimir Kalinin2014-05-101-0/+3
* Whitespace cleanup of all Makefiles*Karl Wette2014-05-021-3/+2
* Javascript cosmetic changesWilliam S Fulton2014-05-011-5/+1
* Merge branch 'master' into javascriptWilliam S Fulton2014-05-0128-179/+243
|\
| * [PHP] The generated __isset() method now returns true for read-only properties.Olly Betts2014-05-011-21/+22
| * Eliminate needless casting away const from string constantsOlly Betts2014-04-3026-50/+50
| * Fix typosOlly Betts2014-04-292-10/+10
| * Merge pull request #160 from v-for-vandal/issue_157Olly Betts2014-04-281-2/+27
| |\
| | * Fixed errors from previous commit.Artem Serebriyskiy2014-04-231-1/+1
| | * Fixing unused variable warningsArtem Serebriyskiy2014-04-161-2/+27
| * | Remove unused variableWilliam S Fulton2014-04-221-1/+0
| |/