scan-build
hermes
scan-build | hermes | |
---|---|---|
2 | 1 | |
355 | 0 | |
- | - | |
0.0 | 4.2 | |
about 2 years ago | 6 months ago | |
Python | Python | |
GNU General Public License v3.0 or later | MIT License |
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.
scan-build
-
Development shell with pros-cli available
I believe its because pros-cli's requirements.txt contains the entry scan-build==2.0.13. The specified version of scan-build requires the python typing package, which is said to conflict with newer python versions. (I don't know python)
-
CLion users: Is CLion a good choice for development in an old project that can only be built with a complicated mess of makefiles?
I've had some success with a custom shell script/makefile project, using compilation database and intercept-build:
hermes
What are some alternatives?
Bear - Bear is a tool that generates a compilation database for clang tooling.
catkin_tools - Command line tools for working with catkin
pmbuild - A simple, configurable and extendible build system for gamedev.
clang-build - Clang-based cross platform build system written in Python
compiledb - Tool for generating Clang's JSON Compilation Database files for make-based build systems.
blade-build - Blade is a powerful build system from Tencent, supports many mainstream programming languages, such as C/C++, java, scala, python, protobuf...
mach-nix-template - Simple and straight-forward way to create python environments using PyPi in nix
doit - CLI task management & automation tool
pros-cli - Command Line Interface for managing PROS projects. Works with V5 and the Cortex
pants - The Pants Build System
mach-nix - Create highly reproducible python environments
smake - A simple and convenient build-and-run system for C and C++.