summaryrefslogtreecommitdiff
path: root/Source/Modules
Commit message (Expand)AuthorAgeFilesLines
* visual c++ warning fixesWilliam S Fulton2010-10-031-7/+7
* Apply patch #3066958 from Mikael Johansson to fix default smart pointer handl...William S Fulton2010-10-032-4/+9
* Add -pcreversion option to display PCRE version informationWilliam S Fulton2010-10-011-0/+7
* [Ruby] Avoid segfault when a method node has no parentNode (SF#3034054).Olly Betts2010-10-011-2/+9
* [Python] Improve error message given when a parameter of the wrongOlly Betts2010-09-271-1/+1
* Apply SF patch #3075150 - Java directors using static variables in named name...William S Fulton2010-09-251-2/+4
* Line/file reporting corrections for warnings: WARN_RUBY_MULTIPLE_INHERITANCE,...William S Fulton2010-09-213-3/+3
* File and line number corrections for warnings WARN_JAVA_MULTIPLE_INHERITANCE ...William S Fulton2010-09-203-25/+20
* Various inherited class warning/error line number fixesWilliam S Fulton2010-09-181-9/+8
* Expand the family of debug print functions for displaying DOH types. Provide ...William S Fulton2010-09-153-3/+121
* Fix undefined behaviourWilliam S Fulton2010-09-141-14/+0
* Fix undefined behaviour with Ruby and autodoc generationWilliam S Fulton2010-09-141-0/+14
* [PHP] Fix handling of OUTPUT typemaps (Patch from Ryan in SF#3058394).Olly Betts2010-09-081-1/+3
* Include the values of configurable options in `swig -version`.Vadim Zeitlin2010-07-221-1/+8
* Fix #3024875 - shared_ptr of classes with non-public destructors. This also f...William S Fulton2010-07-071-1/+1
* Use SWIG_PTR rather than literal "_cPtr".Olly Betts2010-06-251-1/+1
* The default visibility for methods is public, so don't specify that explicitlyOlly Betts2010-06-241-2/+9
* code style: fix inconsistent NULL pointer comparisonsWilliam S Fulton2010-06-1711-218/+215
* remove unnecessary NULL check before calling DeleteWilliam S Fulton2010-06-171-30/+10
* Remove the -rename option in the Go language support. Do a muchIan Lance Taylor2010-06-172-51/+195
* Set wrap:name attribute when generating a call to a method in a base class.Ian Lance Taylor2010-06-161-1/+2
* Remove comments about compiling file with gcc.Ian Lance Taylor2010-06-151-4/+0
* Rename "go" typemap to "gotype".Ian Lance Taylor2010-06-151-8/+8
* Use a single extern "C" around all the wrappers, not one per wrapper.Ian Lance Taylor2010-06-151-4/+7
* Minor comment fixWilliam S Fulton2010-06-141-9/+9
* make beautify-file fixes and other cosmeticsWilliam S Fulton2010-06-111-343/+154
* Syntactic sugar - go help display to conform to other help styleWilliam S Fulton2010-06-101-6/+6
* [PHP] Fix directors to correctly call a method with has aOlly Betts2010-06-101-1/+1
* Add support for the Go programming language.Ian Lance Taylor2010-06-106-1/+4832
* 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
* Fix segfault attempting illegal javaclassname and csclassname special variabl...William S Fulton2010-05-262-4/+8
* 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-217-8/+8
* [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-141-0/+7
* [PHP] Fix wrapping of global variables which was producingOlly Betts2010-05-141-2/+0
* 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
* 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 segfault when using Python's -threads options and exceptions are thrownWilliam S Fulton2010-04-082-21/+32
* 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-011-15/+19
* Fix nspace when no -namespace is used (for C#)William S Fulton2010-03-171-12/+9
* 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