Adding README.md
authortbbdev <alexey.v.moskalev@intel.com>
Thu, 15 Sep 2016 11:52:33 +0000 (14:52 +0300)
committertbbdev <alexey.v.moskalev@intel.com>
Thu, 15 Sep 2016 11:52:33 +0000 (14:52 +0300)
README.md [new file with mode: 0644]

diff --git a/README.md b/README.md
new file mode 100644 (file)
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_\<major_version\> - 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.