summaryrefslogtreecommitdiff
path: root/Source
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-034-12/+42
* Add -pcreversion option to display PCRE version informationWilliam S Fulton2010-10-013-0/+16
* [Ruby] Avoid segfault when a method node has no parentNode (SF#3034054).Olly Betts2010-10-011-2/+9
* Allocate warnings 700-799 for languages modules. Note 900-999 was and is docu...William S Fulton2010-09-271-3/+7
* [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
* Move Swig_locator from scanner.c to cscanner.c. Fix file and line error/warni...William S Fulton2010-09-243-109/+151
* 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-183-28/+35
* Expand the family of debug print functions for displaying DOH types. Provide ...William S Fulton2010-09-159-15/+208
* Fix undefined behaviourWilliam S Fulton2010-09-141-14/+0
* Fix/Workaround unexpected call to Hash_str() when running make director_prote...William S Fulton2010-09-141-4/+4
* Fix undefined behaviour with Ruby and autodoc generationWilliam S Fulton2010-09-141-0/+14
* Fix correct line number reporting in errors/warnings when a macro definition ...William S Fulton2010-09-111-1/+0
* Fix incorrect line number reporting in errors/warnings after parsing macro in...William S Fulton2010-09-101-0/+7
* Fix #2149523 - Incorrect line number reporting in errors after parsing macros...William S Fulton2010-09-102-7/+6
* [PHP] Fix handling of OUTPUT typemaps (Patch from Ryan in SF#3058394).Olly Betts2010-09-081-1/+3
* Fix line numbering for 'Unterminated call invoking macro' errorWilliam S Fulton2010-09-061-8/+9
* Fix erroneous line numbers in argument count error messages for macro expansionsWilliam S Fulton2010-09-031-3/+3
* Fix line numbers in error and warning messages for preprocessor messages with...William S Fulton2010-09-031-2/+1
* Fix line numbers in error and warning messages which were accumulately one le...William S Fulton2010-09-032-6/+9
* Fix __LINE__ and __FILE__ expansion in macros with no argumentsWilliam S Fulton2010-09-011-6/+10
* Fix line number and file name reporting for some macro preprocessor warnings.William S Fulton2010-08-291-6/+6
* Fix some more instances of __LINE__ and __FILE__ numberingWilliam S Fulton2010-08-291-7/+5
* Fix __LINE__ and __FILE__ expansion. Mostly this did not work at all.William S Fulton2010-08-261-12/+36
* Fix bug in applying regex replacement to non-matching strings.Vadim Zeitlin2010-08-141-2/+11
* Minor comment changes and html changesWilliam S Fulton2010-07-231-1/+1
* Include the values of configurable options in `swig -version`.Vadim Zeitlin2010-07-221-1/+8
* Remove old experimental rxspencer encoder and rxsmatch function.Vadim Zeitlin2010-07-222-160/+3
* Add support for "[not]regexmatch" and "regextarget" to %rename.Vadim Zeitlin2010-07-221-3/+58
* Add support for regex encoder for %rename.Vadim Zeitlin2010-07-221-0/+106
* Make argument of DohWrite() const.Vadim Zeitlin2010-07-225-5/+5
* Fix wrapping of function pointers and member function pointers when the funct...William S Fulton2010-07-161-4/+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
* Fix comment typo.Olly Betts2010-06-211-1/+1
* code style: fix inconsistent NULL pointer comparisonsWilliam S Fulton2010-06-1712-219/+216
* 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-173-51/+198
* 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-112-344/+155
* 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