From: tbbdev Date: Thu, 15 Sep 2016 11:52:33 +0000 (+0300) Subject: Adding README.md X-Git-Tag: accepted/tizen/6.0/unified/20201030.103508~20 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d238c1f393c2ecd46c6d13a2fdacc98ee275f3d9;p=platform%2Fupstream%2Ftbb.git Adding README.md --- d238c1f393c2ecd46c6d13a2fdacc98ee275f3d9 diff --git a/README.md b/README.md new file mode 100644 index 0000000..78810c0 --- /dev/null +++ b/README.md @@ -0,0 +1,30 @@ +# Intel(R) Threading Building Blocks + +Intel(R) Threading Building Blocks (Intel(R) TBB) lets you easily write parallel C++ programs that take +full advantage of multicore performance, that are portable, composable and have future-proof scalability. + +## Intel(R) TBB Distribution +* Commercial version: [https://software.intel.com/en-us/intel-tbb] (https://software.intel.com/en-us/intel-tbb) +* Community licensing: [https://software.intel.com/sites/campaigns/nest/] (https://software.intel.com/sites/campaigns/nest/) +* Open source version: [https://www.threadingbuildingblocks.org/] (https://www.threadingbuildingblocks.org/) +* Intel(R) TBB for Python\*: [http://anaconda.org/intel/tbb] (http://anaconda.org/intel/tbb) + +## Repository Content +This is an official Intel(R) TBB public GitHub repository. All source and binary packages starting from Intel(R) TBB 4.4 +can be found at the [Release page] (https://github.com/01org/tbb/releases). Packages with older versions of Intel(R) TBB can be found +at the [Intel(R) TBB open source site] (https://www.threadingbuildingblocks.org/) + +## Repository Structure +The Master branch is empty and contains only README.md. + +tbb_\ - branch for the new major version. All minor versions of the major release will be committed in this branch. + +For example: +* Intel(R) TBB 2017 initial release goes to branch tbb_2017. +* Intel(R) TBB 2017 Update 1 will go to branch tbb_2017 too. +* Intel(R) TBB 2018 initial release will go to branch tbb_2018. + +------------------------------------------------------------------------ +Intel and the Intel logo are trademarks of Intel Corporation or its subsidiaries in the U.S. and/or other countries. + +\* Other names and brands may be claimed as the property of others.