Abhijat Malviya

Avatar
  • Total activity 8
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 4
  • Abhijat Malviya created a post,
    Answered

    Passing custom options to git while rebasing

    Is it possible to pass custom options while rebasing from within CLion? For example what would be the equivalent to: `git rebase -i --keep-base dev`?  
  • Abhijat Malviya created a post,
    Answered

    Autocomplete does not work for member of template class

    I have a template class with a size_t parameter. The class has a member which is basically an std::array with the size_t parameter. Autocomplete does not work for elements in the indexes of the arr...
  • Abhijat Malviya created a post,
    Answered

    CLion does not detect tags in tests written using the catch framework

    Hi   I am trying to narrow down the unit tests being run inside the integrated unit test runner in clion, using tags to filter. The tests are written using catch. I have created a new run configura...
  • Abhijat Malviya created a post,
    Answered

    How do I set paths for header and source files in new class?

    When I add a new class I want to create the header file in a special folder called "include" within the project root and the source file in a folder called "src", also within the project root. This...