Cppgent0

Avatar
  • Total activity 14
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 6
  • Edited

    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...
    • 1 follower
    • 0 comments
    • 0 votes
  • Created

    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...
    • 2 followers
    • 0 comments
    • 0 votes
  • Created

    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...
    • 3 followers
    • 3 comments
    • 1 vote
  • Created

    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...
    • 1 follower
    • 0 comments
    • 0 votes
  • Created

    Clion is creating a file .idea/.name. What is this used for?

    Answered
    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...
    • 2 followers
    • 2 comments
    • 0 votes
  • Created

    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...
    • 3 followers
    • 3 comments
    • 4 votes