fatduckling
fatduckling
Hi, When I'm trying to compile for Android using `android-ndk-r26b-linux`, it fails with the error: ``` $ cmake -DCMAKE_BUILD_TYPE=Release -DTBB_STRICT=OFF -DCMAKE_TOOLCHAIN_FILE=$ANDROID_NDK_ROOT/build/cmake/android.toolchain.cmake -DANDROID_ABI=arm64-v8a -DANDROID_PLATFORM=$ANDROID_SDK_MINIMUM -DTBB_TEST=OFF -DCMAKE_INSTALL_PREFIX=$ANDROID_NDK_ROOT/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr -DCMAKE_INSTALL_LIBDIR=lib/aarch64-linux-android /tmp/tbb -B /tmp/tbb/build $...
Hi Thanks for the great library! We have support for intel tbb package: `intel-tbb | c28c8be | Intel Threading Building Blocks` However, it is now replaced with oneTbb, so the...
# Summary Hi I'm using [mxe](https://github.com/mxe/mxe) to cross compile oneTbb from Debian to Windows. I'm getting the following when compiling the library: ``` # environment NM=$MXE_ROOT/usr/bin/i686-w64-mingw32.shared-nm AR=$MXE_ROOT/usr/bin/i686-w64-mingw32.shared-ar CC=$MXE_ROOT/usr/bin/i686-w64-mingw32.shared-gcc CXX=$MXE_ROOT/usr/bin/i686-w64-mingw32.shared-g++ HOST=i686-w64-mingw32.shared...
Hi I'm trying to build [oneTBB 2021.13.0](https://github.com/oneapi-src/oneTBB/releases/tag/v2021.13.0) (latest version at the time of writing) using gcc 14. Here is the command I'm using to build it: ``` rm -rf /tmp/v2021.13.0/build_WINDOWS_X86_64/*...
Hi Would it be possible to add an option to force all traffic to go through a relay (TURN server) for added privacy? This allows hiding the local IP address....
Hi, Thanks for the great library. This is just a simple warning from Valgrind: ``` ==14203== Use of uninitialised value of size 8 ==14203== at 0x1C0141: ma_dr_mp3_L3_huffman (miniaudio.c:79170) ==14203== by...
Hi Thanks for the great library. Just a suggestion if we can support advanced union features in Dart? ```c++ bool Parser::SupportsAdvancedUnionFeatures() const { return (opts.lang_to_generate & ~(IDLOptions::kCpp | IDLOptions::kTs |...