From 698531b47ffef205bf45def8f9dd4bfebd8454db Mon Sep 17 00:00:00 2001 From: Raffi Enficiaud Date: Sun, 19 Mar 2017 18:06:51 +0100 Subject: [PATCH] Boost.test @ 1.64 release notes --- feed/history/boost_1_64_0.qbk | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/feed/history/boost_1_64_0.qbk b/feed/history/boost_1_64_0.qbk index b1afa72c..284f31bc 100644 --- a/feed/history/boost_1_64_0.qbk +++ b/feed/history/boost_1_64_0.qbk @@ -125,6 +125,18 @@ optimal and more maintainable implementation (Glen Fernandes) * Pointer cast functions with move semantics (Chris Glover) +* [phrase library..[@/libs/test/ Test]:] + * Boost.test v3.5 see the + [@/doc/libs/1_64_0/libs/test/doc/html/boost_test/change_log.html Change log] + section for more details. + * New feature: + * Now Boost.Test provides *customization points* for logging user defined types + * JUnit output format can now have a /log-level/ + * JUnit output format has not better performances when the test modules have a lot of checks + * Bug fixes + * Trac tickets [ticket 11756], [ticket 12540], [ticket 12712], [ticket 12748], [ticket 12778] + * Pull request [@https://github.com/boostorg/test/pull/107 PR107], [@https://github.com/boostorg/test/pull/108 PR108] + * [phrase library..[@/libs/type_index/ TypeIndex]:] * Added `BOOST_TYPE_INDEX_IMPLEMENT_RUNTIME_CAST`, which implements the functionality for `runtime_cast` but does not include the `BOOST_TYPE_INDEX_REGISTER_CLASS` macro (thanks to Chris Glover for imlpementing it) * Fixed undefined macro warning in stl_type_index.hpp [ticket 12739]