conan-clion-plugin icon indicating copy to clipboard operation
conan-clion-plugin copied to clipboard

CLion C/C++ IDE plugin for Conan Package Manager

Results 48 conan-clion-plugin issues
Sort by recently updated
recently updated
newest added

[-pr:b PROFILE_BUILD] [-pr:h PROFILE_HOST] https://docs.conan.io/en/latest/reference/commands/consumer/install.html?highlight=install

Currently the plugin "force assumes" the build directory to be the default CLion `cmake-build-debug` and uses it in the invocation via the `if` flag: ``` /usr/local/bin/conan install /Users/marco/Development/gossip -if=/Users/marco/Development/gossip/cmake-build-debug -pr=default...

version: 1.2.0 During the first 'conan install' it seems like it couldn't match Cmake and Conan profiles `java.lang.NullPointerException at conan.actions.ActionUtils.lambda$matchProfilesAndInstall$1(ActionUtils.java:63) at java.base/java.util.HashMap.forEach(HashMap.java:1336) at conan.actions.ActionUtils.matchProfilesAndInstall(ActionUtils.java:62) at conan.actions.ActionUtils.runInstall(ActionUtils.java:42) at conan.actions.InstallAction.actionPerformed(InstallAction.java:23) at com.intellij.openapi.actionSystem.ex.ActionUtil$1.run(ActionUtil.java:266)...

triaging

![image](https://user-images.githubusercontent.com/1839179/127658526-0d7eedd5-e03f-4641-81d7-91f608cae35e.png) This would allow you to specify a config install location within the project directory but have a similar path between differing systems. e.g. ``` $ContentRoot$/config ``` expands to: ```...

Quote from https://github.com/kseinitzer/qconan/blob/develop/readme.md > 1 create a build folder and change into the folder > 2 call conan install .. -g virtualenv to create the virtual environment files needed >...

It looks like we would need to wait until CLion 2019.3 (at least) to have some documentation (or some public API) that allows us to implement this kind of tests.

ci

Given I have a runnable program in CLion I want to be able to run it in a Conan virtualenv So that DLLs in packages that it depends on can...

Hi there, I have a conan based project and tried to work on it via CLions remote development. So far I did not see an obvious way how this works...

As a consumer I want to be able to tweak my profiles with some options defined in my recipe. Currently to avoid discrepancy I have to duplicate profiles, specify said...

Motivation: file can be used to specify per-project settings. Especially per-project arguments for `conan install`. Note: That per-project arguments for `conan install` must mix with global ones. Because argument order...