summaryrefslogtreecommitdiff
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* Apply patch #3248280 which adds better error messages when the incorrect numb...William S Fulton2011-03-291-1/+11
* Fix for a few affected target languages since last commit changed the way enu...William S Fulton2011-03-266-17/+18
* SF bug #3195112 - fix wrapping of enums that are type charWilliam S Fulton2011-03-263-17/+28
* Fix regression introduced in swig-2.0.2 where filenames with spaces were not ...William S Fulton2011-03-171-19/+22
* [D] Added -d2 switch to usage information.David Nadlinger2011-03-161-1/+2
* [D] Whitespace cleanup.David Nadlinger2011-03-161-38/+38
* Don't emit unused "fail" label.Ian Lance Taylor2011-03-161-1/+0
* [PHP] Fix handling of overloaded methods/functions where some Olly Betts2011-03-141-3/+6
* Remove redundant code highlighted by warnings in gcc-4.6William S Fulton2011-03-1425-157/+19
* [D] nspace support.David Nadlinger2011-03-131-137/+492
* [D] Removed "-noproxy" switch from usage text.David Nadlinger2011-03-131-2/+0
* [D] Avoid implicit cast warning when building for x86_64.David Nadlinger2011-03-131-3/+3
* Fix partial overloading warning messages appearingWilliam S Fulton2011-03-111-3/+6
* Fix SF #3194294 - corner case bug when 'NULL' is used as the default value fo...William S Fulton2011-03-091-1/+1
* Better consistency in usage displayWilliam S Fulton2011-03-0920-108/+127
* [PHP] Don't use zend_error_noreturn() for cases where the functionOlly Betts2011-03-071-3/+19
* Run make beautify on python.cxx to fix code style to match style on szager-bu...William S Fulton2011-03-031-180/+170
* Templated smart pointers overloaded with both const and non const operator-> ...William S Fulton2011-03-021-4/+10
* 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