summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed the argument counts passed to SWIG_Python_UnpackTuple for varargs.Stefan Zager2011-04-295-28/+20
* Bug 1498929: Access to member fields of map elements.Stefan Zager2011-04-255-1/+36
* Added missing entry for char enum fix in D to CHANGES.current.David Nadlinger2011-04-231-0/+4
* [D] nspace: Correctly generate identifiers for base classes whenDavid Nadlinger2011-04-232-27/+14
* Fix for bug 3286333: infinite recursion with mutual "using namespace" clauses.Stefan Zager2011-04-145-0/+27
* Testcase and fix for bug 1163440: vararg typemaps.Stefan Zager2011-04-125-11/+67
* Test case for bug 3285386Stefan Zager2011-04-121-0/+21
* Fixed bug 3285386: parse error from 'operator T*&()'Stefan Zager2011-04-123-1/+28
* Fix date ordering - note that most recent changes go to the top of the fileWilliam S Fulton2011-04-111-13/+14
* Apply patch #3284326 to fix some compiler warnings.William S Fulton2011-04-112-5/+8
* Fixed PyVarObject_HEAD_INIT calls for VC++.Stefan Zager2011-04-113-9/+24
* new %import test for vectorWilliam S Fulton2011-04-116-2/+32
* Work around anti-aliasing warning/problem with gccWilliam S Fulton2011-04-111-5/+1
* Workaround incorrect gcc 4.4 and 4.5 warning with -O2 -Wextra in generated codeWilliam S Fulton2011-04-111-1/+1
* [D] Ported r12557 (char enum values).David Nadlinger2011-04-103-0/+57
* [D] Fixed referencing types in the root namespace when not in split proxy mode.David Nadlinger2011-04-102-22/+11
* [D] Fixed qualified name handling, broken since r12588.David Nadlinger2011-04-101-1/+1
* Added myself to the contributors list.David Nadlinger2011-04-101-2/+3
* Remove C++ header breaking C testsWilliam S Fulton2011-04-101-2/+0
* Sun Studio warning fixes for Python builtinWilliam S Fulton2011-04-102-2/+3
* Fix Sun Studio warningsWilliam S Fulton2011-04-091-0/+7
* Revert non-cosmetic change from previous checkinWilliam S Fulton2011-04-091-7/+0
* Cosmetics - Fix bracket matchingWilliam S Fulton2011-04-094-26/+22
* Restore extern "C" back to what it was to remove Solaris warningsWilliam S Fulton2011-04-091-4/+4
* Fix for bug #3057804: migrate PyCObject to PyCapsule.Stefan Zager2011-04-095-19/+45
* Fix ISO C90 errors.Stefan Zager2011-04-093-68/+133
* Minor tweaks to enable -builtin with C code.Stefan Zager2011-04-081-7/+8
* Swig_name_decl() now handles variablesWilliam S Fulton2011-04-081-3/+9
* Fix wrapping of const array typedefs which were generating uncompileable codeWilliam S Fulton2011-04-083-13/+57
* Added .PHONY targetsStefan Zager2011-04-071-0/+2
* Previous commit inadvertantly hosed this test; restored it.Stefan Zager2011-04-071-1/+0
* Fix example to show %feature directive before method declaration.Stefan Zager2011-04-061-2/+2
* Initialize all fields of PyTypeObject, to eliminate compiler warnings. Fixed...Stefan Zager2011-04-052-7/+18
* More python builtin warning suppressionWilliam S Fulton2011-04-051-3/+3
* Cosmetic formatting in generated codeWilliam S Fulton2011-04-053-168/+165
* Python builtin - warning suppression/fixes for 'gcc -Wall' and cosmetic chang...William S Fulton2011-04-054-24/+59
* Cosmetic Python changes and replace DOH typesWilliam S Fulton2011-04-044-43/+7
* Fix compiler warnings about uninitialized members.Stefan Zager2011-04-041-1/+1
* Fix warning in wrappers (Python > 3.0) - SF# 3239071William S Fulton2011-04-041-4/+2
* Fix C python < 2.5 wrappersWilliam S Fulton2011-04-031-1/+1
* Eliminate warnings about empty case statements.Stefan Zager2011-04-031-5/+8
* update copyright yearWilliam S Fulton2011-04-031-1/+1
* VC++ warning fixes for python builtinWilliam S Fulton2011-04-032-3/+0
* Added myself to the list of contributorsStefan Zager2011-04-031-0/+1
* Fix Python C wrapper compilationWilliam S Fulton2011-04-031-1/+1
* Added entry for -builtin.Stefan Zager2011-04-031-0/+9
* -builtin feature will appear in 2.0.4Stefan Zager2011-04-031-1/+1
* Merged from branches/szager-python-builtinStefan Zager2011-04-0353-558/+3408
|\
| * Final merge from trunkStefan Zager2011-04-039-165/+114
| |\ | |/ |/|
* | Fixed %pythonnondynamic, as discussed on the swig-devel mailing list, message...Stefan Zager2011-04-031-2/+2