| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
23 Apr 2013 07:00:02
4.1.3
|
martymac  |
- Update devel/tbb to 4.1.3 (20130314oss) and bump dependent port's revisions
- Fix build when CC defined as gcc |
12 Feb 2013 08:36:51
4.1.2
|
gahr  |
- Make fetchable again by updating to 4.1.2
Changes:
- Objects up to 128 MB are now cached by the tbbmalloc. Previously the
threshold was 8MB. Objects larger than 128 MB are still processed by
direct OS calls.
- Concurrent_unordered_multiset and concurrent_unordered_multimap have
been added, based on Microsoft* PPL prototype.
- Ability to value-initialize a tbb::atomic<T> variable on construction
in C++11, with const expressions properly supported.
Community Preview Features:
- Added a possibility to wait until all worker threads terminate.
This is necessary before calling fork() from an application.
Bugs fixed:
- Fixed data race in tbbmalloc that might lead to memory leaks for large
object allocations.
- Fixed task_arena::enqueue() to use task_group_context of target arena.
- Improved implementation of 64 bit atomics on ia32.
Approved by: martymac (maintainer) |
12 Dec 2012 07:42:35
4.1.1
|
martymac  |
- Update devel/tbb to 4.1.1 and bump dependent port's PORTREVISIONs
- Remove hardcoded dependency on gcc [1]
PR: ports/171297 [1]
Submitted by: Christian Mangin <christian.mangin@gmail.com> [1] |
20 Nov 2012 07:42:50
4.0.0
|
martymac  |
Fix checksum mismatch following master site re-organization
PR: ports/173639
Submitted by: Rob Messick <robmessick@gmail.com>
Feature safe: yes |
16 Jan 2012 09:46:55
4.0.0
|
martymac  |
- Update devel/tbb to 4.0.0
- Bump dependent ports' revisions |
24 Mar 2011 08:20:12
3.0.5
|
martymac  |
- Update devel/tbb to 3.0.5 and add a LOCAL mirror
- Bump PORTREVISIONs for dependent ports
Approved by: ehaupt (mentor) |
10 Nov 2010 13:30:59
3.0_1
|
martymac  |
Add missing LICENSE
Approved by: ehaupt (mentor) |
27 Sep 2010 12:08:23
3.0
|
martymac  |
Update MAINTAINER address for my ports
Approved by: ehaupt (mentor) |
07 Sep 2010 15:52:18
3.0
|
pgollucci  |
- Update MAINTAINER address for Ganael Laplanche <ganael.laplanche@martymac.org>
- Update some MASTER_SITES too
PR: ports/150349
Submitted by: maintainer |
03 Sep 2010 08:52:37
3.0
|
pav  |
- Honor CXX
PR: ports/150054
Submitted by: Ganael Laplanche <ganael.laplanche@martymac.com> (maintainer) |
04 Jul 2010 08:58:11
3.0
|
wen  |
- Update to 3.0
PR: ports/147870
Submitted by: Ganael Laplanche <ganael.laplanche@martymac.com> (maintainer)
Feature safe: yes |
26 Aug 2009 16:03:53
2.2
|
miwi  |
- Update to 2.2
PR: 138133
Submitted by: Ganael Laplanche <ganael.laplanche@martymac.com> (maintainer) |
07 Jul 2009 09:30:50
2.1
|
linimon  |
Over to new volunteer. |
06 Jul 2009 01:39:00
2.1
|
linimon  |
Reset maintainer due to timeout and no response to email.
Hat: portmgr |
29 Apr 2009 07:35:00
2.1
|
itetcu  |
Update devel/tbb to version 2.1 (20080605).
Changes to the port :
- Includes a script to generate version info string for freeBSD
- Use ${COPYTREE_SHARE} to install headers
- Use ${PTHREAD_LIBS} instead of -lpthread
PR: ports/129686
Submitted by: Ganael Laplanche
Approved by: maintainer timeout |
23 Feb 2008 19:44:22
2.0
|
erwin  |
Update to 20080207
Submitted by: arun (maintainer) |
25 Oct 2007 23:21:46
2.0
|
linimon  |
Chase mastersite.
Submitted by: maintainer |
02 Oct 2007 18:39:18
2.0
|
alepulver  |
Intel Threading Building Blocks (TBB) offers a rich and complete
approach to expressing parallelism in a C++ program. It is a library
that helps you take advantage of multi-core processor performance
without having to be a threading expert. Threading Building Blocks
is not just a threads-replacement library. It represents a higher-level,
task-based parallelism that abstracts platform details and threading
mechanism for performance and scalability.
WWW: http://tbb.sourceforge.net/
- Arun Sharma
arun@FreeBSD.org
PR: ports/116771
Submitted by: Arun Sharma <arun at sharma-home.net> |