summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* dev-cpp/tbb: Drop some old versionsJames Le Cuirot2024-07-207-429/+0
| | | | Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* dev-cpp/tbb: Fix 2021.13.0 tests on non-x86 32-bit arches with patchJames Le Cuirot2024-07-141-0/+38
| | | | | | | | Thanks to John Paul Adrian Glaubitz for the patch. It has been submitted but not yet accepted upstream. Closes: https://bugs.gentoo.org/911759 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
* dev-cpp/tbb: fix build w/ gcc 13Sam James2023-04-281-0/+35
| | | | | Closes: https://bugs.gentoo.org/899746 Signed-off-by: Sam James <sam@gentoo.org>
* dev-cpp/tbb: add 2021.8.0Sam James2023-02-211-0/+26
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-cpp/tbb: backport pthread EAGAIN patch for moldSam James2022-11-191-0/+135
| | | | | Closes: https://bugs.gentoo.org/881161 Signed-off-by: Sam James <sam@gentoo.org>
* dev-cpp/tbb: backport x86 build fixSam James2022-05-111-0/+43
| | | | | Closes: https://bugs.gentoo.org/842762 Signed-off-by: Sam James <sam@gentoo.org>
* dev-cpp/tbb: add flag stripping patchSam James2022-04-281-0/+27
| | | | | | | Otherwise breaks with e.g. -Werror=format-security in *FLAGS. Bug: https://github.com/oneapi-src/oneTBB/pull/716 Signed-off-by: Sam James <sam@gentoo.org>
* dev-cpp/tbb: fix underlinking on muslSam James2022-02-071-0/+30
| | | | | | | | | | | | Avoid *context APIs. In theory, may not be needed (shouldn't be) given we've fixed our packaging of libucontext, but let's do this anyway as the fix is upstream, and it avoids possible otehr issues. Bug: https://github.com/rui314/mold/issues/281 Closes: https://bugs.gentoo.org/832700 Signed-off-by: Sam James <sam@gentoo.org>
* dev-cpp/tbb: fix undefined __TBB_machine_fetchadd4Alex Fan2022-01-201-0/+23
| | | | | | | Closes: https://bugs.gentoo.org/827883 Signed-off-by: Alex Fan <alex.fan.q@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/23878 Signed-off-by: Sam James <sam@gentoo.org>
* dev-cpp/tbb: add another musl patchSam James2022-01-171-0/+32
| | | | | Closes: https://bugs.gentoo.org/828704 Signed-off-by: Sam James <sam@gentoo.org>
* dev-cpp/tbb: fix build on muslSam James2022-01-161-0/+25
| | | | | Closes: https://bugs.gentoo.org/830698 Signed-off-by: Sam James <sam@gentoo.org>
* dev-cpp/tbb: add bug reference to patchSam James2022-01-021-0/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* dev-cpp/tbb: add 2021.4.0Sam James2021-10-291-0/+247
| | | | | Bug: https://bugs.gentoo.org/713582 Signed-off-by: Sam James <sam@gentoo.org>
* dev-cpp/tbb: remove unused patchesMichael Mair-Keimberger2020-05-252-202/+0
| | | | | | Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
* dev-cpp/tbb: version bump to 2020.1Guilherme Amadio2020-03-181-0/+62
| | | | | Package-Manager: Portage-2.3.94, Repoman-2.3.21 Signed-off-by: Guilherme Amadio <amadio@gentoo.org>
* dev-cpp/tbb: remove unused patchesMichael Mair-Keimberger2019-11-073-392/+0
| | | | | | Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/12762 Signed-off-by: Aaron Bauman <bman@gentoo.org>
* dev-cpp/tbb: clean duplicate patchesMarty E. Plummer2018-04-155-40/+2
| | | | | Closes: https://github.com/gentoo/gentoo/pull/7898 Package-Manager: Portage-2.3.28, Repoman-2.3.9
* dev-cpp/tbb: version bump to 4.4.20160803, bug #596130Matthias Maier2017-03-302-0/+208
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.2
* dev-cpp/tbb: version bump to 2017.20161128Matthias Maier2017-02-012-0/+208
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* dev-cpp/tbb: Drop oldJustin Lecher2015-09-202-201/+0
| | | | | Package-Manager: portage-2.2.20.1 Signed-off-by: Justin Lecher <jlec@gentoo.org>
* proj/gentoo: Initial commitRobin H. Johnson2015-08-084-0/+417
This commit represents a new era for Gentoo: Storing the gentoo-x86 tree in Git, as converted from CVS. This commit is the start of the NEW history. Any historical data is intended to be grafted onto this point. Creation process: 1. Take final CVS checkout snapshot 2. Remove ALL ChangeLog* files 3. Transform all Manifests to thin 4. Remove empty Manifests 5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$ 5.1. Do not touch files with -kb/-ko keyword flags. Signed-off-by: Robin H. Johnson <robbat2@gentoo.org> X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed