Vladislav Shchapov

Results 25 issues of Vladislav Shchapov

### Description Fix invalid ``WORKING_DIRECTORY`` for tests and multi-config CMake Generator (like Microsoft Visual Studio). In a multi-configuration environment, the ``${CMAKE_RUNTIME_OUTPUT_DIRECTORY}`` variable may not correspond to the actual directory where...

Signed-off-by: Vladislav Shchapov ### Description Make installation optional. In the case of including oneTBB using add_subdirectory, it may require a custom installation rules. Fixes # - _issue number(s) if exists_...

A new bug was discovered after applying PR #739. Commit: 0ef804884856e791fe7bb173078a92daf3929f76 **Release build with LTO:** ``` phprus@mbp release % ps ax | grep test 31860 s011 S+ 0:04.12 ./appleclang_13.0_cxx17_64_release/test_global_control 31876...

bug

Commit: cd6a5f9f4a5bae9fc157fa03093c17b9f861c9f2 Compiler: ``` Apple clang version 13.0.0 (clang-1300.0.29.30) Target: arm64-apple-darwin21.2.0 Thread model: posix ``` Debug build. Test output: ``` [doctest] doctest version is "2.4.7" [doctest] run with "--help" for...

bug
tests

Commit: d1667d514df697f05d771602b268e92560c434c4 macOS 12.1 Xcode 13.2.1 Linker warning: ``` ld: warning: cannot export hidden symbol typeinfo for tbb::detail::r1::unsafe_wait from CMakeFiles/tbb.dir/exception.cpp.o ``` Workaround: Export any method from class ``unsafe_wait``. Workaround example:...

bug

… from CMakeFiles/tbb.dir/exception.cpp.o Signed-off-by: Vladislav Shchapov ### Description macOS 12.1 Xcode 13.2.1 Linker warning: ``` ld: warning: cannot export hidden symbol typeinfo for tbb::detail::r1::unsafe_wait from CMakeFiles/tbb.dir/exception.cpp.o ``` Fixes #713 -...

Commit: 0815661e4c08e4fcaf772d31c1313c63d629a32e ``` phprus@phprus:~> gcc-7 -v Using built-in specs. COLLECT_GCC=gcc-7 COLLECT_LTO_WRAPPER=/usr/lib64/gcc/x86_64-suse-linux/7/lto-wrapper OFFLOAD_TARGET_NAMES=hsa:nvptx-none Target: x86_64-suse-linux Configured with: ../configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --libdir=/usr/lib64 --libexecdir=/usr/lib64 --enable-languages=c,c++,objc,fortran,obj-c++,ada,go --enable-offload-targets=hsa,nvptx-none, --without-cuda-driver --enable-checking=release --disable-werror --with-gxx-include-dir=/usr/include/c++/7 --enable-ssp --disable-libssp...

bug

Signed-off-by: Vladislav Shchapov ### Description test_malloc_shutdown_hang (Debug build): Assertion isMallocInitialized() failed Fixes #558 (workaround) - [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...

bug fix
allocator

Commit: 26cedfabfc1ff13cd6fbc3d8ae03c33724d2343d GCC: ``gcc version 10.2.1 20200825 [revision c0746a1beb1ba073c7981eb09f55b3d993b32e5c] (SUSE Linux)`` CMake command: ``` CC=gcc-10 CXX=g++-10 cmake -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_STANDARD=17 -DBOOST_JSON_STANDALONE=ON -DBUILD_TESTING=ON -DBOOST_JSON_BUILD_TESTS=ON -DBOOST_JSON_BUILD_FUZZERS=OFF -DBOOST_JSON_BUILD_EXAMPLES=OFF -DCMAKE_CXX_FLAGS="-flto -fno-fat-lto-objects" ../.. ``` Warnings:...

@chriskohlhoff Boost 1.79 (https://github.com/boostorg/asio/commit/a7db875e4e23d711194bcbcb88510ee298ea2931) has a new asio version 1.22.2 Make a new standalone asio release please.