summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* test case fixv2.0.3rel-2.0.3William S Fulton2011-03-291-3/+3
* Add swig-2.0.3 release date and summaryWilliam S Fulton2011-03-295-4/+8
* Apply patch #3239076 from Marie White fixing strings for R >= 2.7.0William S Fulton2011-03-292-3/+6
* Apply patch #3248280 which adds better error messages when the incorrect numb...William S Fulton2011-03-292-1/+15
* Apply patch 3224663 for Tcl - NULL value fixes and performance improvements f...William S Fulton2011-03-296-8/+64
* Cosmetic improvements in generated codeWilliam S Fulton2011-03-261-2/+2
* 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-2612-19/+239
* Allow setting PCRE_{CFLAGS,LIBS} when building SWIG with PCRE.Vadim Zeitlin2011-03-203-51/+81
* Add missing headers in generated STL wrappers to fix compilation with gcc-4.6William S Fulton2011-03-182-1/+5
* Fix regression introduced in swig-2.0.2 where filenames with spaces were not ...William S Fulton2011-03-178-19/+69
* [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
* Treat None as a Python keywordWilliam S Fulton2011-03-161-1/+2
* Fix overloading when using const char[] and char[ANY] and const char[ANY]William S Fulton2011-03-152-2/+6
* Apply patch #3212624 fixing std::map Keys property.William S Fulton2011-03-153-1/+12
* [PHP] Fix handling of overloaded methods/functions where some Olly Betts2011-03-144-3/+24
* Simplify test-suite/overload_return_type.i (checked that it still fails beforeOlly Betts2011-03-142-9/+12
* Fix comment typoOlly Betts2011-03-141-1/+1
* Remove redundant code highlighted by warnings in gcc-4.6William S Fulton2011-03-1425-157/+19
* Mention D nspace support in CHANGES.current.David Nadlinger2011-03-131-0/+3
* [D] nspace support.David Nadlinger2011-03-1313-164/+757
* [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
* [D] std.algorithm.indexOf() was deprecated, use countUntil() instead.David Nadlinger2011-03-131-2/+2
* linker fix for smart_pointer_template_const_overload testcaseWilliam S Fulton2011-03-131-1/+3
* gcc-4.5 warning fixWilliam S Fulton2011-03-121-2/+10
* [PHP] Fix sharing of type information between multiple SWIG-wrapped modules (...Olly Betts2011-03-122-1/+5
* Fix partial overloading warning messages appearingWilliam S Fulton2011-03-114-3/+32
* Fix SF #3194294 - corner case bug when 'NULL' is used as the default value fo...William S Fulton2011-03-095-1/+33
* Better consistency in usage displayWilliam S Fulton2011-03-0921-126/+149
* [PHP] Don't use zend_error_noreturn() for cases where the functionOlly Betts2011-03-072-3/+24
* No need to add . to LD_LIBRARY_PATH for PHP.Olly Betts2011-03-071-1/+1
* CVS->SVNOlly Betts2011-03-071-1/+1
* [PHP] Add casts to the typemaps for long long and unsigned longOlly Betts2011-03-073-10/+15
* Fix typo which stopped %.test convenience helper from running multitests.Olly Betts2011-03-071-1/+1
* 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-024-4/+51
* Bump version to 2.0.3William S Fulton2011-02-206-169/+172
* Few corrections for swig-2.0.2 release announcementWilliam S Fulton2011-02-202-10/+9
* Release script tweaks to take account of yet more SF upload changesWilliam S Fulton2011-02-201-5/+6
* Remove unnecessary header, which bizarrely broke the mingw build on linuxv2.0.2rel-2.0.2William S Fulton2011-02-201-1/+0
* Solaris warnings/errors testcase fixesWilliam S Fulton2011-02-203-0/+10
* Perl and vc++ warning fixWilliam S Fulton2011-02-201-1/+1
* Add swig-2.0.2 release dateWilliam S Fulton2011-02-204-6/+6
* more Perl namespace pollution workaroundsWilliam S Fulton2011-02-201-0/+6
* Fix potential name clash in director classWilliam S Fulton2011-02-202-6/+6
* Sun studio warning suppression in testsWilliam S Fulton2011-02-2012-6/+83
* For Go: Recognize the SWIG varargs type.Ian Lance Taylor2011-02-201-0/+2