scan-build
pros-cli
scan-build | pros-cli | |
---|---|---|
2 | 3 | |
355 | 109 | |
- | 0.9% | |
0.0 | 7.1 | |
about 2 years ago | 17 days ago | |
Python | Python | |
GNU General Public License v3.0 or later | Mozilla Public License 2.0 |
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:
pros-cli
-
Development shell with pros-cli available
It turns out there was an issue with the new package version and I had forgotten to add pip and setuptools as extra requirements.
What are some alternatives?
Bear - Bear is a tool that generates a compilation database for clang tooling.
mach-nix - Create highly reproducible python environments
pmbuild - A simple, configurable and extendible build system for gamedev.
VexEmulator - A V5 brain emulator that can run most .v5python programs
compiledb - Tool for generating Clang's JSON Compilation Database files for make-based build systems.
pros - Source code for PROS kernel: open source C/C++ development for the VEX V5 microcontroller
mach-nix-template - Simple and straight-forward way to create python environments using PyPi in nix
V5SerialPlotter - A Serial Plotter application designed for the VEX V5 System.
hermes - A python based light-weight build system for C/C++.
smake - A simple and convenient build-and-run system for C and C++.