]> git.saurik.com Git - wxWidgets.git/blob - wxPython/SWIG/README.txt
(blind) fix for gcc warning on some platforms
[wxWidgets.git] / wxPython / SWIG / README.txt
1 SWIG 1.3 Patches
2 ================
3
4 This directory holds a set of patches for the CVS version of SWIG that
5 are required if you wish to use SWIG for wxPython development, or for
6 building your own extension modules that need to interface with
7 wxPython. These have been submitted to SWIG's SourceForge patch
8 tracker, so hopefully they will get incorporated into the main SWIG
9 source tree soon.
10
11
12 ------------------------------------------------------------------------
13
14
15 swig.python-docstring.patch Adds "autodoc" and "docstring" features.
16
17 swig.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 See SF Patch #883402
23
24 Also, added options for dumping or
25 writing to a file the XML of the parse
26 tree *after* other language modules have
27 been run (previously you could only do
28 the XML output *instead of* a regular
29 language module.)
30 See SF Patch #864689
31
32
33 ------------------------------------------------------------------------
34 These patches have already been checked in to SWIG's CVS and are in
35 the 1.3.20 release.
36 ------------------------------------------------------------------------
37
38 swig.SplitLines.patch Adds a new SplitLines function to the DOH
39 library. See SF Patch #829317.
40 *Checked in 10/31/2003*
41
42 swig.xml.patch Adds an option that drastically reduces
43 the size of the XML output of SWIG, which
44 increases the performance of the
45 build_renamers script used in the wxPython
46 build. See SF Patch #829319.
47 *Checked in 10/31/2003*
48
49 swig.python.patch Lots of changes for SWIG's Python module,
50 especially in how the proxy code is
51 generated. See swig.python.patch.txt for
52 more details, also SF Patch #829325.
53 *Checked in 10/31/2003*
54
55 ------------------------------------------------------------------------