DLTcollab / dcurl

Hardware-accelerated Multi-threaded IOTA PoW, drop-in replacement for ccurl
MIT License
41 stars 23 forks source link

Cppcheck integration #202

Closed marktwtn closed 5 years ago

marktwtn commented 5 years ago

The detected and fixed errors list:

The file cppcheck_suppress suppresses the errors which should not be treated as errors. The reason is written in the file.

The sanitizer.mk is renamed as dynamic-analysis.mk. And there is another file static-analysis.mk for static code analysis.

Related to #173.