summaryrefslogtreecommitdiff
path: root/Examples
Commit message (Expand)AuthorAgeFilesLines
* Fix %varargs when used with a numerical argument, which was emitting one more...William S Fulton2011-05-062-0/+21
* Rev 12650 - rename runtime component of varargs_typemap testcaseWilliam S Fulton2011-05-032-4/+4
* Rename varargs_typemap test case to python_varargs_typemap, and moveIan Lance Taylor2011-05-023-4/+4
* vc++ compile failure workaround in testcaseWilliam S Fulton2011-04-301-0/+5
* Fixed the argument counts passed to SWIG_Python_UnpackTuple for varargs.Stefan Zager2011-04-292-1/+15
* Bug 1498929: Access to member fields of map elements.Stefan Zager2011-04-253-0/+32
* Fix for bug 3286333: infinite recursion with mutual "using namespace" clauses.Stefan Zager2011-04-142-0/+15
* Testcase and fix for bug 1163440: vararg typemaps.Stefan Zager2011-04-123-1/+49
* Test case for bug 3285386Stefan Zager2011-04-121-0/+21
* Fixed bug 3285386: parse error from 'operator T*&()'Stefan Zager2011-04-121-0/+1
* new %import test for vectorWilliam S Fulton2011-04-115-0/+28
* [D] Ported r12557 (char enum values).David Nadlinger2011-04-102-0/+46
* Fix wrapping of const array typedefs which were generating uncompileable codeWilliam S Fulton2011-04-081-3/+29
* Added .PHONY targetsStefan Zager2011-04-071-0/+2
* Previous commit inadvertantly hosed this test; restored it.Stefan Zager2011-04-071-1/+0
* Python builtin - warning suppression/fixes for 'gcc -Wall' and cosmetic chang...William S Fulton2011-04-051-5/+5
* Merged from branches/szager-python-builtinStefan Zager2011-04-0331-27/+585
|\
| * Final merge from trunkStefan Zager2011-04-039-165/+114
| |\ | |/ |/|
| * Merged trunk through revision 12591Stefan Zager2011-04-0314-7/+334
| |\ | |/ |/|
* | Add in missing wrappers for friend functions for some target languagesWilliam S Fulton2011-04-012-0/+96
* | Better debugging info for C# test casesWilliam S Fulton2011-04-011-3/+4
* | test case fixv2.0.3rel-2.0.3William S Fulton2011-03-291-3/+3
* | Apply patch 3224663 for Tcl - NULL value fixes and performance improvements f...William S Fulton2011-03-292-0/+25
* | SF bug #3195112 - fix wrapping of enums that are type charWilliam S Fulton2011-03-268-1/+206
| * Restore director_basic testStefan Zager2011-04-021-2/+1
| * Fix for METH_O and -compactdefaultargs, in two parts:Stefan Zager2011-04-021-1/+2
| * Added test case for python richcompare operators.Stefan Zager2011-03-313-0/+161
| * A slew of changes based on William Fulton's code review.Stefan Zager2011-03-295-35/+12
| * Merge from trunk.Stefan Zager2011-03-281-0/+31
| * Merged from trunk.Stefan Zager2011-03-281-0/+44
| * Merged trunk up to revision 12551Stefan Zager2011-03-2487-145/+1114
| |\ | |/ |/|
* | Fix regression introduced in swig-2.0.2 where filenames with spaces were not ...William S Fulton2011-03-176-0/+43
* | Apply patch #3212624 fixing std::map Keys property.William S Fulton2011-03-151-0/+8
* | [PHP] Fix handling of overloaded methods/functions where some Olly Betts2011-03-142-0/+13
* | 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
* | [D] nspace support.David Nadlinger2011-03-139-19/+247
* | [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
* | Fix partial overloading warning messages appearingWilliam S Fulton2011-03-113-0/+26
* | Fix SF #3194294 - corner case bug when 'NULL' is used as the default value fo...William S Fulton2011-03-093-0/+28
* | No need to add . to LD_LIBRARY_PATH for PHP.Olly Betts2011-03-071-1/+1
* | Fix typo which stopped %.test convenience helper from running multitests.Olly Betts2011-03-071-1/+1
* | Templated smart pointers overloaded with both const and non const operator-> ...William S Fulton2011-03-022-0/+36
* | Solaris warnings/errors testcase fixesWilliam S Fulton2011-02-203-0/+10
* | Sun studio warning suppression in testsWilliam S Fulton2011-02-2011-0/+69
* | For Go: Fix handling of INPUT variables when using typemaps.i. ThisIan Lance Taylor2011-02-201-1/+1
* | More varargs overload testing for Go.Ian Lance Taylor2011-02-201-0/+12
* | Fix new varargs_overload test for Go.Ian Lance Taylor2011-02-201-0/+26