summaryrefslogtreecommitdiff
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* Add %$isextendmember for %rename of members added via %extendWilliam S Fulton2014-02-181-5/+13
* Fix %$ismember %rename predicate for members added via %extendWilliam S Fulton2014-02-181-2/+5
* Typo in comment fixWilliam S Fulton2014-02-081-1/+1
* warnings suppressed for deeply nested classesVladimir Kalinin2014-02-071-9/+11
* warning filter fixedVladimir Kalinin2014-02-061-7/+4
* warnfilter fixedVladimir Kalinin2014-02-031-5/+12
* added forward declaration instead of ignored nested class (resurrected old code)Vladimir Kalinin2014-02-032-35/+91
* Nested classes support is diversified, depending on the language capability. ...Vladimir Kalinin2014-02-029-39/+60
* Fix gcc strict aliasing warnings with function pointers too.Vadim Zeitlin2014-02-013-8/+20
* [Go] Fix handling of C type "long" on 32-bit systems. It was brokenIan Lance Taylor2014-01-271-0/+3
* [Go] Add %go_import directive.Ian Lance Taylor2014-01-211-2/+43
* Remove debug output on 'Empty character constant' errorWilliam S Fulton2014-01-191-2/+0
* Resolve prefix when resolving typedefYann Diorcet2014-01-121-39/+54
* Remove -nonaturalvar and nonaturalvar option in %moduleWilliam S Fulton2014-01-112-6/+0
* %naturalvar feature fixes and documentationWilliam S Fulton2014-01-111-5/+18
* Work around gcc warning about function pointers conversions.Vadim Zeitlin2014-01-102-3/+3
* [Go] Fix bug that broke using directors from a thread not created by Go.Ian Lance Taylor2014-01-061-0/+2
* Add C++11 virtual specifier sequences (final and/or override on methods)William S Fulton2014-01-032-35/+66
* Merge pull request #123 from wkalinin/test2Vladimir Kalinin2013-12-264-30/+62
|\
| * additional check for template type, to handle constructors correctlyVladimir Kalinin2013-12-241-2/+2
| * fixed enums & enum values language symbol table namespaceVladimir Kalinin2013-12-204-30/+62
* | Python import code beautifyWilliam S Fulton2013-12-241-77/+60
* | Fixed SF bug #1297 (Python imports)Paweł Tomulik2013-12-241-30/+295
* | Error out attempting to use directors without -c++William S Fulton2013-12-231-0/+3
* | Beautify director outputWilliam S Fulton2013-12-232-13/+15
* | Merge branch 'perl5-directors-minimal' of https://github.com/talby-/swig into...William S Fulton2013-12-231-1/+753
|\ \
| * \ Merge remote branch 'upstream/master' into perl5-directors-minimalRobert Stone2013-11-213-32/+162
| |\ \
| * | | ran "beautify-file" make target over perl5.cxx patch hunks and rewrote callba...Robert Stone2013-11-141-227/+222
| * | | prefer polymorphism on existing destructor over custom destructor methodRobert Stone2013-11-141-7/+8
| * | | fix string mangled by tidyRobert Stone2013-11-131-2/+2
| * | | eliminate dead director code and convert remaining blocksRobert Stone2013-11-131-78/+24
| * | | steals python directors and adapts to perl5Robert Stone2013-11-121-1/+811
* | | | Make save_value non-copyableWilliam S Fulton2013-12-191-3/+6
| |_|/ |/| |
* | | fixed %template within %extend, test addedVladimir Kalinin2013-12-199-38/+41
* | | Remove Go -longsize option.Ian Lance Taylor2013-12-171-15/+1
* | | [Go] Add -go-pkgpath option.Ian Lance Taylor2013-12-171-17/+59
* | | Language::addSymbol fix, to handle classes correctlyVladimir Kalinin2013-12-171-6/+0
* | | Update for Go 1.2 release. Add support for linking SWIG code directlyIan Lance Taylor2013-12-161-178/+198
* | | properly disabled nested %template declared in other scopesVladimir Kalinin2013-12-161-4/+5
* | | fixed %template declared within class, next to template declarationVladimir Kalinin2013-12-161-1/+8
* | | Fix R unions seg faultWilliam S Fulton2013-12-141-1/+1
* | | Merge branch 'nested' - nested structs/classes supportWilliam S Fulton2013-12-1423-895/+1458
|\ \ \
| * | | Deprecation of the 'nestedworkaround' featureWilliam S Fulton2013-12-132-0/+5
| * | | Ensure -c++out is not used with -c++William S Fulton2013-12-128-14/+30
| * | | Add missing header to new source fileWilliam S Fulton2013-12-121-0/+13
| * | | Nested C class setters restored in c++out mode for OctaveWilliam S Fulton2013-12-122-3/+22
| * | | Merge branch 'nested' of https://github.com/swig/swig into nestedVladimir Kalinin2013-12-088-59/+58
| |\ \ \
| | * | | Fix template partial specialization detectionWilliam S Fulton2013-12-071-7/+3
| | * | | Minor tweaks in Swig_feature_setWilliam S Fulton2013-12-053-5/+3
| | * | | Swig_offset_string moved to misc.cWilliam S Fulton2013-12-055-47/+52