File tree Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Expand file tree Collapse file tree 1 file changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,21 @@ by setting up a git repositery on github, hosted along with gccxml.
14
14
Version 1.7.4 (not yet released)
15
15
--------------------------------
16
16
17
- 1. Since this release, pyggcxml's version numbers do not contain the ``v ``
18
- prefix anymore. This was breaking distribution on PyPI (pypi.python.org).
17
+ 1. CV-qualified arrays were not being handled correctly by type traits
18
+ manipulations functions. For instance, 'int const[N]' would not be
19
+ detected as 'const'. Similar problems existed for volatile qualified
20
+ arrays too. See #35 for more details. A newer version of CastXML is
21
+ recommended (xml output version >= 1.138)
19
22
20
23
2. Close subprocess stdout stream once value has been read.
21
24
Fixes some warnings under python3.
22
25
26
+ 3. Since this release, pyggcxml's version numbers do not contain the ``v ``
27
+ prefix anymore. This was breaking distribution on PyPI (pypi.python.org).
28
+
29
+ Thanks to the following people for their contribution to this release:
30
+ Ashish Sadanandan
31
+
23
32
Version 1.7.3
24
33
-------------
25
34
You can’t perform that action at this time.
0 commit comments