cppcheck
Code analyzer
Automated code analysis tool for C and C++ code
static analysis of C/C++ code
6k stars
212 watching
1k forks
Language: C++
last commit: about 1 month ago
Linked from 2 awesome lists
cc-plus-pluscppcppcheckcross-platformstatic-analysis
Related projects:
Repository | Description | Stars |
---|---|---|
polysquare/cppcheck-target-cmake | A tool for performing static code analysis of C++ source files using the cppcheck tool. | 18 |
thelartians/moderncppstarter | A template project providing a set of tools and best practices for building modern C++ projects with automated testing, continuous integration, and code coverage. | 4,526 |
microsoft/vcpkg | A tool to manage dependencies and packages for C/C++ projects on various platforms. | 23,503 |
microsoft/vscode-cpptools | Adds C/C++ language support to Visual Studio Code with editing and debugging features | 5,550 |
andreasfertig/cppinsights | A tool that shows how the compiler transforms C++ source code into machine code | 4,132 |
microsoft/cpprestsdk | A C++ SDK for building cloud-based client-server communication applications. | 8,041 |
richelbilderbeek/travis_gcc_cpp17 | A simple C++17 project to test and demonstrate a clean Travis CI build with GCC compiler. | 21 |
isocpp/cppcoreguidelines | A collection of guidelines and best practices for writing modern C++ code. | 43,002 |
hsutter/cppfront | An experimental compiler converting modern C++ syntax to an older, simpler form | 5,587 |
mono/cppsharp | A tool and set of libraries that bridges C/C++ APIs to high-level languages like .NET. | 3,153 |
jbeder/yaml-cpp | A C++ library for parsing and emitting YAML data | 5,212 |
richelbilderbeek/travis_cpp_tutorial | A tutorial on using Travis CI with C++ to integrate continuous integration into C++ projects. | 169 |
mattpd/cpplinks | A categorized list of C++ resources and tools | 4,598 |
cpm-cmake/cpm.cmake | A CMake module for managing dependencies in cross-platform projects | 3,099 |
renatogarcia/icecream-cpp | A small, single-header C++ library to simplify debugging by providing a concise and expressive way to print variable values during execution. | 585 |