mirror of
https://github.com/wjakob/tbb.git
synced 2026-08-30 00:50:40 +08:00
30 lines
1.6 KiB
Markdown
30 lines
1.6 KiB
Markdown
### Intel(R) Threading Building Blocks
|
|
|
|
[](https://github.com/01org/tbb/releases/tag/2017_U7)
|
|
[](LICENSE)
|
|
[](https://travis-ci.org/wjakob/tbb)
|
|
[](https://ci.appveyor.com/project/wjakob/tbb/branch/master)
|
|
|
|
This is git repository is currently based on TBB 2017 Update 7 and will be
|
|
updated from time to time to track the most recent release. The only
|
|
modification is the addition of a CMake-based build system.
|
|
|
|
This is convenient for other projects that use CMake and TBB because TBB can be
|
|
easily incorporated into their build process using git submodules and a simple
|
|
``add_subdirectory`` command.
|
|
|
|
Currently, the CMake-based build can create shared and static versions of
|
|
`libtbb`, `libtbbmalloc` and `libtbbmalloc_proxy` for the Intel `i386` and
|
|
`x86_64` architectures on Windows (Visual Studio, MinGW), MacOS (clang) and
|
|
Linux (gcc). Other combinations may work but have not been tested.
|
|
|
|
See index.html for general directions and documentation regarding TBB.
|
|
|
|
See examples/index.html for runnable examples and directions.
|
|
|
|
See http://threadingbuildingblocks.org for full documentation
|
|
and software information.
|
|
|
|
Note: Intel, Thread Building Blocks, and TBB are either registered trademarks or
|
|
trademarks of Intel Corporation in the United States and/or other countries.
|