mirror of
https://github.com/fffaraz/awesome-cpp.git
synced 2025-12-18 21:04:37 +03:00
Static Code Analysis
This commit is contained in:
@@ -33,6 +33,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
|
|||||||
- [Software](#software)
|
- [Software](#software)
|
||||||
- [Compilers](#compilers)
|
- [Compilers](#compilers)
|
||||||
- [Integrated Development Environments](#integrated-development-environments)
|
- [Integrated Development Environments](#integrated-development-environments)
|
||||||
|
- [Static Code Analysis](#static-code-analysis)
|
||||||
- [Resources](#resources)
|
- [Resources](#resources)
|
||||||
- [Articles](#articles)
|
- [Articles](#articles)
|
||||||
- [Books](#books)
|
- [Books](#books)
|
||||||
@@ -322,6 +323,13 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
|
|||||||
* [Xcode](https://developer.apple.com/xcode/) - Developed by Apple.
|
* [Xcode](https://developer.apple.com/xcode/) - Developed by Apple.
|
||||||
* [YouCompleteMe](https://valloric.github.io/YouCompleteMe/) - YouCompleteMe is a fast, as-you-type, fuzzy-search code completion engine for Vim.
|
* [YouCompleteMe](https://valloric.github.io/YouCompleteMe/) - YouCompleteMe is a fast, as-you-type, fuzzy-search code completion engine for Vim.
|
||||||
|
|
||||||
|
## Static Code Analysis
|
||||||
|
*List of tools for improving quality and reducing defects by code analysis*
|
||||||
|
|
||||||
|
* [Cppcheck](http://cppcheck.sourceforge.net/) - A tool for static C/C++ code analysis. - [source](https://github.com/danmar/cppcheck)
|
||||||
|
* [OCLint](http://oclint.org/) - A static source code analysis tool to improve quality and reduce defects for C, C++ and Objective-C. - [source](https://github.com/oclint/oclint)
|
||||||
|
* [List of tools for static code analysis](http://en.wikipedia.org/wiki/List_of_tools_for_static_code_analysis#C.2FC.2B.2B) - A list of tools for static code analysis from Wikipedia.
|
||||||
|
|
||||||
# Resources
|
# Resources
|
||||||
*Various resources, such as books, websites, and articles for improving your C++ development skills and knowledge.*
|
*Various resources, such as books, websites, and articles for improving your C++ development skills and knowledge.*
|
||||||
|
|
||||||
|
|||||||
2
temp.txt
2
temp.txt
@@ -34,7 +34,6 @@ http://scripts.mit.edu/~6.270/contestants/workshops/awesomec.pdf
|
|||||||
https://github.com/tinfoilboy/Explodable
|
https://github.com/tinfoilboy/Explodable
|
||||||
https://github.com/thrust/thrust
|
https://github.com/thrust/thrust
|
||||||
https://github.com/cisco/openh264
|
https://github.com/cisco/openh264
|
||||||
https://github.com/ipkn/crow
|
|
||||||
https://github.com/chenshuo/muduo
|
https://github.com/chenshuo/muduo
|
||||||
https://github.com/shaih/HElib
|
https://github.com/shaih/HElib
|
||||||
https://github.com/philsquared/Catch
|
https://github.com/philsquared/Catch
|
||||||
@@ -56,7 +55,6 @@ https://github.com/blackberry/GamePlay
|
|||||||
https://github.com/apache/thrift
|
https://github.com/apache/thrift
|
||||||
https://github.com/biometrics/openbr
|
https://github.com/biometrics/openbr
|
||||||
https://github.com/MailCore/mailcore2
|
https://github.com/MailCore/mailcore2
|
||||||
https://github.com/danmar/cppcheck
|
|
||||||
https://github.com/zaphoyd/websocketpp
|
https://github.com/zaphoyd/websocketpp
|
||||||
https://github.com/julianstorer/JUCE
|
https://github.com/julianstorer/JUCE
|
||||||
https://github.com/beark/ftl
|
https://github.com/beark/ftl
|
||||||
|
|||||||
Reference in New Issue
Block a user