2
0
mirror of https://github.com/boostorg/website.git synced 2026-01-28 19:52:14 +00:00

Boost.test @ 1.64 release notes

This commit is contained in:
Raffi Enficiaud
2017-03-19 18:06:51 +01:00
parent d32fe127ce
commit 698531b47f

View File

@@ -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]