summaryrefslogtreecommitdiff
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary header, which bizarrely broke the mingw build on linuxv2.0.2rel-2.0.2William S Fulton2011-02-201-1/+0
* Fix potential name clash in director classWilliam S Fulton2011-02-201-4/+4
* For Go: Recognize the SWIG varargs type.Ian Lance Taylor2011-02-201-0/+2
* For Go: Fix handling of INPUT variables when using typemaps.i. ThisIan Lance Taylor2011-02-201-1/+29
* Fix new varargs_overload test for Go.Ian Lance Taylor2011-02-201-1/+2
* Fix handling of protected methods in Go when using directors.Ian Lance Taylor2011-02-201-22/+39
* Adjust for the elimination of the "float" and "complex" types.Ian Lance Taylor2011-02-191-4/+3
* [PHP] Address bug in PHP on some platforms/architectures whichOlly Betts2011-02-191-3/+9
* Fix #3184549 - vararg functions and function overloading when using the -fast...William S Fulton2011-02-181-24/+9
* [PHP] An overloaded method which can return an object or aOlly Betts2011-02-181-1/+6
* Change preprocessing error for tokens appearing after #else and #end to warni...William S Fulton2011-02-172-4/+5
* Preprocessing now errors out if extra tokens appear after #else and #end. Add...William S Fulton2011-02-161-29/+62
* Apply patch #3171793 from szager - protected director methods failing when -f...William S Fulton2011-02-131-1/+1
* Fix Fix #1927852 - #include directives don't preprocess the file passed to itWilliam S Fulton2011-02-131-7/+22
* Fix preprocessor breakages introduced in rev 12441 which was fixing defined()...William S Fulton2011-02-121-68/+101
* Fix #1940536, overactive preprocessor which was expanding defined(...) outsid...William S Fulton2011-02-071-4/+10
* SF #3127633 Fix infinite loop in recursive typedef resolution.William S Fulton2011-02-051-1/+6
* R - SF #3168676 Fix %rename not working for member variables and methods. Add...William S Fulton2011-02-041-1/+1
* [PHP] SF #3166423 Recent PHP versions no longer define zend_error_noreturn - ...William S Fulton2011-02-041-3/+3
* [clisp] SF #3148200 Fix segfault parsing nested unions.William S Fulton2011-02-041-7/+9
* Any 'using' statements in the protected section of a class were previously ig...William S Fulton2011-02-014-17/+40
* [D] Tiny typo fix.David Nadlinger2011-01-291-1/+1
* New warning when the smartptr feature is missing in some classes in an inheri...William S Fulton2011-01-172-0/+6
* Update to support current Go releases.Ian Lance Taylor2011-01-111-21/+14
* [D] Fixed a bug in the loop breaking code for directors leading to a supercla...David Nadlinger2011-01-081-4/+13
* Use htmldoc's new --overflow option and fix overflow warnings in the pdf docu...William S Fulton2011-01-081-2/+2
* [C#, D, Java] Check for collision of parameter names with target language key...David Nadlinger2010-12-303-16/+14
* Some more constness added to DOH and code comment consistency changesWilliam S Fulton2010-12-234-39/+39
* Fix special variable not being expanded for csvarin typemaps when used for g...William S Fulton2010-12-231-0/+1
* Remove accidental commit of CHANGES.currentWilliam S Fulton2010-12-151-0/+148
* constify SwigType * in many placesWilliam S Fulton2010-12-158-104/+101
* Use a SwigType instead of String where expected including call to SwigType_ma...William S Fulton2010-12-151-27/+18
* Fix expansion in array typemapsWilliam S Fulton2010-12-141-8/+8
* function prototype in comment fixWilliam S Fulton2010-12-081-1/+1
* Remove bad usage of a String rather than SwigType for D directorsWilliam S Fulton2010-12-071-23/+7
* Remove bad usage of a String rather than SwigType for csharp directorsWilliam S Fulton2010-12-071-20/+5
* Fix #3127394 - use of network paths on Windows/MSys.William S Fulton2010-12-061-5/+13
* Corrections to calls to SwigType_manglestr to use a genuine SwigTypeWilliam S Fulton2010-11-294-8/+5
* [D] Replaced the term "wrap D module" with "intermediary D module" (including...David Nadlinger2010-11-282-213/+212
* [D] Refer to the built-in Exception class using its fully-qualified name.David Nadlinger2010-11-271-1/+1
* Incorrect mangling leading to some cast errors in the Go director destructorsWilliam S Fulton2010-11-261-1/+1
* Fix mangling of PHP constructor wrapper when types use global scope or typedefsWilliam S Fulton2010-11-251-3/+2
* portability fixWilliam S Fulton2010-11-251-1/+2
* [D] Use __cdecl instead of __stdcall on Windows as well to avoid special casing.David Nadlinger2010-11-221-5/+5
* [D] Renamed the "dnativeconst" feature to "dmanifestconst".David Nadlinger2010-11-181-6/+6
* Added support for the D programming languge.David Nadlinger2010-11-184-2/+4381
* Ignore non-matching regex renames when searching renames list.Vadim Zeitlin2010-11-161-1/+7
* Use rename list and not hash for renames with regextarget attribute.Vadim Zeitlin2010-11-161-1/+1
* Update for recent runtime name changes (a better mechanism is clearlyIan Lance Taylor2010-11-121-3/+3
* typo fix in help messageWilliam S Fulton2010-11-111-1/+1