Cppgent0
- 活动总数 14
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 0
- 订阅数 6
-
已编辑于 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... -
创建于 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... -
创建于 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... -
创建于 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... -
创建于 Clion 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... -
创建于 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...