Skip to content
forked from wjakob/tbb

Intel TBB with CMake build system

License

Notifications You must be signed in to change notification settings

jiuyueshiwo/tbb

This branch is 1 commit behind wjakob/tbb:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

141b0e3 · Sep 8, 2020

History

82 Commits
Jul 13, 2020
Jul 13, 2020
Jul 13, 2020
Jul 13, 2020
Jul 13, 2020
Jul 13, 2020
Jul 13, 2020
Jul 13, 2020
Jul 13, 2020
Aug 23, 2017
Jul 5, 2020
Sep 7, 2020
Jul 13, 2020
Sep 8, 2020
Jun 19, 2019
Sep 28, 2016
Jul 13, 2020
Feb 2, 2015
Jul 17, 2020
Jul 13, 2020
Jul 13, 2020

Repository files navigation

Intel(R) Threading Building Blocks

Stable release Apache License Version 2.0 Build Status Build status

This is git repository is currently based on TBB 2020.2 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 & Clang). The armv7 and armv8 architectures are supported on Linux (GCC & Clang). 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.

The CMake build contains the following additional/changed files that are not part of the regular release: build/mingw_cross_toolchain.cmake, build/version_string.ver.in, .gitignore (modified), README.md (this file), and Makefile.old (renamed from Makefile).

About

Intel TBB with CMake build system

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 88.8%
  • C 6.0%
  • Assembly 1.9%
  • Python 0.9%
  • HTML 0.6%
  • CMake 0.5%
  • Other 1.3%