Cppgent0

- Total activity 11
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 5
-
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...