Skip to content

Commit 8c6a8e0

Browse files
committed
Start documenting changes for release v1.7.3
1 parent a45ba1d commit 8c6a8e0

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

docs/history.rst

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,29 @@ 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.3 (not yet released)
15+
--------------------------------
16+
17+
1. C++xx flags are now correctly passed to castxml. Allowed flags are:
18+
"-std=c++98", "-std=c++03", "-std=c++11", "-std=c++14", "-std=c++1z"
19+
Thanks to Mark Moll for the fix.
20+
21+
2. type_traits.smart_pointer_traits will now classify std::shared_ptr as a
22+
smart pointer (only boost::shared_ptr was recognised before)
23+
24+
3. Fix a regression in undname_creator_t.format_argtypes
25+
26+
4. Remove unittest2 dependency for testing with python 2.6
27+
28+
5. Testing: test with std::tr1 unordered containers for gcc >= 4.4.7 and castxml
29+
30+
6. Cosmetic fix for generator name printed to stdout when launching unit tests
31+
32+
7. Fix simple typo in example.py comment
33+
34+
Thanks to the following people for their contribution to this release:
35+
Mark Moll, Ashish Sadanandan, Mark Oates
36+
1437
Version 1.7.2
1538
-------------
1639

0 commit comments

Comments
 (0)