• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..29-Jul-2021-

build/H03-May-2022-7,6246,269

cmake/H29-Jul-2021-1,5831,288

doc/H03-May-2022-

examples/H03-May-2022-125,738105,317

include/H03-May-2022-47,37933,328

jni/H29-Jul-2021-13185

python/H03-May-2022-2,9832,135

src/H03-May-2022-132,97499,362

CHANGESH A D29-Jul-2021112.8 KiB2,9202,216

DoxyfileH A D29-Jul-202154.4 KiB1,326953

LICENSEH A D29-Jul-202111.1 KiB202169

MakefileH A D29-Jul-20212.5 KiB7642

READMEH A D29-Jul-2021353 127

README.mdH A D29-Jul-20211.9 KiB3424

README

1Intel(R) Threading Building Blocks - README
2
3See index.html for directions and documentation.
4
5If source is present (./Makefile and src/ directories),
6type 'gmake' in this directory to build and test.
7
8See examples/index.html for runnable examples and directions.
9
10See http://threadingbuildingblocks.org for full documentation
11and software information.
12

README.md

1# Threading Building Blocks 2020
2[![Stable release](https://img.shields.io/badge/version-2020.3-green.svg)](https://github.com/intel/tbb/releases/tag/v2020.3)
3[![Apache License Version 2.0](https://img.shields.io/badge/license-Apache_2.0-green.svg)](LICENSE)
4
5Threading Building Blocks (TBB) lets you easily write parallel C++ programs that take
6full advantage of multicore performance, that are portable, composable and have future-proof scalability.
7
8## Release Information
9Here are the latest [Changes](CHANGES) and [Release Notes](doc/Release_Notes.txt) (contains system requirements and known issues).
10
11Since [2018 U5](https://github.com/intel/tbb/releases/tag/2018_U5) TBB binary packages include [Parallel STL](https://github.com/intel/parallelstl) as a high-level component.
12
13## Documentation
14* TBB [tutorial](https://software.intel.com/en-us/tbb-tutorial)
15* TBB general documentation: [stable](https://software.intel.com/en-us/tbb-documentation). For latest documentation please refer to the [latest](https://github.com/intel/tbb/releases/latest) release assets.
16
17## Support
18Please report issues and suggestions via
19[GitHub issues](https://github.com/intel/tbb/issues) or start a topic on the
20[TBB forum](http://software.intel.com/en-us/forums/intel-threading-building-blocks/).
21
22## How to Contribute
23To contribute to TBB, please open a GitHub pull request (preferred) or send us a patch by e-mail.
24Threading Building Blocks is licensed under [Apache License, Version 2.0](LICENSE).
25By its terms, contributions submitted to the project are also done under that license.
26
27## Engineering team contacts
28* [E-mail us.](mailto:inteltbbdevelopers@intel.com)
29
30------------------------------------------------------------------------
31Intel and the Intel logo are trademarks of Intel Corporation or its subsidiaries in the U.S. and/or other countries.
32
33\* Other names and brands may be claimed as the property of others.
34