summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
| * Merged %pythonnondynamic fixStefan Zager2011-04-031-2/+2
| * Merged trunk through revision 12591Stefan Zager2011-04-0338-112/+521
| |\ | |/ |/|
* | Add in missing wrappers for friend functions for some target languagesWilliam S Fulton2011-04-014-0/+103
* | Better debugging info for C# test casesWilliam S Fulton2011-04-012-3/+7
* | bump version to 2.0.4William S Fulton2011-03-298-78/+82
* | 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
| * Restore director_basic testStefan Zager2011-04-021-2/+1
| * Fix for METH_O and -compactdefaultargs, in two parts:Stefan Zager2011-04-026-7/+63
| * Added python version support to the built-in section.Stefan Zager2011-04-021-0/+6
| * Fixed exception exampleStefan Zager2011-04-011-2/+2
| * Factored some #ifdef noise out of the initialization function by addingStefan Zager2011-04-014-49/+83
| * Python warning fixes for gcc -Wall -WextraWilliam S Fulton2011-04-013-47/+57
| * Converted rest of slot outputting to use printSlot.Stefan Zager2011-03-311-20/+20
| * Bug fix: missing quotation mark on autodoc stringStefan Zager2011-03-311-1/+1
| * unused warning fixWilliam S Fulton2011-03-311-1/+1
| * Minor html changesWilliam S Fulton2011-03-311-5/+5
| * Added documentation about tp_richcompare.Stefan Zager2011-03-311-5/+32
| * Added test case for python richcompare operators.Stefan Zager2011-03-313-0/+161
| * More tweaking of -builtin docs. More judicious selection of names in the ope...Stefan Zager2011-03-301-7/+7
| * Eliminate -Wformat compiler warning.Stefan Zager2011-03-301-1/+9
| * Added usage message for -builtin, and tweaked -builtin docs.Stefan Zager2011-03-302-19/+20
| * Style fixes, and switch %U to %SStefan Zager2011-03-302-57/+26
| * Added comment about -builtin in Memory Management section.Stefan Zager2011-03-301-0/+2
| * Added more documentation of -builtin.Stefan Zager2011-03-302-11/+204
| * A slew of changes based on William Fulton's code review.Stefan Zager2011-03-2923-509/+550
| * 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-24160-1230/+3196
| |\ | |/ |/|
* | 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