compiledb
gcovr
compiledb | gcovr | |
---|---|---|
6 | 2 | |
1,376 | 886 | |
- | 1.2% | |
0.0 | 9.1 | |
4 months ago | 5 days ago | |
Python | Python | |
GNU General Public License v3.0 only | GNU General Public License v3.0 or later |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
compiledb
-
Eglot + clangd not working for NetHack code base
An update: I am now able to make everything work by generating `compile_commands.json` using compiledb. I'm aware that there is another tool Bear but for some reason it generates an empty `compile_commands.json` file for me.
-
STM32CubeIDE extract compile_commands.json
I have tried compiledb as well, but it currently fails to correctly get the backslashes correctly on Windows, as noted in this issue.
-
Lsp-mode when I can't generate compile_commands.json
There is also this tool which claims to support Windows. However:
-
clangd beginner problem
There is also compiledb https://github.com/nickdiego/compiledb that works directly with your make file to generate the compile_commands.json.
-
How can I get vim-lsp to recognize OpenCV?
Have you generated a compile_commands.json? They're necessary for your LSP provider to know which paths to search for headers. They're generated by default if you're using CMake (I believe), otherwise check out compiledb or Bear.
-
CLion users: Is CLion a good choice for development in an old project that can only be built with a complicated mess of makefiles?
If you can get compiledb to work with your make project and generate the correct file, it should be able to figure out project quite well
gcovr
What are some alternatives?
Bear - Bear is a tool that generates a compilation database for clang tooling.
fastcov - A massively parallelized gcov wrapper
conan - Conan - The open-source C and C++ package manager
vim-lcov
Cython - The most widely used Python to C compiler
ccache - ccache – a fast compiler cache
scan-build - Clang's scan-build re-implementation in python
setup-cpp - Install all the tools required for building and testing C++/C projects.
project-cmake - Emacs extension to the project package for supporting CMake as build system.
clif - Binding generator to wrap C++ for Python using LLVM.
pmbuild - A simple, configurable and extendible build system for gamedev.
CuVec - Unifying Python/C++/CUDA memory: Python buffered array ↔️ `std::vector` ↔️ CUDA managed memory