SpaceIm
SpaceIm
Currently, everything -except Util- goes into global namespace with very common names (Vector, DateTime, Observer etc). Even namespace Util is too common. Everything (including namespace Util) should go into a...
When I try to compile mFAST with Boost >= 1.76.0 and apple-clang 13.0 on Macos, it fails with errors related to Boost.multiprecision: Click to expand log ``` [23/59] Building CXX...
@charles-lunarg The latest tag is 0.5, and it's 9 months old. In the meantime, there were few important fixes on macOS in vk-bootstrap like `VK_KHR_portability_subset` & `VK_KHR_portability_enumeration` support. Could you...
[bug] CMakeDeps: `<name>_LIBRARIES` variable is not suitable for macros like `check_symbol_exists`
### Environment Details (include every applicable attribute) * Operating System+version: macOS Monterey * Compiler+version: AppleClang 14 * Conan version: 1.52.0 * Python version: 3.10.6 * cmake version: 3.24.2 ### Steps...
- [x] I've read the [CONTRIBUTING guide](https://github.com/conan-io/conan/blob/develop/.github/CONTRIBUTING.md). Properly written CMakeLists of C and C++ libraries propagate interface c_std & cxx_std compile feature in imported targets. It would be nice if...
### Environment Details (include every applicable attribute) * Operating System+version: Any * Compiler+version: Any * Conan version: 1.52.0 * Python version: 3.10.6 ### Steps to reproduce (Include if Applicable) -...
[bug] `conan create -kb` doesn't inject `tools.microsoft.bash:subsystem` config from `tool_requires`
### Environment Details (include every applicable attribute) * Operating System+version: Windows 10 * Compiler+version: MinGW 9 / gcc 11.2 * Conan version: 1.52.0 * Python version: 3.10.2 ### Steps to...
- [x] I've read the [CONTRIBUTING guide](https://github.com/conan-io/conan/blob/develop/.github/CONTRIBUTING.md). To build `xz_utils/5.2.5` with Visual Studio 2022 in https://github.com/conan-io/conan-center-index/pull/13038, vcxproj file must be updated with a different Platform Toolset, how to achieve that...
### Environment Details (include every applicable attribute) * Operating System+version: Windows 10 * Compiler+version: MinGW 9 / gcc 11.2 * Conan version: 1.52.0 * Python version: 3.10.2 ### Steps to...
- [x] I've read the [CONTRIBUTING guide](https://github.com/conan-io/conan/blob/develop/.github/CONTRIBUTING.md). For all dylib located in cpp_info.libdirs, `conan.tools.apple.fix_apple_shared_install_name` changes `install_name` to `@rpath` in their `LC_ID_DYLIB` section and also `install_name` of their dependencies in `LC_LOAD_DYLIB`....