]> git.saurik.com Git - wxWidgets.git/blame - wxPython/SWIG/README.txt
Patches from KevinO that work around issues where the widget isn't
[wxWidgets.git] / wxPython / SWIG / README.txt
CommitLineData
d14a1e28
RD
1SWIG 1.3 Patches
2================
3
4This directory holds a set of patches for the CVS version of SWIG that
5are required if you wish to use SWIG for wxPython development, or for
6building your own extension modules that need to interface with
7wxPython. These have been submitted to SWIG's SourceForge patch
8tracker, so hopefully they will get incorporated into the main SWIG
9source tree soon.
10
11
12------------------------------------------------------------------------
13
d14a1e28 14
6a30d63a 15swig.python-docstring.patch Adds "autodoc" and "docstring" features.
0cb6df6e
RD
16 See SF Patch #883402
17
6c7eee75
RD
18 Also changes the "addtofunc" feature to
19 "pythonappend" and also adds a
20 "pythonprepend" feature that prepends
21 pythoncode to the begining of a
22 SWIG-generated proxy function or method.
d14a1e28 23
1e9b37a2
RD
24swig.xmlout.patch Fixes a couple problems in the XML output
25 of SWIG: an extra "/>" was removed and
26 newlines in attribute values were changed
27 to the #10; entity reference so they will
28 be preserved by parsers.
29
30 Also, added options for dumping or
31 writing to a file the XML of the parse
32 tree *after* other language modules have
33 been run (previously you could only do
34 the XML output *instead of* a regular
35 language module.)
1202c414 36 See SF Patch #864689
d14a1e28
RD
37
38
0cb6df6e 39
d14a1e28 40------------------------------------------------------------------------
700c96d4
RD
41These patches have already been checked in to SWIG's CVS and are in
42the 1.3.20 release.
d14a1e28
RD
43------------------------------------------------------------------------
44
45swig.SplitLines.patch Adds a new SplitLines function to the DOH
46 library. See SF Patch #829317.
47 *Checked in 10/31/2003*
48
49swig.xml.patch Adds an option that drastically reduces
50 the size of the XML output of SWIG, which
51 increases the performance of the
52 build_renamers script used in the wxPython
53 build. See SF Patch #829319.
54 *Checked in 10/31/2003*
55
56swig.python.patch Lots of changes for SWIG's Python module,
57 especially in how the proxy code is
58 generated. See swig.python.patch.txt for
59 more details, also SF Patch #829325.
60 *Checked in 10/31/2003*
61
62------------------------------------------------------------------------