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
.