Vladislav Shchapov

Results 25 issues of Vladislav Shchapov

CI error in my fork for upstream commit d1667d514df697f05d771602b268e92560c434c4: https://github.com/phprus/oneTBB/runs/4691593788?check_suite_focus=true Build: ubuntu-20.04_g++_cxx17_release_preview=ON ``` Start 5: test_collaborative_call_once 5/134 Test #5: test_collaborative_call_once .............***Timeout 180.11 sec ... 99% tests passed, 1 tests failed...

bug

CMake and testability improvements. I apologize for the large number of changes in single PR. Purpose of changes: 1) Support for compiling and running tests if ``argparse`` is included via...

Commit: 58653a3729f343c48fecb4809a894cd4ba0b8574 gcc version 11.3.0 OS: openSUSE 15.5 CPU: Intel(R) Core(TM) i7-2600 CPU @ 3.40GHz Without virtualization. Build commands: ```bash CC=gcc-11 CXX=g++-11 cmake -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_STANDARD=20 -DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ON ../.. cmake --build...

bug

### Description According to [GCC symbols visibility wiki](https://gcc.gnu.org/wiki/Visibility) page as such (with ``__attribute__ ((visibility ("default")))`` exported symbols should be explicitly marked, to allow compilating with ``-fvisibility=hidden`` flag. Previous PR: #786,...

bug fix
allocator

Please tell me does ``tbbmalloc_proxy`` supports overloading of operator ``new``/``delete`` with alignment (C++17)? Or not?

question
allocator

oneTBB (from yum repo): ``` phprus@phprus:~> ls -l /opt/intel/oneapi/tbb/latest lrwxrwxrwx 1 root root 8 Jan 16 13:16 /opt/intel/oneapi/tbb/latest -> 2021.8.0 ``` CMake: ``` ... set(TBB_ROOT "/opt/intel/oneapi/tbb/latest") find_package(TBB 2021 REQUIRED COMPONENTS...

infrastructure

Another implementation of PR #1645. Main differences: - Separate CPU-specific function prototypes and CPU-arch features checker. - Reducing dependencies between header files.

enhancement

Добрый день! Первоначально я написал это в комментарии к коммиту, но чтобы там не затерялось, выношу в issue. Проблема https://github.com/ilyakurdyukov/e2k-ports/blob/6fcb9429a0353dd7f8dcc39b3e12a4ffe5e05530/onetbb-2021.2-e2k.patch#L52-L58 может быть связана связана с инициализацией переменной ``mallocInitialized``: https://github.com/oneapi-src/oneTBB/blob/0815661e4c08e4fcaf772d31c1313c63d629a32e/src/tbbmalloc/frontend.cpp#L1944 Багрепорт:...

I suggest adding support for custom class/struct member names to the library. Like this example: ```c++ #include #include struct my_struct { int a; float b; char c; }; BOOST_DESCRIBE_STRUCT( my_struct,...

Workaround for changes in github actions https://github.com/actions/runner-images/issues/9701

Continuous Integration