James

Results 108 issues of James

EntityX is in ConanCenter: https://conan.io/center/entityx But the shared library build has been removed for Windows: https://github.com/conan-io/conan-center-index/blob/ff8bf5423a93bd972099a16f2a7b2646d53b7f69/recipes/entityx/all/conanfile.py#L52 Removing those lines, the output shows as the result of CMake install: ``` --...

Changelog: Bugfix: do not skip __pycache__ folder if CONAN_KEEP_PYTHON_FILES Docs: Omit Close https://github.com/conan-io/conan/issues/11825 This is a draft, to evaluate what could be broken

As it fails at import time, it no longer can execute anything, and the traces are confusing. I think it should be necessary to wrap the error and include a...

complex: low
component: ux

Changelog: Omit Docs: Omit Tested, all with CMake: - Windows LLVM/Clang with mingw generator - Windows LLVM/Clang with Ninja and NMake generators - Windows LLVM/Clang Using different versions of the...

Recently added support for ``v14x_xp`` toolsets, but still missing the clang/llvm ones. It seems the idea would be: - The compiler is clang - Add necessary information to settings or...

type: look into

Changelog: Feature: New ``tools.microsoft.bash:active`` conf to indicate already running inside bash (but not targeting subsystem) Docs: https://github.com/conan-io/docs/pull/XXXX AFTER https://github.com/conan-io/conan/pull/11061 Close https://github.com/conan-io/conan/issues/10900 Open issues: - We don't want to run inside...

Changelog: Omit Docs: Omit

So packages implementing: ```python def imports(self): dest = os.getenv("CONAN_IMPORT_PATH", "bin") self.copy("*.dll", dst=dest, src="bin") self.copy("*.dylib*", dst=dest, src="lib") ```

Failing with ``` hello/0.1 (test package): CMake command: cmake -G "Visual Studio 16 2019" -DCMAKE_TOOLCHAIN_FILE="C:/U ge/build/ecbfb49a4e2ea8618319be5f9e02c8e0621391fb/conan_toolchain.cmake" -DCMAKE_INSTALL_PREFIX="C:/Us e/build/ecbfb49a4e2ea8618319be5f9e02c8e0621391fb/package" "C:\Users\memsharded\conanws\examples\features\en Using Conan toolchain through C:/Users/memsharded/conanws/examples/features/environment/buildrunenv/test_pa ake. -- Selecting Windows SDK version...