File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,24 @@ to python 3 (keeping it compatible with python 2).
1111In Mai 2014, Michka Popoff and the Insight Software Consortium revived pygccxml
1212by setting up a git repositery on github, hosted along with gccxml.
1313
14+ Version 1.7.1
15+ -------------
16+
17+ 1. Remove the __va_list_tag declaration from the tree when parsing with CastXML
18+
19+ The __va_list_tag declarations are internal declarations, which are often
20+ not needed. They are for example polluting the declarations tree when running
21+ pyplusplus.
22+
23+ This is optional but on by default. To still load the __va_list_tag declarations
24+ in the tree, a config flag can be set like this: ``config.flags = ["f1"] ``,
25+ or by passing the ``flags=["f1"] `` argument the config setup.
26+
27+ 2. Some code cleanup
28+
29+ 3. Build new package for pypi. The ``1.7.0 `` upload has gone wrong ...
30+
31+
1432Version 1.7.0
1533-------------
1634
You can’t perform that action at this time.
0 commit comments