Update outdated URLs in comments (#1129)* Update outdated URLs in comments Signed-off-by: Olga Malysheva <[email protected]> Co-authored-by: Dmitri Mokhov <[email protected]>
Fix filenames strip for tbb4py installation on newer versions of setuptools (#1072)When using setuptools version > 60 there is issue with cutting names of install files when passing build directory
Fix filenames strip for tbb4py installation on newer versions of setuptools (#1072)When using setuptools version > 60 there is issue with cutting names of install files when passing build directory with ./. Workaround is to use intermediate directory instead of ./. Signed-off-by: Isaev, Ilya <[email protected]>
show more ...
Remove shebang lines from Python files (#1017)These files do not have the executable bit set in their file mode, and they only need to be run as modules, not as executable scripts. Signed-off-b
Remove shebang lines from Python files (#1017)These files do not have the executable bit set in their file mode, and they only need to be run as modules, not as executable scripts. Signed-off-by: Jonathan Wakely <[email protected]> Signed-off-by: Jonathan Wakely <[email protected]>
Fix: warning: empty expression statement has no effect; remove unnecessary ';' to silence this warning [-Wextra-semi-stmt]. (#969)Signed-off-by: Vladislav Shchapov <[email protected]>
Fix tbb4py test sporadic fails (#913)There are sporadic fails with tbb4py test (test.py). The problem is that some test cases rely on the fact, that submitted async work will not finish until calli
Fix tbb4py test sporadic fails (#913)There are sporadic fails with tbb4py test (test.py). The problem is that some test cases rely on the fact, that submitted async work will not finish until calling get with timeout. To do there is a call for time.sleep in functor submitted. Sporadically, expected result is not happening (like OSX example in issue) so to prevent that, the blocking is used. Signed-off-by: Isaev, Ilya <[email protected]>
Update copyright year 2021 -> 2022 (#769)Signed-off-by: Zheltov, Sergey1 <[email protected]>
Simplify private worker synchronization mechanism (#754)Signed-off-by: Alexei Katranov <[email protected]>
Fix DLL loading for tbb4py on Windows (#749)* Fix DLL loading for tbb4py on Windows Signed-off-by: Zheltov, Sergey1 <[email protected]> * Fix copyright year Signed-off-by: Zheltov,
Fix DLL loading for tbb4py on Windows (#749)* Fix DLL loading for tbb4py on Windows Signed-off-by: Zheltov, Sergey1 <[email protected]> * Fix copyright year Signed-off-by: Zheltov, Sergey1 <[email protected]>
CMake: add python_build target to ALL (#635)Signed-off-by: Veprev, Alexey [email protected]
CMake/pkg-config: fix paths in .pc file with absolute GNUInstallDirs (#395)Signed-off-by: Jan Tojnar <[email protected]>
Commit oneTBB source code b0fb1535
Commit oneTBB source code 9ed4a21c
Commit oneTBB source code 09241505
Commit oneTBB source code 8fda6294
Commit oneTBB source code 6420d97a
Commit oneTBB source code 4ebd2d06