From 5e7ed8fbfdd6885ee8a37143367da463a051fa51 Mon Sep 17 00:00:00 2001 From: Michka Popoff Date: Sun, 13 Mar 2016 23:12:06 +0100 Subject: [PATCH] Document addition of is_union() method for v1.7.3 --- docs/history.rst | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/docs/history.rst b/docs/history.rst index 058a7eaf..b11a2ff9 100644 --- a/docs/history.rst +++ b/docs/history.rst @@ -14,22 +14,24 @@ by setting up a git repositery on github, hosted along with gccxml. Version 1.7.3 (not yet released) -------------------------------- -1. C++xx flags are now correctly passed to castxml. Allowed flags are: +1. C++xx flags are now correctly passed to CastXML. Allowed flags are: "-std=c++98", "-std=c++03", "-std=c++11", "-std=c++14", "-std=c++1z" Thanks to Mark Moll for the fix. -2. type_traits.smart_pointer_traits will now classify std::shared_ptr as a +2. Addition of a is_union() method in the type_traits module. + +3. type_traits.smart_pointer_traits will now classify std::shared_ptr as a smart pointer (only boost::shared_ptr was recognised before) -3. Fix a regression in undname_creator_t.format_argtypes +4. Fix a regression in undname_creator_t.format_argtypes -4. Remove unittest2 dependency for testing with python 2.6 +5. Remove unittest2 dependency for testing with python 2.6 -5. Testing: test with std::tr1 unordered containers for gcc >= 4.4.7 and castxml +6. Testing: test with std::tr1 unordered containers for gcc >= 4.4.7 and castxml -6. Cosmetic fix for generator name printed to stdout when launching unit tests +7. Cosmetic fix for generator name printed to stdout when launching unit tests -7. Fix simple typo in example.py comment +8. Fix simple typo in example.py comment Thanks to the following people for their contribution to this release: Mark Moll, Ashish Sadanandan, Mark Oates