]>
Commit | Line | Data |
---|---|---|
d14a1e28 RD |
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 | ||
d14a1e28 | 14 | |
6a30d63a | 15 | swig.python-docstring.patch Adds "autodoc" and "docstring" features. |
d14a1e28 | 16 | |
1e9b37a2 RD |
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 | ||
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 |
33 | These patches have already been checked in to SWIG's CVS and will be |
34 | in the 1.3.20 release. | |
d14a1e28 RD |
35 | ------------------------------------------------------------------------ |
36 | ||
37 | swig.SplitLines.patch Adds a new SplitLines function to the DOH | |
38 | library. See SF Patch #829317. | |
39 | *Checked in 10/31/2003* | |
40 | ||
41 | swig.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 | ||
48 | swig.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 | ------------------------------------------------------------------------ |