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).
11
11
In Mai 2014, Michka Popoff and the Insight Software Consortium revived pygccxml
12
12
by setting up a git repositery on github, hosted along with gccxml.
13
13
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
+
14
32
Version 1.7.0
15
33
-------------
16
34
You can’t perform that action at this time.
0 commit comments