- Update to 2017_20170226 release

* Added support for C++11 move semantics in parallel_do.
  * Constructors for many classes, including graph nodes, concurrent
    containers, thread-local containers, etc., are declared explicit
    and cannot be used for implicit conversions anymore.
  * Added a workaround for bug 16657 in the GNU C Library (glibc)
    affecting the debug version of tbb::mutex.
  * Fixed a crash in pool_identify() called for an object allocated in
    another thread.

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/tbb?expand=0&rev=25
This commit is contained in:
Ismail Dönmez
2017-03-05 19:48:28 +00:00
committed by Git OBS Bridge
parent 5efb4b0192
commit 2eccd1b952
4 changed files with 22 additions and 7 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Sun Mar 5 19:42:50 UTC 2017 - idonmez@suse.com
- Update to 2017_20170226 release
* Added support for C++11 move semantics in parallel_do.
* Constructors for many classes, including graph nodes, concurrent
containers, thread-local containers, etc., are declared explicit
and cannot be used for implicit conversions anymore.
* Added a workaround for bug 16657 in the GNU C Library (glibc)
affecting the debug version of tbb::mutex.
* Fixed a crash in pool_identify() called for an object allocated in
another thread.
-------------------------------------------------------------------
Mon Dec 12 09:04:36 UTC 2016 - idonmez@suse.com