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

I have seen that the clion plugin for conan seems to be built quite actively. Is there a date when the whole thing will get a release? I have already...

question

ava.lang.NoSuchMethodError: 'com.intellij.execution.process.ProcessOutput com.jetbrains.cidr.toolchains.CidrToolsUtil.runWithProgress(com.intellij.execution.process.BaseProcessHandler, int)' at conan.commands.task.AsyncConanTask.run(AsyncConanTask.java:65) at com.intellij.openapi.progress.impl.CoreProgressManager.startTask(CoreProgressManager.java:429) at com.intellij.openapi.progress.impl.ProgressManagerImpl.startTask(ProgressManagerImpl.java:114) at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcessWithProgressAsynchronously$6(CoreProgressManager.java:480) at com.intellij.openapi.progress.impl.ProgressRunner.lambda$submit$3(ProgressRunner.java:252) at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:186) at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$executeProcessUnderProgress$13(CoreProgressManager.java:604) at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:679) at com.intellij.openapi.progress.impl.CoreProgressManager.computeUnderProgress(CoreProgressManager.java:635) at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:603) at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:60) at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:173) at com.intellij.openapi.progress.impl.ProgressRunner.lambda$submit$4(ProgressRunner.java:252)...

Will plugin supports Conan 2.0 in future versions of Clion?

This will be a great plugin to have - once it starts working in current CLion release versions, and becomes available in JetBrains marketplace anymore. As of 2022-10, the plugin...

We use conan profiles for compiling a project with different compilers. When using CLion together with conan-clion-plugin, I either have to set toolchain manually or have to set CC/CXX variables...

When trying to match CMake and Conan profiles, it seems currently the plugin is only looking in `~/.conan/profiles`, but I am also keeping some profiles local to my project that...

enhancement

We would like to be able to select a specific build / host profiles pair to enable more controlled cross building.

Please add support for the new Docker Toolchain feature introduced in CLion 2021.3. It is currently not possible to use the Conan plugin with it because the Conan setup step...

I followed [the official blog post](https://blog.jetbrains.com/clion/2019/05/getting-started-with-the-conan-clion-plugin/) about clion integration. But in menu `Build,Execution,Deployment > Conan`, I couldn't find to select the remote conan executable

The plugin reports "Could not find Conan client in path." after installing Conan 2.0.0-alpha1. Providing the full path does not solve the issue.