Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/psycofdj/xtdmake
CMake modules to generate C/C++ code quality measurements targets
https://github.com/psycofdj/xtdmake
cmake-modules code-analysis continuous-integration quality-metrics
Last synced: about 2 months ago
JSON representation
CMake modules to generate C/C++ code quality measurements targets
- Host: GitHub
- URL: https://github.com/psycofdj/xtdmake
- Owner: psycofdj
- Created: 2016-08-16T08:09:33.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-12-19T16:19:28.000Z (about 6 years ago)
- Last Synced: 2023-09-05T10:14:44.427Z (over 1 year ago)
- Topics: cmake-modules, code-analysis, continuous-integration, quality-metrics
- Language: JavaScript
- Homepage:
- Size: 2.74 MB
- Stars: 7
- Watchers: 4
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
XTDMake is a set of CMake packages that provides easy-to-use targets that generate
code quality measurements reports :
- Doxygen-based documentation
- Coverage of documentation
- Count lines of code
- Cppcheck static analysis
- Unit tests
- Coverage of unit tests
- Memory leak of unit testsFull documentation is available at http://xtdmake.readthedocs.io/en/latest/
Each target generates both a locally readable and machine processable reports.
Local report targets the developer while the machine-processable reports can be
used in your Continuous Integration (CI) process.