- Update to version 2018 release
* Now fully supports this_task_arena::isolate() function. * Parallel STL, an implementation of the C++ standard library algorithms with support for execution policies, has been introduced. * Fixed a bug preventing use of streaming_node and opencl_node with Clang. * Fixed this_task_arena::isolate() function to work correctly with parallel_invoke and parallel_do algorithms. * Fixed a memory leak in composite_node. * Fixed an assertion failure in debug tbbmalloc binaries when TBBMALLOC_CLEAN_ALL_BUFFERS is used. OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/tbb?expand=0&rev=33
This commit is contained in:
parent
23b9802bd7
commit
8f95ea360c
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:1f7df7af6045179a45eba9b5dfde74d185ee7f573328f103c137696f81e4ae5a
|
|
||||||
size 2856292
|
|
3
2018.tar.gz
Normal file
3
2018.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:94f643f1edfaccb57d64b503c7c96f00dec64e8635c054bbaa33855d72c5822d
|
||||||
|
size 2889943
|
16
tbb.changes
16
tbb.changes
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Sep 21 12:03:27 UTC 2017 - idonmez@suse.com
|
||||||
|
|
||||||
|
- Update to version 2018 release
|
||||||
|
* Now fully supports this_task_arena::isolate() function.
|
||||||
|
* Parallel STL, an implementation of the C++ standard library
|
||||||
|
algorithms with support for execution policies, has been
|
||||||
|
introduced.
|
||||||
|
* Fixed a bug preventing use of streaming_node and opencl_node
|
||||||
|
with Clang.
|
||||||
|
* Fixed this_task_arena::isolate() function to work correctly
|
||||||
|
with parallel_invoke and parallel_do algorithms.
|
||||||
|
* Fixed a memory leak in composite_node.
|
||||||
|
* Fixed an assertion failure in debug tbbmalloc binaries when
|
||||||
|
TBBMALLOC_CLEAN_ALL_BUFFERS is used.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue May 30 09:11:27 UTC 2017 - bwiedemann@suse.com
|
Tue May 30 09:11:27 UTC 2017 - bwiedemann@suse.com
|
||||||
|
|
||||||
|
4
tbb.spec
4
tbb.spec
@ -16,11 +16,11 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define rel_ver 2017_U6
|
%define rel_ver 2018
|
||||||
%define so_ver 2
|
%define so_ver 2
|
||||||
|
|
||||||
Name: tbb
|
Name: tbb
|
||||||
Version: 2017_20170412
|
Version: 2018_20170726
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Threading Building Blocks (TBB)
|
Summary: Threading Building Blocks (TBB)
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user