malinka
malinka copied to clipboard
A C/C++ project configuration package for Emacs
Hello I'm using Malinka 20170723.1635 which was installed with Emacs 24.5.1 on Ubuntu 16.04. I've been receiving these messages for a week now (can't pinpoint the exact moment they appeared,...
We can probably automatically configure a project using the project root and some conventional values. ``` (malinka-define-project :name "ethereum" :root-directory "/home/lefteris/ew/cpp-ethereum" :build-directory "/home/lefteris/ew/cpp-ethereum/build" :configure-cmd "cmake .. -DCMAKE_BUILD_TYPE=Debug -DHEADLESS=1" :compile-cmd "make...
We need tests in this project to ensure all new contributions and any changes don't break the project. - [ ] Write proper unit tests for malinka using the most...
ede-compdb has a very interesting solution for compilation command for header files: if there exists an "other file" (found via `projectile-find-other-file`) which has a compilation command associated with it, then...