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

Easy real time C++ syntax check and intellisense if you use CMake

Results 14 cpputils-cmake issues
Sort by recently updated
recently updated
newest added

Hello, here's a change to allow users to use different compilation commands with cpputils-cmake. A user could use this for example like here: ``` (eval-after-load "cpputils-mode" (defun cppcm-create-compilation-command (target-path) (concat...

enhancement

By default `cpputils-cmake` uses `make`, but I think it could not be difficult to allow the user define a different build system. A quick though would be to define a...

sometimes I need check the build and pre-process flags. this should be possible even when the compiling fails. and the content should be placed in kill-ring and clipboard automatically.

enhancement