Roman Beránek
e13535f822
drop deprecated TBB components ( #6590 )
...
Quite some time ago, many of the TBB components were deprecated in favor
of their near-equivalents in the STL or, in the case of task_scheduler_init,
were broken up and reconstituted under a less ad-hoc logic. Every time a header
file marked deprecated gets included, a rather loud warning is emitted, which
leads to a complete TBB's domination over the stderr stream during build time,
making it harder to notice _legitimate_ warnings.
Instead of merely muting the output with TBB_SUPPRESS_DEPRECATED_MESSAGES,
perform a genuine migration away from the deprecated components with the added
benefit of achieving a source compatibility with oneTBB, the successor to TBB
which has dropped the deprecated API for good.
What got replaced for what?
| Deprecated | Replacement |
| ------------------------------------- | --------------------------------------------- |
| `tbb::atomic` | `std::atomic` |
| `tbb::mutex` | `std::mutex` |
| `tbb::mutex::scoped_lock` | `std::scoped_lock<std::mutex>` |
| `tbb::mutex::scoped_lock` (empty) | `std::unique_lock<std::mutex>` (deferred) |
| `tbb::task_scheduler_init` | `tbb::global_control` |
| `tbb::this_thread` | `std::this_thread` |
Signed-off-by: Roman Beranek <roman.beranek@prusa3d.com >
2021-06-23 11:48:48 +02:00
..
2021-06-18 19:46:04 +02:00
2021-06-08 10:28:23 +02:00
2021-06-18 19:46:04 +02:00
2021-05-31 12:54:48 +02:00
2021-05-11 13:12:25 +02:00
2021-06-08 10:07:47 +02:00
2021-06-11 12:27:58 +02:00
2021-06-18 19:46:04 +02:00
2020-12-07 19:04:09 +01:00
2021-06-23 11:48:48 +02:00
2021-06-22 09:54:08 +02:00
2021-06-18 19:46:04 +02:00
2020-09-25 10:44:22 +02:00
2021-05-24 12:20:29 +02:00
2021-02-05 13:26:23 +01:00
2021-06-18 19:46:04 +02:00
2021-06-18 19:46:04 +02:00
2021-02-08 17:52:29 +01:00
2021-01-29 10:47:02 +01:00
2021-06-18 19:46:04 +02:00
2021-06-08 15:10:01 +02:00
2021-06-08 15:10:01 +02:00
2020-09-14 18:03:22 +02:00
2021-06-18 19:46:04 +02:00
2020-10-01 20:05:31 +02:00
2021-06-18 19:46:04 +02:00
2021-05-07 12:22:54 +02:00
2021-06-18 19:46:04 +02:00
2021-06-18 19:46:04 +02:00
2021-05-07 12:51:10 +02:00
2021-05-07 09:01:57 +02:00
2021-06-21 14:30:28 +02:00
2021-06-16 18:20:26 +02:00
2021-06-18 19:46:04 +02:00
2021-05-28 13:41:36 +02:00
2021-06-18 19:46:04 +02:00
2021-06-15 12:38:05 +02:00
2021-06-18 19:46:04 +02:00
2021-06-18 19:46:04 +02:00
2021-06-18 19:46:04 +02:00
2020-12-14 12:23:29 +01:00
2021-01-29 10:47:02 +01:00
2021-06-07 11:54:16 +02:00
2021-06-07 11:54:16 +02:00
2021-06-16 06:06:33 +02:00
2021-06-07 11:54:16 +02:00
2021-05-11 13:12:25 +02:00
2021-05-11 13:12:25 +02:00
2021-05-28 16:44:13 +02:00
2020-12-11 12:27:07 +01:00
2020-12-10 13:20:25 +01:00
2020-12-10 13:20:25 +01:00
2020-05-22 16:08:02 +02:00
2020-11-24 11:09:05 +01:00
2021-06-04 10:23:31 +02:00
2021-06-04 10:23:31 +02:00
2021-06-18 21:54:20 +02:00
2021-06-18 21:54:20 +02:00
2021-06-18 19:46:04 +02:00
2021-06-18 19:46:04 +02:00
2021-03-15 16:19:22 +01:00
2020-10-23 07:51:58 +02:00
2021-06-18 19:46:04 +02:00
2020-05-22 15:26:35 +02:00
2021-06-18 19:46:04 +02:00
2021-06-18 19:46:04 +02:00
2021-06-18 19:46:04 +02:00
2021-06-18 19:46:04 +02:00
2021-06-18 19:46:04 +02:00
2021-06-18 19:46:04 +02:00
2021-06-18 19:46:04 +02:00
2021-06-18 19:46:04 +02:00
2021-06-19 11:45:48 +02:00
2021-06-18 19:46:04 +02:00
2021-06-18 19:46:04 +02:00
2020-12-03 11:03:16 +01:00
2020-06-16 17:03:06 +02:00
2021-04-15 15:19:03 +02:00
2020-08-06 13:36:21 +02:00
2021-02-24 09:31:51 +01:00
2021-06-23 11:48:48 +02:00
2021-02-24 09:31:51 +01:00
2021-02-24 09:31:51 +01:00
2021-06-18 19:46:04 +02:00
2020-12-09 14:03:30 +01:00
2021-06-23 10:30:15 +02:00
2021-06-18 19:46:04 +02:00
2021-05-28 16:44:13 +02:00
2021-05-18 15:05:30 +02:00
2021-06-23 11:48:48 +02:00
2021-06-23 11:48:48 +02:00
2021-06-18 19:46:04 +02:00
2021-06-18 19:46:04 +02:00
2021-05-20 13:09:45 +02:00
2021-05-07 09:01:57 +02:00
2021-06-18 19:46:04 +02:00
2021-06-16 06:06:33 +02:00
2021-06-18 19:46:04 +02:00
2020-12-08 17:10:17 +01:00
2021-04-20 11:42:34 +02:00
2021-04-20 11:42:34 +02:00
2021-06-18 19:46:04 +02:00
2021-06-18 19:46:04 +02:00
2021-06-18 19:46:04 +02:00
2020-11-12 15:24:47 +01:00
2021-06-18 19:46:04 +02:00
2021-06-17 21:29:18 +02:00
2021-06-18 19:46:04 +02:00
2021-06-18 19:46:04 +02:00
2021-06-18 19:46:04 +02:00
2021-06-18 19:46:04 +02:00
2021-06-02 11:28:55 +02:00
2020-06-16 17:03:06 +02:00
2021-06-18 19:46:04 +02:00
2021-03-12 11:31:05 +01:00
2021-06-18 19:46:04 +02:00
2021-06-18 19:46:04 +02:00
2021-06-17 08:16:54 +02:00
2021-04-20 16:07:39 +02:00
2021-06-18 19:46:04 +02:00
2021-06-23 11:48:48 +02:00
2021-06-23 11:48:48 +02:00
2021-04-15 13:48:20 +02:00
2021-02-25 12:40:42 +01:00
2020-11-05 11:53:16 -08:00
2021-06-18 19:46:04 +02:00
2021-05-11 11:02:12 +02:00
2021-05-31 12:54:48 +02:00
2021-05-28 16:44:13 +02:00
2021-06-18 19:46:04 +02:00
2021-01-27 10:40:38 +01:00
2021-06-18 21:54:20 +02:00
2021-06-18 19:46:04 +02:00
2021-06-18 19:46:04 +02:00
2021-02-09 09:56:19 +01:00
2021-06-18 19:46:04 +02:00
2021-06-18 19:46:04 +02:00
2021-06-18 19:46:04 +02:00
2021-06-18 19:46:04 +02:00