Skip to content

praveenkv/tbb

 
 

Repository files navigation

Intel(R) Threading Building Blocks

[Stable release] (https://github.com/01org/tbb/releases/tag/2017_U3) Apache License Version 2.0 Build Status Build status

This is git repository is currently based on TBB 2017 Update 3 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/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.

About

Thread Building Blocks with CMake build

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 89.8%
  • C 6.0%
  • Assembly 1.8%
  • HTML 0.6%
  • Python 0.6%
  • Shell 0.4%
  • Other 0.8%