Cppgent0
- Total activity 14
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 6
-
-
Cppgent0 created a post, Clion .clang-tidy schema
clang-tidy is working great from CLion.But I changed the Checks parameter from a string to a YAML array. This allows me to add comments when I need to about the checks I've enabled/disabled: Checks... -
Cppgent0 created a post, CLion Settings to be project specific
I have 15 CLion projects that are independent of each other and are cross-platform: ubuntu, macos and windowsThere are most settings that are common across these projects. A few may be different ac... -
Cppgent0 created a post, Project with both Arduino C/C++ and python scripts. which is best: Pycharm vs CLion?
I have a project that combines both C/C++ (in an Arduino) and Python scripts.This project is going to start off simple and, if successful, will likely get much more complicated: multiple microcont... -
-
Cppgent0 created a post, Clion and CMake for an Arduino project with GTest cross-compilations.
I have an Arduino project that I can compile with CMake & avr-gcc. Clion recognizes the header locations etc. and hightlights everything in the source files great.I'm trying to add GTest to this pr... -
Cppgent0 created a post, AnsweredClion is creating a file .idea/.name. What is this used for?
Clion is creating a file .idea/.name. What is this used for?It seems to be a Cmake project name. And if the CmakeLists.txt has multiple projects in it, it's the last project.The odd thing is that t... -
Cppgent0 created a post, CLion Code Style and Gtest formatting
I have CLion 2017.1 installed on Ubuntu 15.04 I have GoogleTest installed, compiling and working fine. I'd like to be able to run the CLion C++ Formatter on the unit test source files. It looks lik...