Skip to content
/ scaper Public

SCAPER - Static Code Analysis Project, is a tool that aims to supports multiple SCA tools like 'splint', 'clang or 'cppcheck'), it also features a Qt GUI (cmd line version available soon) - under active developement!

Notifications You must be signed in to change notification settings

stdcerr/scaper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SCAPER

SCAPER: Static Code Analysis Project

static code analysis project thatr supports multiple SCA tools with Qt GUI, direct patch piping, cmd line as well as graphical Qt based interface.

INSTALLATION:

clone git repo
in source directory create a directory 'build' (mkdir build)
cd build/
cmake ..
make


possible issues:

build

By not providing "FindQt5.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file provided by "Qt5", but CMake did not find one.

resolution: on Debian: sudo apt install qt5-default retry

About

SCAPER - Static Code Analysis Project, is a tool that aims to supports multiple SCA tools like 'splint', 'clang or 'cppcheck'), it also features a Qt GUI (cmd line version available soon) - under active developement!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published