José

Results 5 comments of José

> @TheClonerx Would this recipe only be compatible with Conan > 2.0? I am looking for oneTBB 2021.5.0 for Conan 1.x. I'm not familiarized with the Conan 2.0 API, this...

mingw's gcc supports two thread models: win32 & posix. while it looks like clang only supports posix when targeting x86_64-w64-windows-gnu. clang also supports dwarf2 (`-fdwarf-exceptions`), sjlj (`-fsjlj-exceptions`) and seh (`...

and there's also [llvm-mingw](https://www.mingw-w64.org/downloads/#llvm-mingw), which while still using mingw windows headers, it uses llvm's toolchain, libc++ plus msvcrt/ucrt

I'm using a custom boost namespace, but ranges-v3 is harcoded to use `boost` instead of the proper `BOOST_EXTENSION_NAMESPACE`. ``` .../external/range-v3-0.12.0/include/range/v3/detail/satisfy_boost_range.hpp:24:11: error: namespace alias 'boost' not allowed here, assuming 'boost_1_79_0' 24...

I was planning on writing a Conan recipe for this project, currently the only missing packages in CCI are SQLiteModernCpp & soralog.