Releases: oneapi-src/oneTBB
Threading Building Blocks 2020 Update 1
What's new in TBB 2020 Update 1 and release notes can be found here: Changes and Release Notes.
Since 2018 U5 TBB binary packages include Parallel STL as a high-level component.
Threading Building Blocks 2020
What's new in TBB Update and release notes can be found here: Changes and Release Notes.
Since 2018 U5 TBB binary packages include Parallel STL as a high-level component.
Starting with TBB 2020 release:
- The new tag format is used for releases:
v<major_version>.<update>
(e.g.v2020.0
,v2020.1
, etc). Tags in the old format are also added for smooth transition during TBB 2020 (2020
,2020_U1
, etc.), but releases are not created based on these tags. - The new name format is used for TBB binary (
tbb-<major_version>.<update>-<os_suffix>.<ext>
) and documentation (tbb-<major_version>.<update>-doc.zip
) packages. - Version and date are not added to top-level folders in TBB binary packages.
Threading Building Blocks 2019 Update 9
What's new in TBB 2019 Update 9 and release notes can be found here: Changes and Release Notes.
Starting with TBB 2019 U9 release:
- Binary package for Linux contains TBB binaries built with GCC 4.8 and does not contain TBB binaries built with GCC 4.1, 4.4 and 4.7;
- Binary package for Windows does not contain TBB binaries built with vc12;
- Binary package for macOS does not contain universal binaries.
Fixes:
- TBBConfig.cmake files were updated in binary packages to resolve an issue with multiple invocation of
find_package(TBB)
.
Threading Building Blocks 2019 Update 8
What's new in TBB 2019 Update 8 and release notes can be found here: Changes and Release Notes.
Since 2018 U5 TBB binary packages include Parallel STL as a high-level component.
Threading Building Blocks 2019 Update 7
What's new in TBB 2019 Update 7 and release notes can be found here: Changes and Release Notes.
Since 2018 U5 TBB binary packages include Parallel STL as a high-level component.
Threading Building Blocks 2019 Update 6
What's new in TBB 2019 Update 6 and release notes can be found here: Changes and Release Notes.
Since 2018 U5 TBB binary packages include Parallel STL as a high-level component.
Threading Building Blocks 2019 Update 5
What's new in TBB 2019 Update 5 and release notes can be found here: Changes and Release Notes.
Since 2018 U5 TBB binary packages include Parallel STL as a high-level component.
Threading Building Blocks 2019 Update 4
What's new in TBB 2019 Update 4 and release notes can be found here: Changes and Release Notes.
Since 2018 U5 TBB binary packages include Parallel STL as a high-level component.
Threading Building Blocks 2019 Update 3
What's new in TBB 2019 Update 3 and release notes can be found here: Changes and Release Notes.
Since 2018 U5 TBB binary packages include Parallel STL as a high-level component.
Threading Building Blocks 2019 Update 2
What's new in TBB 2019 Update 2 and release notes can be found here: Changes and Release Notes.
Since 2018 U5 TBB binary packages include Parallel STL as a high-level component.
Starting with TBB 2019 U2 release:
- package for macOS contains intel64 binaries in
lib
directory, universal binaries are still available inlib/universal
sub-directory and can be sourced using tbbvars with optionuniversal
; - binary packages do not contain pre-generated Doxygen documentation, it can be generated from the source code using
make doxygen
.