SpaceIm
SpaceIm
According to https://github.com/electronicarts/EASTL/blob/master/include/EASTL/internal/config.h, when EASTL is built as a shared lib, EA_DLL should be defined, and EAST_API defined to __declspec(dllexport) if MSVC or CYGWIN: Something like this could be added...
Could you revert https://github.com/SOCI/soci/pull/30 please? `INSTALL_NAME_DIR` shouldn't be hardcoded, it prevents to create relocatable shared libs on macOS (`@rpath` as `INSTALL_NAME_DIR`, which is the default behavior of CMake since 3.0),...
### Environment Details (include every applicable attribute) * Operating System+version: macOS Montery * Compiler+version: AppleCland 13 * Conan version: 1.51.1 * Python version: 3.9.13 ### Steps to reproduce (Include if...
### Environment Details (include every applicable attribute) * Operating System+version: macOS Monterey * Compiler+version: apple-clang 13.1 * Conan version: 1.48.0 * Python version: 3.9.12 ### Steps to reproduce (Include if...
- [x] I've read the [CONTRIBUTING guide](https://github.com/conan-io/conan/blob/develop/.github/CONTRIBUTING.md). In conan-center-index, several versions share the same `conanfile.py` but may have different patches depending on the version. If we export patches with `exports_sources...
- [x] I've read the [CONTRIBUTING guide](https://github.com/conan-io/conan/blob/develop/.github/CONTRIBUTING.md). According to https://docs.conan.io/en/1.51/migrating_to_2.0/recipes.html#settings, in conan v2 we have to protect deletion of settings in `configure()` with try/except. It's not very elegant, and might...
- [x] I've read the [CONTRIBUTING guide](https://github.com/conan-io/conan/blob/develop/.github/CONTRIBUTING.md). I've seen this PR https://github.com/conan-io/conan/pull/11098 Is it a good idea? I mean, presets are a 3.19 feature, but conan toolchain is supposed to...
Imported CMake targets were wrong in conan-center recipe of cpputest and the example in the README follows this discrepancy between conan targets and targets exported in the config file of...
It would be nice to be able to use externally installed miniz & pugixml, vendoring is bad for package managers (ODR violation). - Move `miniz` & `pugixml` files in specific...
**Describe the bug** Link errors in executables built with Visual Studio, vc dynamic runtime (default runtime of Visual Studio), and CCTag static. **To Reproduce** Steps to reproduce the behavior: 1....