|
Revision tags: v2021.12.0-rc1, v2021.4.1, v2021.11.0 |
|
| #
f27eb147 |
| 06-Nov-2023 |
Vladislav Shchapov <[email protected]> |
CMake: add option TBB_INSTALL (#800)
Signed-off-by: Vladislav Shchapov <[email protected]>
|
|
Revision tags: v2021.2.4, v2021.11.0-rc1, v2021.11.0-src-rc1, v2021.2.3, v2021.10.0 |
|
| #
50a1320c |
| 06-Jun-2023 |
Ilya Isaev <[email protected]> |
Install pdb files on MSVC (#1063)
*.pdb files are shipped in GH prebuilt binaries but they are not installed when trying to do make install
Signed-off-by: Isaev, Ilya <[email protected]>
|
|
Revision tags: v2021.10.0-rc1, v2020.3.3, v2021.2.2, v2021.9.0, v2021.2.1, v2021.9.0-rc1, v2020.3.2 |
|
| #
d8604942 |
| 02-Mar-2023 |
sarathnandu <[email protected]> |
Fix for Cmake error when CMAKE_BUILD_TYPE is not set (#1037)
* Fix for Cmake error when CMAKE_BUILD_TYPE is not set
* Update the check for CMAKE_BUILD_TYPE
Signed-off-by: sarathnandu <sarath.n
Fix for Cmake error when CMAKE_BUILD_TYPE is not set (#1037)
* Fix for Cmake error when CMAKE_BUILD_TYPE is not set
* Update the check for CMAKE_BUILD_TYPE
Signed-off-by: sarathnandu <[email protected]>
* Update disabling LTO on debug mode.
Signed-off-by: sarathnandu <[email protected]>
* Update cmake/utils.cmake
Co-authored-by: Ilya Isaev <[email protected]>
* Updated the copyright info
Signed-off-by: sarathnandu <[email protected]>
---------
Signed-off-by: sarathnandu <[email protected]>
Co-authored-by: Ilya Isaev <[email protected]>
show more ...
|
|
Revision tags: v2021.8.0, v2021.8.0-rc1, v2020.3.1, v2021.7.0, v2021.7.0-rc1, v2021.6.0 |
|
| #
0a521127 |
| 27-Jun-2022 |
Anuya Welling <[email protected]> |
Tbb numa bug fix (#842)
* Add fix for close scheme numa affinity.
Signed-off-by: sarathnandu <[email protected]>
|
| #
801df0ed |
| 02-Jun-2022 |
Christoph Erhardt <[email protected]> |
Fix overeager stripping of compile flag (#716)
The existing regex strips all occurrences of the given string from
`${CMAKE_CXX_FLAGS}`, regardless of whether it is just a substring of a
flag. For
Fix overeager stripping of compile flag (#716)
The existing regex strips all occurrences of the given string from
`${CMAKE_CXX_FLAGS}`, regardless of whether it is just a substring of a
flag. For instance, `-Werror=format-security` gets truncated to
`=format-security`.
The new regex makes sure that only whole words get replaced.
Signed-off-by: Christoph Erhardt <[email protected]>
show more ...
|
|
Revision tags: v2021.6.0-rc1, v2021.5.0 |
|
| #
6feeba80 |
| 27-Oct-2021 |
Ivan Kochin <[email protected]> |
Use native CMake way to detect the IPO support (#608)
* Use native CMake way to detect the IPO support
Signed-off-by: Kochin Ivan <[email protected]>
|
|
Revision tags: v2021.5.0-rc2, v2021.5.0-rc1, v2021.4.0, v2021.4.0-rc1 |
|
| #
7941f880 |
| 21-Jul-2021 |
Ilya Isaev <[email protected]> |
Fix build and tests of statically linked oneTBB (#492)
Fix build of libraries and tests while linking statically.
Signed-off-by: buzyaba <[email protected]>
Co-authored-by: Alexey Veprev
Fix build and tests of statically linked oneTBB (#492)
Fix build of libraries and tests while linking statically.
Signed-off-by: buzyaba <[email protected]>
Co-authored-by: Alexey Veprev <[email protected]>
Co-authored-by: buzyaba <[email protected]>
show more ...
|
|
Revision tags: v2021.3.0, v2021.2.0, v2021.2.0-rc |
|
| #
b15aabb3 |
| 26-Jan-2021 |
tbbdev <[email protected]> |
Commit oneTBB source code 9ed4a21c
|
| #
d86ed7fb |
| 24-Dec-2020 |
tbbdev <[email protected]> |
Commit oneTBB source code 09241505
|
|
Revision tags: v2021.1.1 |
|
| #
8dcbd5b1 |
| 18-Nov-2020 |
tbbdev <[email protected]> |
Commit oneTBB source code 8fda6294
|