]> git.saurik.com Git - wxWidgets.git/blame - wxPython/SWIG/README.txt
Added FindById doc
[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.
d14a1e28 16
1e9b37a2
RD
17swig.xmlout.patch Fixes a couple problems in the XML output
18 of SWIG: an extra "/>" was removed and
19 newlines in attribute values were changed
20 to the #10; entity reference so they will
21 be preserved by parsers.
22
23 Also, added options for dumping or
24 writing to a file the XML of the parse
25 tree *after* other language modules have
26 been run (previously you could only do
27 the XML output *instead of* a regular
28 language module.)
d14a1e28
RD
29
30
31
32------------------------------------------------------------------------
1e9b37a2
RD
33These patches have already been checked in to SWIG's CVS and will be
34in the 1.3.20 release.
d14a1e28
RD
35------------------------------------------------------------------------
36
37swig.SplitLines.patch Adds a new SplitLines function to the DOH
38 library. See SF Patch #829317.
39 *Checked in 10/31/2003*
40
41swig.xml.patch Adds an option that drastically reduces
42 the size of the XML output of SWIG, which
43 increases the performance of the
44 build_renamers script used in the wxPython
45 build. See SF Patch #829319.
46 *Checked in 10/31/2003*
47
48swig.python.patch Lots of changes for SWIG's Python module,
49 especially in how the proxy code is
50 generated. See swig.python.patch.txt for
51 more details, also SF Patch #829325.
52 *Checked in 10/31/2003*
53
54------------------------------------------------------------------------