summaryrefslogtreecommitdiff
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
...
* Add support for the Go programming language.Ian Lance Taylor2010-06-107-1/+4833
* Fix uncompileable code when %rename results in two enum items with the same nameWilliam S Fulton2010-06-031-1/+1
* Fix constants wrapper warnings for visual c++William S Fulton2010-05-283-3/+3
* Fix potential name clashes with symbols in the Director classWilliam S Fulton2010-05-272-7/+7
* Add the ability for special variable macros to call other special variable ...William S Fulton2010-05-261-5/+12
* Fix segfault attempting illegal javaclassname and csclassname special variabl...William S Fulton2010-05-262-4/+8
* S_ISDIR is defined for mingw gcc but not visual c++William S Fulton2010-05-241-0/+2
* Fix #2408232. Improve shared_ptr and intrusive_ptr wrappers for classes in an...William S Fulton2010-05-223-15/+104
* Remove superfluous semicolons.Olly Betts2010-05-219-10/+10
* [PHP] Stop generating a bogus line of code in certain constructors.Olly Betts2010-05-211-6/+8
* Fix wrapping of C++ enum boolean values when using %javaconst(1)William S Fulton2010-05-141-0/+7
* Fix wrapping of C++ enum boolean valuesWilliam S Fulton2010-05-142-3/+10
* [PHP] Fix wrapping of global variables which was producingOlly Betts2010-05-141-2/+0
* Fix typo in comment.Olly Betts2010-05-141-1/+1
* Fix typo in example in comment.Olly Betts2010-05-121-1/+1
* add R garbage collection and newfreeJoseph Wang2010-05-121-4/+20
* Fix Octave C enums wrapping when the generated code is C++ compiledWilliam S Fulton2010-05-112-2/+7
* Apply patch #2955146 from Sergey Satskiy to fix expressions containing divide...William S Fulton2010-05-071-0/+4
* Fix typemap delete regression introduced in rev 11838William S Fulton2010-05-031-4/+4
* Typemap matching rules enhancement for non-default typemaps. Previously all q...William S Fulton2010-05-024-29/+84
* fix regression of Python constructor renaming introduced by py3k workHaoyu Bai2010-04-251-2/+3
* Apply Ubuntu patch to fix Ruby and std::vector wrappers with -minherit.William S Fulton2010-04-091-1/+5
* Apply patch #2952374 - fix Python directors and the -nortti option.William S Fulton2010-04-091-1/+1
* Fix some terminology used in C++ template partial specialization and new type...William S Fulton2010-04-094-22/+24
* Fix segfault when using Python's -threads options and exceptions are thrownWilliam S Fulton2010-04-082-21/+32
* more distclean fixesWilliam S Fulton2010-04-031-1/+1
* fixes for make distcleanWilliam S Fulton2010-04-031-0/+3
* remove old default SWIGTYPE reduction codeWilliam S Fulton2010-04-012-219/+1
* Remove some R debugging outputWilliam S Fulton2010-04-011-2/+2
* Change typemap matching rules for the default type (SWIGTYPE) to follow templ...William S Fulton2010-04-015-18/+210
* Fix nspace when no -namespace is used (for C#)William S Fulton2010-03-171-12/+9
* remove debug printoutWilliam S Fulton2010-03-161-1/+0
* Java/C# constants fix after last nspace commitWilliam S Fulton2010-03-132-2/+2
* Fix incorrect current directory handling from last commitWilliam S Fulton2010-03-131-27/+31
* Correct file and line number display for some error messages, these now also ...William S Fulton2010-03-135-24/+24
* Better handling of file paths containing multiple path separators. Fix recent...William S Fulton2010-03-132-15/+42
* Minor changes to error message for Java when -package is missing with nspaceWilliam S Fulton2010-03-131-5/+4
* minor ruby cleanupWilliam S Fulton2010-03-131-2/+2
* nspace fixes and adding in missing symbols in language symbol tables for Java...William S Fulton2010-03-133-25/+131
* add some missing nspace supportWilliam S Fulton2010-03-106-13/+13
* [allegrocl] Use fully qualified symbol name for cl::identityMikel Bancroft2010-03-101-6/+1
* remove duplicate special variable replacementWilliam S Fulton2010-03-102-35/+26
* Slightly efficiency improvements for packages/namespaces/William S Fulton2010-03-102-43/+45
* Minor tweaksWilliam S Fulton2010-03-102-12/+26
* Fixes for nspace and derived classesWilliam S Fulton2010-03-092-23/+33
* Windows portability fixesWilliam S Fulton2010-03-081-1/+5
* Add nspace feature for C# and add documentation on nspaceWilliam S Fulton2010-03-061-75/+184
* fix nspace error message for JavaWilliam S Fulton2010-03-061-2/+2
* DohDelete and DohCopy assertions called if not a DOH objectWilliam S Fulton2010-03-041-2/+14
* Add improved namespace support - the nspace feature, working for Java only at...William S Fulton2010-03-0419-253/+509