Commit Graph

36 Commits

Author SHA256 Message Date
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
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
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
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
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
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
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
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
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
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
Ismail Dönmez
4acf6b530c - Add missing include files boo#1034842
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/tbb?expand=0&rev=27
2017-04-19 08:09:56 +00:00
Ismail Dönmez
2eccd1b952 - 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
2017-03-05 19:48:28 +00:00
Ismail Dönmez
5efb4b0192 - Update to 2017_20161128 release
* Added template class gfx_factory to the flow graph API. It
    implements the Factory concept for streaming_node to offload
    computations to Intel processor graphics.
  * Fixed a possible deadlock caused by missed wakeup signals in
    task_arena::execute().

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/tbb?expand=0&rev=23
2016-12-12 09:08:31 +00:00
Ismail Dönmez
514691c607 - Update to version 2017_20161004
* Fixed the issue with task_arena::execute() not being processed
    when the calling thread cannot join the arena.

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/tbb?expand=0&rev=21
2016-11-03 07:55:50 +00:00
Ismail Dönmez
3a0ebea12a - Updated to version 2017_20160722
* static_partitioner class is now a fully supported feature.
  * async_node class is now a fully supported feature.
  * For 64-bit platforms, quadrupled the worst-case limit on the amount
    of memory the Intel TBB allocator can handle.
  * Added TBB_USE_GLIBCXX_VERSION macro to specify the version of GNU
    libstdc++ when it cannot be properly recognized, e.g. when used
    with Clang on Linux* OS. Inspired by a contribution from David A.
  * Added graph/stereo example to demostrate tbb::flow::async_msg.
  * Removed a few cases of excessive user data copying in the flow graph.
  * Reworked split_node to eliminate unnecessary overheads.
  * Added support for C++11 move semantics to the argument of
    tbb::parallel_do_feeder::add() method.
  * Added C++11 move constructor and assignment operator to
    tbb::combinable template class.
  * Added tbb::this_task_arena::max_concurrency() function and
    max_concurrency() method of class task_arena returning the maximal
    number of threads that can work inside an arena.
  * Deprecated tbb::task_arena::current_thread_index() static method;
    use tbb::this_task_arena::current_thread_index() function instead.
- License changed to Apache-2.0
- Please see included CHANGES file for all changes.

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/tbb?expand=0&rev=19
2016-09-17 13:10:24 +00:00
Ismail Dönmez
3c4b927261 -
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/tbb?expand=0&rev=17
2016-06-14 09:37:50 +00:00
Ismail Dönmez
a8fba5126e -
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/tbb?expand=0&rev=16
2016-06-12 11:59:41 +00:00
Ismail Dönmez
35c2c10e45 -
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/tbb?expand=0&rev=15
2016-06-12 11:57:56 +00:00
Ismail Dönmez
ca45639cfa - Remove non-distributable files.
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/tbb?expand=0&rev=14
2016-06-10 08:19:13 +00:00
Ismail Dönmez
d6db89776b - Update to version 44_20160526
* Added a Python module which is able to replace Python's thread pool 
    class with the implementation based on Intel TBB task scheduler.
  * Fixed the implementation of 64-bit tbb::atomic for IA-32 architecture
    to work correctly with GCC 5.2 in C++11/14 mode.
  * Fixed a possible crash when tasks with affinity (e.g. specified via
    affinity_partitioner) are used simultaneously with task priority
    changes.

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/tbb?expand=0&rev=13
2016-06-08 11:21:21 +00:00
Ismail Dönmez
6b3ab9324f Accepting request 393634 from home:jengelh:branches:devel:libraries:c_c++
- Update group, and description of tbbmalloc.
The defattr 4th arg won't be needed.

OBS-URL: https://build.opensuse.org/request/show/393634
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/tbb?expand=0&rev=12
2016-05-04 12:34:10 +00:00
Ismail Dönmez
c27da08052 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/tbb?expand=0&rev=11 2016-05-04 12:14:02 +00:00
Ismail Dönmez
b1d29e2770 Disable tests
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/tbb?expand=0&rev=10
2016-05-04 11:51:49 +00:00
Ismail Dönmez
3def0cc19b -
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/tbb?expand=0&rev=9
2016-05-04 11:17:07 +00:00
Ismail Dönmez
182291d39c -
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/tbb?expand=0&rev=8
2016-05-04 10:59:03 +00:00
Ismail Dönmez
a6a3bde576 Fix url/license
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/tbb?expand=0&rev=7
2016-05-04 10:58:14 +00:00
Ismail Dönmez
1fada0345a - Update to version 44_20160128:
* Lots of changes, see the CHANGES file.
- Drop tbb-4.0-cas.patch, fixed upstream.

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/tbb?expand=0&rev=6
2016-05-04 10:55:21 +00:00
Ismail Dönmez
6a04b9fe10 Accepting request 155678 from home:adra:branches:devel:libraries:c_c++
Update to version 41_20130116, Removed tbb package, Updated optflags.patch, Added a patch to fix build on PowerPC

OBS-URL: https://build.opensuse.org/request/show/155678
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/tbb?expand=0&rev=5
2013-02-21 21:24:06 +00:00
Cristian Rodríguez
0268ddae8b Accepting request 130974 from home:chenxiaolong:SABnzbd
Update to latest version and include internal headers as some packages need them to compile properly.

OBS-URL: https://build.opensuse.org/request/show/130974
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/tbb?expand=0&rev=4
2012-08-16 05:49:42 +00:00
7c38534d5c Remove redundant tags/sections
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/tbb?expand=0&rev=3
2012-01-29 01:34:18 +00:00
Cristian Rodríguez
5054611b24 - Update to version tbb30_20110704
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/tbb?expand=0&rev=2
2011-08-14 23:37:08 +00:00
c7be8d3d1e Accepting request 20510 from home:msmeissn:branches:devel:libraries:c_c++
Copy from home:msmeissn:branches:devel:libraries:c_c++/tbb via accept of submit request 20510 revision 4.
Request was accepted with message:
added

OBS-URL: https://build.opensuse.org/request/show/20510
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/tbb?expand=0&rev=1
2009-09-16 11:20:34 +00:00