@@ -14,22 +14,24 @@ by setting up a git repositery on github, hosted along with gccxml.
14
14
Version 1.7.3 (not yet released)
15
15
--------------------------------
16
16
17
- 1. C++xx flags are now correctly passed to castxml . Allowed flags are:
17
+ 1. C++xx flags are now correctly passed to CastXML . Allowed flags are:
18
18
"-std=c++98", "-std=c++03", "-std=c++11", "-std=c++14", "-std=c++1z"
19
19
Thanks to Mark Moll for the fix.
20
20
21
- 2. type_traits.smart_pointer_traits will now classify std::shared_ptr as a
21
+ 2. Addition of a is_union() method in the type_traits module.
22
+
23
+ 3. type_traits.smart_pointer_traits will now classify std::shared_ptr as a
22
24
smart pointer (only boost::shared_ptr was recognised before)
23
25
24
- 3 . Fix a regression in undname_creator_t.format_argtypes
26
+ 4 . Fix a regression in undname_creator_t.format_argtypes
25
27
26
- 4 . Remove unittest2 dependency for testing with python 2.6
28
+ 5 . Remove unittest2 dependency for testing with python 2.6
27
29
28
- 5 . Testing: test with std::tr1 unordered containers for gcc >= 4.4.7 and castxml
30
+ 6 . Testing: test with std::tr1 unordered containers for gcc >= 4.4.7 and castxml
29
31
30
- 6 . Cosmetic fix for generator name printed to stdout when launching unit tests
32
+ 7 . Cosmetic fix for generator name printed to stdout when launching unit tests
31
33
32
- 7 . Fix simple typo in example.py comment
34
+ 8 . Fix simple typo in example.py comment
33
35
34
36
Thanks to the following people for their contribution to this release:
35
37
Mark Moll, Ashish Sadanandan, Mark Oates
0 commit comments