77 Commits

Author SHA256 Message Date
Dominique Leuenberger
19fe018ed5 Accepting request 993616 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/993616
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tbb?expand=0&rev=27
2022-08-09 13:25:54 +00:00
a250fa90c0 Accepting request 993371 from home:marxin:branches:devel:libraries:c_c++
- Add retry-pthread_create.patch that fixes
  gh#oneapi-src/oneTBB#824.

OBS-URL: https://build.opensuse.org/request/show/993371
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/tbb?expand=0&rev=75
2022-08-07 11:40:29 +00:00
Dominique Leuenberger
6e3820dbf1 Accepting request 975541 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/975541
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tbb?expand=0&rev=26
2022-05-08 19:52:10 +00:00
41079bb126 Accepting request 975530 from home:dirkmueller:Factory
- update to 2021.1.5:
  * Reworked synchronization mechanism to reduce contention when multiple
    task_arena’s are used concurrently.
  * Fixed sporadic memory corruption.
  * Enabled Microsoft Visual Studio* 2022 and Python 3.9 support.
  * Extended task_group interface with a new run_and_wait overload to accept
    task_handle.
  * Fixed possible correctness issue in queuing_rw_mutex on non-Intel platforms.
  * Fixed sporadic memory corruption.

OBS-URL: https://build.opensuse.org/request/show/975530
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/tbb?expand=0&rev=73
2022-05-07 14:19:13 +00:00
Dominique Leuenberger
1347e15b68 Accepting request 968030 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/968030
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tbb?expand=0&rev=25
2022-04-11 22:13:50 +00:00
73a44bbacc Accepting request 967152 from home:badshah400:branches:devel:libraries:c_c++
For 32-bit systems, rename tbb32.pc (default upstream for 32-bit) to tbb.pc (same as 64-bit) so that applications depending on tbb do not have to call different pkgconfig modules based on arch.

OBS-URL: https://build.opensuse.org/request/show/967152
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/tbb?expand=0&rev=71
2022-04-09 16:16:03 +00:00
Dominique Leuenberger
8d8274e0f4 Accepting request 925616 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/925616
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tbb?expand=0&rev=24
2021-11-20 01:38:16 +00:00
5054a0acde Accepting request 924165 from home:bnavigator:branches:devel:libraries:c_c++
- Allow gcc11
- Add tbb-pr609-32bit-mwaitpkg.patch gh#oneapi-src/oneTBB#609
  * fixes 32-bit build with gcc11
- Only run ctest when --with test is given
- Update to version 2021.4
  * Large release notes since 2020.3:
    https://software.intel.com/content/www/us/en/develop/articles/intel-oneapi-threading-building-blocks-release-notes.html
- Drop python2 package
- Drop patches:
  * disable-irml.patch -- install the library
  * optflags.patch -- build system change
  * reproducible.patch -- build system change
- Refresh cmake-remove-include-path.patch
- Add libirml subpackage for python module
- Add libtbbbind library package for NUMA support

OBS-URL: https://build.opensuse.org/request/show/924165
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/tbb?expand=0&rev=70
2021-10-16 09:22:28 +00:00
Dominique Leuenberger
52ea75003a Accepting request 859175 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/859175
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tbb?expand=0&rev=23
2020-12-30 16:11:56 +00:00
0ad932aa8a Accepting request 858632 from home:bnavigator:branches:devel:libraries:c_c++
- Rework the building of python bindings
  * Fix egg info version
  * Remove shebang lines
  * fix lining issue by setting TBBROOT and tbbvars in install phase
  * Run python tests with irml library built (but not installed)
  * Build bindings packages for all existing python3 flavors
    gh#openSUSE/python-rpm-macros#66

BTW this also fixes the SLE_12 build, if anyone cares

OBS-URL: https://build.opensuse.org/request/show/858632
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/tbb?expand=0&rev=68
2020-12-29 10:56:46 +00:00
Dominique Leuenberger
a6ac438359 Accepting request 824033 from devel:libraries:c_c++
- Update to version 2020.3
  * Changed body type concept of the flow::input_node.
    Set TBB_DEPRECATED_INPUT_NODE_BODY to 1 to compile with the previous
    concept of the body type.
  * Fixed compilation errors in C++20 mode due to ambiguity of comparison
    operators. Inspired by Barry Revzin
    (https://github.com/oneapi-src/oneTBB/pull/251).
  * Fixed an issue in TBBBuild.cmake that causes the build with no arguments
    to fail (https://github.com/oneapi-src/oneTBB/pull/233)

OBS-URL: https://build.opensuse.org/request/show/824033
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tbb?expand=0&rev=22
2020-08-04 18:17:59 +00:00
Ismail Dönmez
20a9f90006 - Update to version 2020.3
* Changed body type concept of the flow::input_node.
    Set TBB_DEPRECATED_INPUT_NODE_BODY to 1 to compile with the previous
    concept of the body type.
  * Fixed compilation errors in C++20 mode due to ambiguity of comparison
    operators. Inspired by Barry Revzin
    (https://github.com/oneapi-src/oneTBB/pull/251).
  * Fixed an issue in TBBBuild.cmake that causes the build with no arguments
    to fail (https://github.com/oneapi-src/oneTBB/pull/233)

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/tbb?expand=0&rev=66
2020-08-03 05:55:05 +00:00
Dominique Leuenberger
553271aaee Accepting request 789846 from devel:libraries:c_c++
- Update to version 2020.2
  * Cross-allocator copying constructor and copy assignment operator
    for concurrent_vector are deprecated.
  * Added input_node to the flow graph API. It acts like a source_node 
    except for being inactive by default; source_node is deprecated.
  * Allocator template parameter for flow graph nodes is deprecated. Set
    TBB_DEPRECATED_FLOW_NODE_ALLOCATOR to 1 to avoid compilation errors.
  * Flow graph preview hetero-features are deprecated.
  * Fixed the task affinity mechanism to prevent unlimited memory
    consumption in case the number of threads is explicitly decreased.
  * Fixed memory leak related NUMA support functionality in task_arena.

- Update to version 2020.1
  * Fixed the issue of task_arena constraints not propagated on
    copy construction.
  * Fixed TBBGet.cmake script broken by TBB package name changes
    (https://github.com/intel/tbb/issues/209).

OBS-URL: https://build.opensuse.org/request/show/789846
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tbb?expand=0&rev=21
2020-04-04 10:18:14 +00:00
Ismail Dönmez
4fab4f4771 - Update to version 2020.2
* Cross-allocator copying constructor and copy assignment operator
    for concurrent_vector are deprecated.
  * Added input_node to the flow graph API. It acts like a source_node 
    except for being inactive by default; source_node is deprecated.
  * Allocator template parameter for flow graph nodes is deprecated. Set
    TBB_DEPRECATED_FLOW_NODE_ALLOCATOR to 1 to avoid compilation errors.
  * Flow graph preview hetero-features are deprecated.
  * Fixed the task affinity mechanism to prevent unlimited memory
    consumption in case the number of threads is explicitly decreased.
  * Fixed memory leak related NUMA support functionality in task_arena.

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/tbb?expand=0&rev=64
2020-03-30 15:55:29 +00:00
Ismail Dönmez
768c08c6e0 - Update to version 2020.1
* Fixed the issue of task_arena constraints not propagated on
    copy construction.
  * Fixed TBBGet.cmake script broken by TBB package name changes
    (https://github.com/intel/tbb/issues/209).

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/tbb?expand=0&rev=63
2020-01-21 15:28:03 +00:00
Dominique Leuenberger
105fc954b3 Accepting request 757901 from devel:libraries:c_c++
- Update to version 2020.0 
  * Extended task_arena interface to simplify development of
    NUMA-aware applications.
  * Added warning notifications when the deprecated functionality is
    used.

OBS-URL: https://build.opensuse.org/request/show/757901
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tbb?expand=0&rev=20
2019-12-23 21:39:18 +00:00
Ismail Dönmez
1f422cf3bf - Update to version 2020.0
* Extended task_arena interface to simplify development of
    NUMA-aware applications.
  * Added warning notifications when the deprecated functionality is
    used.

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/tbb?expand=0&rev=61
2019-12-18 16:38:17 +00:00
Dominique Leuenberger
57964d07ad Accepting request 738866 from devel:libraries:c_c++
- Update to version 2019_u9
  * Multiple APIs are deprecated. For details, please see
    Deprecated Features appendix in the TBB reference manual.
  * Added C++17 deduction guides for flow graph nodes.
  Preview Features
  * Added isolated_task_group class that allows multiple threads to add 
    and execute tasks sharing the same isolation.
  * Extended the flow graph API to simplify connecting nodes.
  * Added erase() by heterogeneous keys for concurrent ordered containers.
  * Added a possibility to suspend task execution at a specific point
    and resume it later.
  
  Bugs fixed
  * Fixed the emplace() method of concurrent unordered containers to
    destroy a temporary element that was not inserted.
  * Fixed a bug in the merge() method of concurrent unordered
    containers.
  * Fixed behavior of a continue_node that follows buffering nodes.
  * Added support for move-only types to tbb::parallel_pipeline
  * Fixed detection of clang version when CUDA toolkit is installed
- Refresh patches:
  * cmake-remove-include-path.patch
  * disable-irml.patch
  * optflags.patch

OBS-URL: https://build.opensuse.org/request/show/738866
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tbb?expand=0&rev=19
2019-10-21 10:25:47 +00:00
Ismail Dönmez
0ec258f5f0 - Update to version 2019_u9
* Multiple APIs are deprecated. For details, please see
    Deprecated Features appendix in the TBB reference manual.
  * Added C++17 deduction guides for flow graph nodes.
  Preview Features
  * Added isolated_task_group class that allows multiple threads to add 
    and execute tasks sharing the same isolation.
  * Extended the flow graph API to simplify connecting nodes.
  * Added erase() by heterogeneous keys for concurrent ordered containers.
  * Added a possibility to suspend task execution at a specific point
    and resume it later.
  
  Bugs fixed
  * Fixed the emplace() method of concurrent unordered containers to
    destroy a temporary element that was not inserted.
  * Fixed a bug in the merge() method of concurrent unordered
    containers.
  * Fixed behavior of a continue_node that follows buffering nodes.
  * Added support for move-only types to tbb::parallel_pipeline
  * Fixed detection of clang version when CUDA toolkit is installed
- Refresh patches:
  * cmake-remove-include-path.patch
  * disable-irml.patch
  * optflags.patch

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/tbb?expand=0&rev=59
2019-10-10 13:03:29 +00:00
Dominique Leuenberger
eb4b2a1b66 Accepting request 708277 from devel:libraries:c_c++
- Add cmake-remove-include-path.patch to remove setting include
  path since we already install under /usr/include and this fixes
  idiot OpenCV trying to do -isystem $TBB_INCLUDE_DIR

- Update to version 2019_U8
  * Fixed a bug in TBB 2019 Update 7 that could lead to incorrect memory
    reallocation on Linux (https://github.com/intel/tbb/issues/148).
  * Fixed enqueuing tbb::task into tbb::task_arena not to fail on threads
    with no task scheduler initialized
    (https://github.com/intel/tbb/issues/116).

- Update to version 2019_U7
  * Added TBBMALLOC_SET_HUGE_SIZE_THRESHOLD parameter to set the
    lower bound for allocations that are not released back to OS
    unless a cleanup is explicitly requested.
  * Added zip_iterator::base() method to get the tuple of underlying
    iterators.
  * Improved async_node to never block a thread that sends a message
    through its gateway.
  * Extended decrement port of the tbb::flow::limiter_node to accept
    messages of integral types.
  * Removed the number_of_decrement_predecessors parameter from the
    constructor of flow::limiter_node. To allow its usage, set
    TBB_DEPRECATED_LIMITER_NODE_CONSTRUCTOR macro to 1.
  * Added ordered associative containers:
    concurrent_{map,multimap,set,multiset} (requires C++11).

OBS-URL: https://build.opensuse.org/request/show/708277
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tbb?expand=0&rev=18
2019-06-13 20:29:26 +00:00
Ismail Dönmez
686e0f88bd - Add cmake-remove-include-path.patch to remove setting include
path since we already install under /usr/include and this fixes
  idiot OpenCV trying to do -isystem $TBB_INCLUDE_DIR

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/tbb?expand=0&rev=57
2019-06-07 10:46:28 +00:00
Ismail Dönmez
475245188d - Update to version 2019_U8
* Fixed a bug in TBB 2019 Update 7 that could lead to incorrect memory
    reallocation on Linux (https://github.com/intel/tbb/issues/148).
  * Fixed enqueuing tbb::task into tbb::task_arena not to fail on threads
    with no task scheduler initialized
    (https://github.com/intel/tbb/issues/116).

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/tbb?expand=0&rev=56
2019-06-06 12:24:17 +00:00
Ismail Dönmez
fdca4ccf0a - Update to version 2019_U7
* Added TBBMALLOC_SET_HUGE_SIZE_THRESHOLD parameter to set the
    lower bound for allocations that are not released back to OS
    unless a cleanup is explicitly requested.
  * Added zip_iterator::base() method to get the tuple of underlying
    iterators.
  * Improved async_node to never block a thread that sends a message
    through its gateway.
  * Extended decrement port of the tbb::flow::limiter_node to accept
    messages of integral types.
  * Removed the number_of_decrement_predecessors parameter from the
    constructor of flow::limiter_node. To allow its usage, set
    TBB_DEPRECATED_LIMITER_NODE_CONSTRUCTOR macro to 1.
  * Added ordered associative containers:
    concurrent_{map,multimap,set,multiset} (requires C++11).

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/tbb?expand=0&rev=55
2019-06-04 15:10:32 +00:00
Dominique Leuenberger
2f48a6e606 Accepting request 702777 from devel:libraries:c_c++
- Update to version 2019_U6
  * Added support for enqueuing tbb::task into tbb::task_arena
    (https://github.com/01org/tbb/issues/116).
  * Improved support for allocator propagation on concurrent_hash_map
    assigning and swapping.
  * Improved scalable_allocation_command cleanup operations to release
    more memory buffered by the calling thread.
  * Separated allocation of small and large objects into distinct memory
    regions, which helps to reduce excessive memory caching inside the
    TBB allocator.
- Disable python2 support

OBS-URL: https://build.opensuse.org/request/show/702777
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tbb?expand=0&rev=17
2019-05-17 21:36:37 +00:00
Ismail Dönmez
ac38811d4c - Update to version 2019_U6
* Added support for enqueuing tbb::task into tbb::task_arena
    (https://github.com/01org/tbb/issues/116).
  * Improved support for allocator propagation on concurrent_hash_map
    assigning and swapping.
  * Improved scalable_allocation_command cleanup operations to release
    more memory buffered by the calling thread.
  * Separated allocation of small and large objects into distinct memory
    regions, which helps to reduce excessive memory caching inside the
    TBB allocator.
- Disable python2 support

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/tbb?expand=0&rev=53
2019-05-14 07:58:57 +00:00
Dominique Leuenberger
d816f0929c Accepting request 697786 from devel:libraries:c_c++
- Update to version 2019_U5
  * Too many changes to list, please see the included CHANGES file.
- Install TBBConfig*.cmake

OBS-URL: https://build.opensuse.org/request/show/697786
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tbb?expand=0&rev=16
2019-04-30 10:55:32 +00:00
Ismail Dönmez
146cb3a7de -
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/tbb?expand=0&rev=51
2019-04-25 08:35:47 +00:00
Ismail Dönmez
fed90f902d -
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/tbb?expand=0&rev=50
2019-04-25 08:32:12 +00:00
Ismail Dönmez
d273a8cc70 - Update to version 2019_U5
* Too many changes to list, please see the included CHANGES file.
- Install TBBConfig*.cmake

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/tbb?expand=0&rev=49
2019-04-25 08:31:09 +00:00
Yuchen Lin
7ad92ac6e9 Accepting request 631253 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/631253
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tbb?expand=0&rev=15
2018-09-11 15:09:36 +00:00
Ismail Dönmez
1be55c59e3 Accepting request 631209 from home:bmwiedemann:branches:devel:libraries:c_c++
Extend reproducible.patch to not capture build kernel version (boo#1101107).

Also filed upstream https://github.com/01org/tbb/pull/82

OBS-URL: https://build.opensuse.org/request/show/631209
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/tbb?expand=0&rev=47
2018-08-24 08:20:04 +00:00
Dominique Leuenberger
f35b260d54 Accepting request 626897 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/626897
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tbb?expand=0&rev=14
2018-08-07 07:40:10 +00:00
Ismail Dönmez
ee995399fb Accepting request 626788 from home:bmwiedemann:branches:devel:libraries:c_c++
Extend reproducible.patch to override build date (boo#1047218)

OBS-URL: https://build.opensuse.org/request/show/626788
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/tbb?expand=0&rev=45
2018-08-01 12:59:03 +00:00
Dominique Leuenberger
ec4d5266b0 Accepting request 562780 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/562780
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tbb?expand=0&rev=13
2018-01-16 08:31:53 +00:00
371a6931e6 Accepting request 562437 from openSUSE:Factory:Staging:O:DVD
- Add conditions to build with py2 and py3 respectively in order
  to allow us disable one based on codestream

OBS-URL: https://build.opensuse.org/request/show/562437
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/tbb?expand=0&rev=43
2018-01-09 08:02:08 +00:00
Dominique Leuenberger
1d9b80f5b7 Accepting request 559074 from devel:libraries:c_c++
- Add disable-irml.patch to disable linking to libirml
- Actually update to tarball to 2018_U2 release

OBS-URL: https://build.opensuse.org/request/show/559074
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tbb?expand=0&rev=12
2017-12-28 23:01:50 +00:00
Ismail Dönmez
f5a3326d97 - Add disable-irml.patch to disable linking to libirml
- Actually update to tarball to 2018_U2 release

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/tbb?expand=0&rev=41
2017-12-21 12:21:29 +00:00
Ismail Dönmez
278712072e Actually update the tarball
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/tbb?expand=0&rev=40
2017-12-21 10:27:13 +00:00
Dominique Leuenberger
3071ebdb9b Accepting request 557681 from devel:libraries:c_c++
- Update to version 2018_U2
  * lambda-friendly overloads for parallel_scan.
  * support of static and simple partitioners in
    parallel_deterministic_reduce.
  * initial support for Flow Graph Analyzer to do parallel_for.
  * reservation support in overwrite_node and write_once_node.
  * Fixed a potential deadlock scenario in the flow graph that
    affected Intel® TBB 2018 Initial Release.
  * Fixed constructors of concurrent_hash_map to be exception-safe.
  * Fixed auto-initialization in the main thread to be cleaned up at shutdown.
  * Fixed a crash when tbbmalloc_proxy is used together with dbghelp.
  * Fixed static_partitioner to assign tasks properly in case of nested parallelism.

OBS-URL: https://build.opensuse.org/request/show/557681
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tbb?expand=0&rev=11
2017-12-19 09:43:41 +00:00
Ismail Dönmez
d0242196ab OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/tbb?expand=0&rev=38 2017-12-16 15:31:05 +00:00
Ismail Dönmez
adc7b60403 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/tbb?expand=0&rev=37 2017-12-16 15:29:01 +00:00
Dominique Leuenberger
e5bee4889b Accepting request 539294 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/539294
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tbb?expand=0&rev=10
2017-11-10 13:40:39 +00:00
c8d11dcc6b Accepting request 538180 from home:pluskalm:branches:devel:libraries:c_c++
- Build python2 and python3 bindings
- Do not bundle python bindings with shared library

OBS-URL: https://build.opensuse.org/request/show/538180
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/tbb?expand=0&rev=35
2017-11-06 12:38:06 +00:00
Dominique Leuenberger
5736a6ab8d Accepting request 528061 from devel:libraries:c_c++
- 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/request/show/528061
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tbb?expand=0&rev=9
2017-09-25 11:55:34 +00:00
Ismail Dönmez
8f95ea360c - 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
2017-09-21 12:07:03 +00:00
Dominique Leuenberger
7b3bfeed35 Accepting request 499650 from devel:libraries:c_c++
1

OBS-URL: https://build.opensuse.org/request/show/499650
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tbb?expand=0&rev=8
2017-05-31 10:20:01 +00:00
23b9802bd7 Accepting request 499630 from home:bmwiedemann:branches:devel:libraries:c_c++
Add reproducible.patch to not add build hostname+kernel to binary

OBS-URL: https://build.opensuse.org/request/show/499630
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/tbb?expand=0&rev=31
2017-05-30 10:07:37 +00:00
Dominique Leuenberger
f39abea742 Accepting request 497973 from devel:libraries:c_c++
- Update to version 2017_20170412 release
  * Added a blocking terminate extension to the task_scheduler_init
    class that allows an object to wait for termination of worker
    threads.

OBS-URL: https://build.opensuse.org/request/show/497973
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tbb?expand=0&rev=7
2017-05-24 14:51:51 +00:00
Ismail Dönmez
e0214c6d6b - Update to version 2017_20170412 release
* Added a blocking terminate extension to the task_scheduler_init
    class that allows an object to wait for termination of worker
    threads.

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/tbb?expand=0&rev=29
2017-05-24 12:24:11 +00:00
Dominique Leuenberger
843493ce3f Accepting request 489245 from devel:libraries:c_c++
- Add missing include files boo#1034842

OBS-URL: https://build.opensuse.org/request/show/489245
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tbb?expand=0&rev=6
2017-04-24 07:48:37 +00:00