Wenzel Jakob 615d690c16 removed debug postfix
Build-specific postfixes are a relic of build systems that place
binaries from multiple different build types into the same output
directory. This is needlessly confusing and not necessary for
CMake-based build systems, since they either use a fixed build type
(Linux: Ninja, Makefile generators) or separate configurations with
different output directories (MSVC).
2017-04-10 15:35:54 +02:00
2017-02-22 15:04:45 +01:00
2017-02-22 15:04:45 +01:00
2017-02-22 15:04:45 +01:00
2017-02-22 15:04:45 +01:00
2017-02-22 15:04:45 +01:00
2017-02-22 15:04:45 +01:00
2017-04-10 15:35:54 +02:00
2017-03-06 19:52:11 +01:00
2017-02-22 15:04:45 +01:00
2017-04-10 15:35:54 +02:00
2017-02-22 15:04:45 +01:00
2017-02-22 15:04:45 +01:00
2015-02-02 16:34:24 +01:00

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.

S
Description
No description provided
Readme Apache-2.0 10 MiB
Languages
C++ 88.1%
C 6.7%
Assembly 1.4%
Python 0.9%
HTML 0.6%
Other 2.1%