| fabaaa65 | 05-Feb-2024 |
JhaShweta1 <[email protected]> |
Flag to compile oneTBB without threads (#1303)
* compile WASM without pthread |
| 8259efb3 | 27-Nov-2023 |
JhaShweta1 <[email protected]> |
emscriptem 3.1.45+ doesn't support mrtm and waitpkg (#1271)
WASM: build fails for Emscripten 3.1.45+ |
| 6ae3df4c | 20-Oct-2023 |
bavirnen <[email protected]> |
Use correct OpenMP compile flags for Intel LLVM compiler (#1232) |
| 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 ...
|
| 2a6bd1e1 | 11-Sep-2023 |
Julien Schueller <[email protected]> |
CMake: -z linker flag is not supported on MinGW either (#1193)
Co-authored-by: Ilya Isaev <[email protected]> |
| 7cee2251 | 11-Aug-2023 |
JhaShweta1 <[email protected]> |
Enable WASM on oneTBB (#1006)
* WASM/emscripten on oneTBB
---------
Co-authored-by: Ilya Isaev <[email protected]>
Co-authored-by: Pavel Kumbrasev <[email protected]> |
| 539cbb3e | 27-Jul-2023 |
Ilya Isaev <[email protected]> |
Remove unsupported -z switch while compiling on MacOS (#1150)
Signed-off-by: Isaev, Ilya <[email protected]> |
| b74f657b | 05-Jun-2023 |
Brad Smith <[email protected]> |
Use CMAKE_DL_LIBS to properly choose to use libdl or not. (#1120)
Fixes build on *BSD with GCC. Same also done here for Clang..
https://github.com/oneapi-src/oneTBB/commit/dbccbee9f5527e802925852e2
Use CMAKE_DL_LIBS to properly choose to use libdl or not. (#1120)
Fixes build on *BSD with GCC. Same also done here for Clang..
https://github.com/oneapi-src/oneTBB/commit/dbccbee9f5527e802925852e225b1d1584f43a7a
show more ...
|
| 84bf9d45 | 27-Apr-2023 |
JhaShweta1 <[email protected]> |
Update Doctest to newer version (#999)
Co-authored-by: pavelkumbrasev <[email protected]> |
| 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 ...
|
| f91f55f2 | 14-Mar-2023 |
sarathnandu <[email protected]> |
Fix test build failure in Mips for debug mode. (#1042)
* Removed the "-fPIC -shared" flag added by cmake by default.
Signed-off-by: sarathnandu <[email protected]> |
| e2dca807 | 13-Feb-2023 |
sarathnandu <[email protected]> |
Add Compiler defense flags to Clang and Gnu cmake files (#1022)
* Add flags to prevent compiler from optimizing out security checks |
| 3b161438 | 16-Jan-2023 |
sarathnandu <[email protected]> |
Prevent compiler from optimizing out security checks (#1007)
Add flags to prevent compiler from optimizing out security checks |
| 3c91aea5 | 27-Sep-2022 |
Vladislav Shchapov <[email protected]> |
Fix universal binary build on macos. (#919)
Signed-off-by: Vladislav Shchapov <[email protected]> |
| e0cc5187 | 24-Jan-2022 |
Ilya Isaev <[email protected]> |
Split tbb::flow::join_node testing into separate test files (#741)
In order to reduce GOT size on MIPS that leads to linkage errors (relocation truncated to fit: R_MIPS_GOT_PAGE) in debug, tbb::flow
Split tbb::flow::join_node testing into separate test files (#741)
In order to reduce GOT size on MIPS that leads to linkage errors (relocation truncated to fit: R_MIPS_GOT_PAGE) in debug, tbb::flow::join_node testing was split into separate files.
Signed-off-by: Ilya Isaev <[email protected]>
show more ...
|
| 252ee0d3 | 17-Nov-2021 |
Sergey Zheltov <[email protected]> |
CMake: fix warning 'LNK4044: unrecognized option /openmp' (#661)
Signed-off-by: Zheltov, Sergey1 <[email protected]> |
| ce476173 | 09-Nov-2021 |
Julien Schueller <[email protected]> |
Fix build with MinGW (#618)
Signed-off-by: Julien Schueller <schueller at phimeca dot com> |
| c8211a21 | 09-Nov-2021 |
Ilya Isaev <[email protected]> |
Fix code coverage on macOS (#643)
Changed macro logic to let bool governor::wait_package_enabled() be called on macOS
Signed-off-by: Ilya Isaev <[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]> |
| c4a42feb | 14-Oct-2021 |
Ganael Laplanche <[email protected]> |
Fix FreeBSD/amd64 build on 13-STABLE and 14-CURRENT (clang >= 12.0.1) (#614)
Fix build on FreeBSD/amd64 with clang >= 12 or gcc >= 11 |
| 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]> |
| 43169c24 | 16-Sep-2021 |
Sergey Zheltov <[email protected]> |
CMake: fix compile options for Windows ARM64 (#579)
Signed-off-by: Zheltov, Sergey1 <[email protected]> |
| 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]> |