Anton Potapov

Results 13 issues of Anton Potapov

- Introfuced internal two helper classes : - literal_const_string - static_string - refactored dynamic_link and handle_perror functions to use them ### Description _Add comprehensive description of proposed changes_ Fixes #...

enhancement

### Description This patch adds preliminary support of [Emscripten](https://emscripten.org/) compiler Fixes #460 - [x] - git commit message contains appropriate signed-off-by string _(see [CONTRIBUTING.md](https://github.com/oneapi-src/oneTBB/blob/master/CONTRIBUTING.md#pull-requests) for details)_ ### Type of change...

enhancement

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

bug fix

compiled with gcc 11 ( ```make ~/git/onetbb/ -G Ninja -DCMAKE_CXX_COMPILER=g++-11 -DCMAKE_C_COMPILER=gcc-11``` ), test gives this: ``` [doctest] doctest version is "2.4.7" [doctest] run with "--help" for options =============================================================================== /home/anton/git/onetbb/test/tbb/test_mutex.cpp:114: TEST...

bug

Implicit "thread" capacity increase of `task_arena` created with `max_concurrency = 1` and `reserved_for_masters = 1` shoud be described.

TBB

At the moment spec 1.1 says that `oneapi::tbb::task_scheduler_handle` is declared in `` which seems controversial.

TBB

Spec should specify: 1. when the function `F` passed into `run`/`run_and_wait` and `defer` is destroyed. 2. destroyed properly , i.e. it 's destructor is called 3. How does this relates...

TBB

server version is 1.5. Indigo eclipse, last repository version. I',m trying to log into a intranet server. I'm sure that credentials are correct because I do can log in via...

At the moment there is no way to log moments of the test suite start and end, as were are not according callbacks. This feature can be useful to trace...

has-workaround
category/reporting
type/feature-proposal