cmake-ide icon indicating copy to clipboard operation
cmake-ide copied to clipboard

Use Emacs as a C/C++ IDE

Results 36 cmake-ide issues
Sort by recently updated
recently updated
newest added

Hi there! cmake-ide keeps asking me to "find or create somefile.cpp" although it es alread there. E.g. when I open somefile.hpp, or when i use "find declarations" of clangd (via...

CMake now support presets since 3.19 to facilitate reproducible out-of-source builds. https://cmake.org/cmake/help/v3.19/manual/cmake-presets.7.html It would be awesome if we could just use that instead of having to setup a .dir-locals.el file...

enhancement
help wanted

I got error on opening C++ source code file. ``` error in process sentinel: cide--idb-file-to-obj: Wrong type argument: hash-table-p, nil error in process sentinel: Wrong type argument: hash-table-p, nil ```...

Every first time when I want to edit comment or string, cmake-ide lunches cycle of "setting flags for file" and "Finding buffer". It takes a lot of time depending of...

I just started a project with just a single file. After initializing the CMakeLists.txt initially I opened up Emacs and everything works well. Then I wanted to create a new...

Hi, and thanks for great work. My project depends on a package that is not in the system search path so I pass its location via `-DCMAKE_PREFIX_PATH`: ``` ((nil ....

Once the buffer was killed it should be removed from the list of source and header buffers; Otherwise a new call to `cmake-ide-run-cmake` will cause minor issues since the file...

I'm trying to use the feature introduced in #85, so I added `cmake-ide-rdm-rc-path` in `.dir-locals.el` like this: ``` ((nil (cmake-ide-rdm-rc-path . "/valid/path/to/.rdmrc"))) ``` However, cmake-ide doesn't seem to use it...

worksforme

Hi. When I use cquery, cmake-ide still starts rdm daemon, which is useless, but it starts indexing of current project and create useless messages and buffers. Is it possible to...

enhancement

I generate a `compile_commands.json` for my project with `bear make` and one of the arguments is `-Isrc` to include some source files. Unfortunately cmake-ide fails to set `flycheck-clang-include-path` properly. I...