|
Revision tags: v2021.12.0-rc1, v2021.4.1, v2021.11.0, v2021.2.4 |
|
| #
fd1590c4 |
| 27-Sep-2023 |
GertyP <[email protected]> |
Fix msvc.cmake overwriting user TBB_COMMON_COMPILE_FLAGS values (#1217)
Most other /cmake/compilers/...cmake files preserve any user-supplied
flags. This change brings use of MSVC compile settings
Fix msvc.cmake overwriting user TBB_COMMON_COMPILE_FLAGS values (#1217)
Most other /cmake/compilers/...cmake files preserve any user-supplied
flags. This change brings use of MSVC compile settings in to line with
the documented behaviour of TBB_COMMON_COMPILE_FLAGS in -
https://github.com/oneapi-src/oneTBB/blob/master/cmake/README.md#cmake-files
Signed-off-by: Dan Hawson <[email protected]>
show more ...
|
|
Revision tags: v2021.11.0-rc1, v2021.11.0-src-rc1, v2021.2.3, v2021.10.0, v2021.10.0-rc1, v2020.3.3, v2021.2.2, v2021.9.0 |
|
| #
2110128e |
| 30-Mar-2023 |
sarathnandu <[email protected]> |
Introduce new SDL compile flags on Windows and fix warnings. (#1035)
* Add Windows compiler flags related to security and fix TBB Malloc Warnings.
---------
Signed-off-by: sarathnandu <sarath.na
Introduce new SDL compile flags on Windows and fix warnings. (#1035)
* Add Windows compiler flags related to security and fix TBB Malloc Warnings.
---------
Signed-off-by: sarathnandu <[email protected]>
Co-authored-by: Pavel Kumbrasev <[email protected]>
show more ...
|
|
Revision tags: v2021.2.1, v2021.9.0-rc1, v2020.3.2, v2021.8.0, v2021.8.0-rc1, v2020.3.1, v2021.7.0, v2021.7.0-rc1, v2021.6.0, v2021.6.0-rc1, v2021.5.0 |
|
| #
252ee0d3 |
| 17-Nov-2021 |
Sergey Zheltov <[email protected]> |
CMake: fix warning 'LNK4044: unrecognized option /openmp' (#661)
Signed-off-by: Zheltov, Sergey1 <[email protected]>
|
| #
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 |
|
| #
ef970eb0 |
| 08-Oct-2021 |
Ilya Isaev <[email protected]> |
Detect 32 bit x86 systems while adding -mwaitpkg option (#609)
Signed-off-by: Ilya Isaev <[email protected]>
|
| #
b61fd081 |
| 07-Oct-2021 |
Sergey Zheltov <[email protected]> |
CMake: disable build of tbbmalloc_proxy on Windows ARM64 (#604)
Signed-off-by: Zheltov, Sergey1 <[email protected]>
|
|
Revision tags: v2021.4.0 |
|
| #
43169c24 |
| 16-Sep-2021 |
Sergey Zheltov <[email protected]> |
CMake: fix compile options for Windows ARM64 (#579)
Signed-off-by: Zheltov, Sergey1 <[email protected]>
|
|
Revision tags: v2021.4.0-rc1 |
|
| #
1167f54b |
| 11-Aug-2021 |
Sergey Zheltov <[email protected]> |
CMake: suppress alignment warning for ARM64-MSVC (#532)
Signed-off-by: Zheltov, Sergey1 <[email protected]>
|
| #
a070e5f2 |
| 29-Jul-2021 |
Ilya Mishin <[email protected]> |
Fix optimization flag on icx Windows Release build (#513)
Signed-off-by: Mishin, Ilya <[email protected]>
|
| #
dbccbee9 |
| 22-Jul-2021 |
Ilya Mishin <[email protected]> |
ICX compiler support on windows (#499)
* Support ICX on windows
Signed-off-by: Mishin, Ilya <[email protected]>
* clang macro
Signed-off-by: Mishin, Ilya <[email protected]>
* up
ICX compiler support on windows (#499)
* Support ICX on windows
Signed-off-by: Mishin, Ilya <[email protected]>
* clang macro
Signed-off-by: Mishin, Ilya <[email protected]>
* update compiler map
Signed-off-by: Mishin, Ilya <[email protected]>
* fix intptr_t
Signed-off-by: Mishin, Ilya <[email protected]>
* fix duplicate
Signed-off-by: Mishin, Ilya <[email protected]>
* fix spaces
Signed-off-by: Mishin, Ilya <[email protected]>
* fix spaces 2
Signed-off-by: Mishin, Ilya <[email protected]>
* update style
Signed-off-by: Mishin, Ilya <[email protected]>
* Update CMakeLists.txt
* Update test_openmp.cpp
show more ...
|
| #
c646de01 |
| 01-Jul-2021 |
Ivan Kochin <[email protected]> |
Fix LTO flags for Visual Studio compilation with old Cmake versions(<3.13) (#471)
Signed-off-by: Kochin Ivan <[email protected]>
|
|
Revision tags: v2021.3.0 |
|
| #
a3635ce5 |
| 29-Jun-2021 |
Ivan Kochin <[email protected]> |
Fix LTO flags on Windows for old CMake versions (#466)
* Fix LTO flags for old CMake versions
* Update cmake/README.md
Signed-off-by: Kochin Ivan <[email protected]>
|
| #
ac3d43b6 |
| 21-Jun-2021 |
Ivan Kochin <[email protected]> |
Enable intermodular optimization during the compilation (#432)
* Enable IPO during the compilation
* Add compilation flag for clang++
* Rework CMake approach
* Disable LTO on Android due to Andro
Enable intermodular optimization during the compilation (#432)
* Enable IPO during the compilation
* Add compilation flag for clang++
* Rework CMake approach
* Disable LTO on Android due to Android NDK bug
* Remove redundant code
Signed-off-by: Kochin, Ivan <[email protected]>
show more ...
|
|
Revision tags: v2021.2.0, v2021.2.0-rc |
|
| #
b15aabb3 |
| 26-Jan-2021 |
tbbdev <[email protected]> |
Commit oneTBB source code 9ed4a21c
|
|
Revision tags: v2021.1.1 |
|
| #
8dcbd5b1 |
| 18-Nov-2020 |
tbbdev <[email protected]> |
Commit oneTBB source code 8fda6294
|
| #
49e08aac |
| 28-Oct-2020 |
tbbdev <[email protected]> |
Commit oneTBB source code 6420d97a
|
|
Revision tags: v2021.1-beta10 |
|
| #
51c0b2f7 |
| 25-Sep-2020 |
tbbdev <[email protected]> |
Commit oneTBB source code 4ebd2d06
|