mirror of
https://github.com/fffaraz/awesome-cpp.git
synced 2024-11-13 11:16:54 -05:00
Static Code Analysis
This commit is contained in:
parent
cd31e2c79e
commit
f2b931f4a5
2 changed files with 8 additions and 2 deletions
|
@ -33,6 +33,7 @@ A curated list of awesome C/C++ frameworks, libraries, resources, and shiny thin
|
|||
- [Software](#software)
|
||||
- [Compilers](#compilers)
|
||||
- [Integrated Development Environments](#integrated-development-environments)
|
||||
- [Static Code Analysis](#static-code-analysis)
|
||||
- [Resources](#resources)
|
||||
- [Articles](#articles)
|
||||
- [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.
|
||||
* [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
|
||||
*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/thrust/thrust
|
||||
https://github.com/cisco/openh264
|
||||
https://github.com/ipkn/crow
|
||||
https://github.com/chenshuo/muduo
|
||||
https://github.com/shaih/HElib
|
||||
https://github.com/philsquared/Catch
|
||||
|
@ -56,7 +55,6 @@ https://github.com/blackberry/GamePlay
|
|||
https://github.com/apache/thrift
|
||||
https://github.com/biometrics/openbr
|
||||
https://github.com/MailCore/mailcore2
|
||||
https://github.com/danmar/cppcheck
|
||||
https://github.com/zaphoyd/websocketpp
|
||||
https://github.com/julianstorer/JUCE
|
||||
https://github.com/beark/ftl
|
||||
|
|
Loading…
Reference in a new issue