Skip to content

Commit adbe010

Browse files
committed
Document change for next version
1 parent c13a0b9 commit adbe010

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

docs/history.rst

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,24 @@ to python 3 (keeping it compatible with python 2).
1111
In Mai 2014, Michka Popoff and the Insight Software Consortium revived pygccxml
1212
by 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+
1432
Version 1.7.0
1533
-------------
1634

0 commit comments

Comments
 (0)