non port: devel/tbb/distinfo |
Number of commits found: 32 |
Friday, 17 Jul 2020
|
10:12 martymac
Update devel/tbb to 2020.3 and bump dependent ports' revisions
Changelog: https://github.com/oneapi-src/oneTBB/blob/v2020.3/CHANGES
 |
Wednesday, 1 Apr 2020
|
14:14 martymac
Update devel/tbb to 2020.2 and bump dependent port's revisions
Changelog: https://github.com/oneapi-src/oneTBB/blob/tbb_2020/CHANGES
 |
Friday, 24 Jan 2020
|
19:20 martymac
Update devel/tbb to 2020.1
No dependency bump required since the ABI should remain compatible.
Changelog: https://github.com/intel/tbb/blob/tbb_2020/CHANGES
 |
Tuesday, 7 Jan 2020
|
18:23 martymac
Use Intel GH account
Reported by: jbeich
 |
Monday, 6 Jan 2020
|
20:52 martymac
Use DISTVERSIONPREFIX instead of specific GH_TAGNAME
Reported by: sunpoet
 |
Thursday, 26 Dec 2019
|
16:25 martymac
Update devel/tbb to 2020.0 and bump dependent ports' revisions [1]
Also, while here, re-generate patches using the makepatch target
[1] Changelog: https://github.com/intel/tbb/blob/v2020.0/CHANGES
 |
Wednesday, 25 Sep 2019
|
10:03 martymac
Update devel/tbb to 2019.8 and bump dependent ports' revisions
Changelog: https://github.com/intel/tbb/blob/tbb_2019/CHANGES
 |
Tuesday, 16 Apr 2019
|
10:12 martymac
Update to 2019.5
See changes here: https://github.com/01org/tbb/blob/2019_U5/CHANGES
That version should remain binary-compatible with 2019.1.
 |
Thursday, 11 Oct 2018
|
14:47 martymac
Update devel/tbb to version 2019.1 and bump dependent ports' revisions
Also, reintegrate HTML documentation that was removed in previous version.
 |
Thursday, 4 Oct 2018
|
10:03 martymac
Update devel/tbb to version 2019 and bump dependent port's revisions
 |
Monday, 20 Aug 2018
|
10:28 martymac
Update to 2018.5 and enable build on aarch64
(dependent ports' revisions NOT bumped as that new version should be binary
compatible with previous version 2018.2)
PR: 230373
Submitted by: Charlie Li <ml+freebsd@vishwin.info>
 |
Friday, 19 Jan 2018
|
11:10 martymac
- Update to 2018 U2
- Reorder a few things to make portlint happy
 |
Sunday, 17 Sep 2017
|
07:03 martymac
Update tbb to 2018 and bump dependent ports' revisions
 |
Wednesday, 23 Aug 2017
|
11:13 martymac
- Update to 2017.7
- Change license to APACHE20 [1]
- Enable build on armv6
[1] See: https://www.threadingbuildingblocks.org/faq/10
PR: 221673
Submitted by: embedded.xyz@gmail.com
 |
Tuesday, 7 Mar 2017
|
12:44 martymac
Update devel/tbb to 2017.5
Also bring the following changes:
- Fetch distfiles from Github
- Bump dependent ports' PORTREVISIONs
 |
Tuesday, 18 Oct 2016
|
19:41 martymac
- Update devel/tbb to version 2017.1
- Bump dependent ports
 |
Friday, 8 Jan 2016
|
19:56 martymac
Update to 4.4.2
PR: 206018
Submitted by: oleksii.tsai@gmail.com
 |
Wednesday, 2 Sep 2015
|
18:22 martymac
Update devel/tbb to 4.4.0 and bump dependent ports' revisions
PR: 202777
Submitted by: oleksii.tsai@gmail.com
 |
Wednesday, 17 Jun 2015
|
20:16 martymac
Update to 4.3u6 (20150611)
PR: 200887
Submitted by: delphij
 |
Tuesday, 16 Sep 2014
|
07:05 martymac
Update devel/tbb to 4.3.0 and bump dependent ports' revisions
PR: 193214
Submitted by: Oleksii Tsai <oleksii.tsai@googlemail.com>
 |
Wednesday, 11 Dec 2013
|
07:53 martymac
- Update devel/tbb to 4.2.2
- Cleanup DISTNAME and WRKSRC definitions
- Use INSTALL_LIB instead of INSTALL_DATA + STRIP_CMD
- Bump dependent ports' revisions
PR: ports/184526
Submitted by: delphij
 |
Tuesday, 23 Apr 2013
|
07:00 martymac
- Update devel/tbb to 4.1.3 (20130314oss) and bump dependent port's revisions
- Fix build when CC defined as gcc
 |
Tuesday, 12 Feb 2013
|
08:36 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)
 |
Wednesday, 12 Dec 2012
|
07:42 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]
 |
Tuesday, 20 Nov 2012
|
07:42 martymac
Fix checksum mismatch following master site re-organization
PR: ports/173639
Submitted by: Rob Messick <robmessick@gmail.com>
Feature safe: yes
 |
Monday, 16 Jan 2012
|
09:46 martymac
- Update devel/tbb to 4.0.0
- Bump dependent ports' revisions
 |
Thursday, 24 Mar 2011
|
08:20 martymac
- Update devel/tbb to 3.0.5 and add a LOCAL mirror
- Bump PORTREVISIONs for dependent ports
Approved by: ehaupt (mentor)
 |
Sunday, 4 Jul 2010
|
08:58 wen
- Update to 3.0
PR: ports/147870
Submitted by: Ganael Laplanche <ganael.laplanche@martymac.com> (maintainer)
Feature safe: yes
 |
Wednesday, 26 Aug 2009
|
16:03 miwi
- Update to 2.2
PR: 138133
Submitted by: Ganael Laplanche <ganael.laplanche@martymac.com> (maintainer)
 |
Wednesday, 29 Apr 2009
|
07:35 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
 |
Saturday, 23 Feb 2008
|
19:44 erwin
Update to 20080207
Submitted by: arun (maintainer)
 |
Tuesday, 2 Oct 2007
|
18:39 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>
 |
Number of commits found: 32 |