Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
AlgorithmCxxWork
/
cppcheck
Public
forked from
cppcheck-opensource/cppcheck
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
cppcheck
cli
on
main
User selector
All users
Datepicker
All time
Commit history
Commits on Jun 22, 2022
Fixed wrong XML tree traversal when rules are parsed.
orbitcowboy
committed
650f409
View commit details
Copy full SHA for 650f409
View code at this point
Browse repository at this point
Commits on Jun 21, 2022
Activated 'make validateRules' and improved rule XML file parsing. Now, it optionally accepts '<rules>...</rules>' tags to make xmllint happy.
orbitcowboy
committed
10c7c70
View commit details
Copy full SHA for 10c7c70
View code at this point
Browse repository at this point
Commits on Jun 8, 2022
Refactorization: Removed compatibility hacks for outdated or non-conformant compilers (#4186)
Show description for d20ea41
PKEuS
authored
d20ea41
View commit details
Copy full SHA for d20ea41
View code at this point
Browse repository at this point
Commits on Jun 4, 2022
enabled and mitigated `misc-unused-using-decls` clang-tidy warnings (#3543)
firewave
authored
412054e
View commit details
Copy full SHA for 412054e
View code at this point
Browse repository at this point
Commits on Jun 3, 2022
enabled and fixed `modernize-use-emplace` clang-tidy warnings (#4165)
Show description for d36e05a
firewave
authored
d36e05a
View commit details
Copy full SHA for d36e05a
View code at this point
Browse repository at this point
Commits on May 21, 2022
Update copyright year
danmar
committed
1f6554e
View commit details
Copy full SHA for 1f6554e
View code at this point
Browse repository at this point
Commits on May 8, 2022
Handle exename on macos (#4071)
MartinDelille
authored
6f59709
View commit details
Copy full SHA for 6f59709
View code at this point
Browse repository at this point
Commits on Apr 21, 2022
small `ErrorLogger` usage cleanups (#4033)
firewave
authored
5e6cc10
View commit details
Copy full SHA for 5e6cc10
View code at this point
Browse repository at this point
aligned build options of Visual Studio project configurations and added them to CMake (#4020)
firewave
authored
fdca61a
View commit details
Copy full SHA for fdca61a
View code at this point
Browse repository at this point
added/adjusted --xml-version documentation (#4032)
firewave
authored
ce369c5
View commit details
Copy full SHA for ce369c5
View code at this point
Browse repository at this point
Commits on Apr 15, 2022
added (partial) support for specifying C++23 and support more "-std" options (#3212)
firewave
authored
8f728cb
View commit details
Copy full SHA for 8f728cb
View code at this point
Browse repository at this point
Commits on Apr 13, 2022
cleaned up includes based on include-what-you-use (#4007)
Show description for 45158ec
firewave
authored
45158ec
View commit details
Copy full SHA for 45158ec
View code at this point
Browse repository at this point
Commits on Apr 11, 2022
generate a program database in all Visual Studio configurations (#3996)
firewave
authored
a98346b
View commit details
Copy full SHA for a98346b
View code at this point
Browse repository at this point
Remove bug hunting. This feature will be provided in Cppcheck premium.
danmar
committed
8f386e1
View commit details
Copy full SHA for 8f386e1
View code at this point
Browse repository at this point
Commits on Apr 9, 2022
use std::string::empty() (#3910)
firewave
authored
25ef9ee
View commit details
Copy full SHA for 25ef9ee
View code at this point
Browse repository at this point
Commits on Apr 7, 2022
Fix 7684: ValueFlow: function call 'X::GetSize()' (#3984)
Show description for dad10f2
pfultz2
authored
dad10f2
View commit details
Copy full SHA for dad10f2
View code at this point
Browse repository at this point
Commits on Mar 30, 2022
Fix warnings in switch statements on clang (#3943)
pfultz2
authored
32ded16
View commit details
Copy full SHA for 32ded16
View code at this point
Browse repository at this point
Commits on Mar 28, 2022
fixed build with SmallVector (noExplicitConstructor warning and incorrect C++ standard for Visual Studio `*-PCRE` configuration) (#3937)
firewave
authored
8bf8070
View commit details
Copy full SHA for 8bf8070
View code at this point
Browse repository at this point
Commits on Mar 24, 2022
cppcheck.cfg: support custom productname and about message
danmar
committed
4365704
View commit details
Copy full SHA for 4365704
View code at this point
Browse repository at this point
Commits on Mar 21, 2022
exename: Set proper exename when cppcheck is executed from PATH and argv[0] does not contain path information
danmar
committed
1fe7cd3
View commit details
Copy full SHA for 1fe7cd3
View code at this point
Browse repository at this point
Commits on Mar 19, 2022
cli: in linux set proper exename value when cppcheck is executed from PATH and argv[0] does not have path information
danmar
committed
10f93e3
View commit details
Copy full SHA for 10f93e3
View code at this point
Browse repository at this point
Commits on Mar 15, 2022
Replace tinyxml2_LIBRARY with tinyxml2_LIBRARIES (#3897)
gdsotirov
authored
33315b0
View commit details
Copy full SHA for 33315b0
View code at this point
Browse repository at this point
Commits on Mar 13, 2022
avoid some Clang compiler warnings (#3896)
firewave
authored
0d336b8
View commit details
Copy full SHA for 0d336b8
View code at this point
Browse repository at this point
Commits on Mar 2, 2022
removed ThreadExecutor::addFileContent() (#3865)
firewave
authored
de728f4
View commit details
Copy full SHA for de728f4
View code at this point
Browse repository at this point
Commits on Feb 23, 2022
added CMake option USE_THREADS to be able to use threads instead of fork() / cleanups (#3852)
firewave
authored
51371f7
View commit details
Copy full SHA for 51371f7
View code at this point
Browse repository at this point
Commits on Feb 22, 2022
de-coupled ErrorLogger interface from ThreadExecutor (#3849)
firewave
authored
b886b64
View commit details
Copy full SHA for b886b64
View code at this point
Browse repository at this point
Commits on Feb 16, 2022
run dmake and update Qt translation files on CMake build (#3820)
firewave
authored
12c1c08
View commit details
Copy full SHA for 12c1c08
View code at this point
Browse repository at this point
Commits on Feb 11, 2022
small utils.h cleanup (#3821)
firewave
authored
6e57cc4
View commit details
Copy full SHA for 6e57cc4
View code at this point
Browse repository at this point
Commits on Feb 10, 2022
removed OVERRIDE and FINAL defines and use the keywords directly (#3767)
firewave
authored
f32583e
View commit details
Copy full SHA for f32583e
View code at this point
Browse repository at this point
Commits on Feb 6, 2022
only use bundled tinyxml2 in CMake when configured to do so (#3806)
firewave
authored
974dd5d
View commit details
Copy full SHA for 974dd5d
View code at this point
Browse repository at this point
Commits on Feb 5, 2022
bumped minimum supported GCC version to 4.8 (#3768)
firewave
authored
a15a227
View commit details
Copy full SHA for a15a227
View code at this point
Browse repository at this point
2.7: Set versions
danmar
committed
631a9ee
View commit details
Copy full SHA for 631a9ee
View code at this point
Browse repository at this point
Update copyright year
danmar
committed
3989408
View commit details
Copy full SHA for 3989408
View code at this point
Browse repository at this point
Commits on Feb 1, 2022
added an include-what-you-use GitHub Action (#3759)
firewave
authored
8f7770f
View commit details
Copy full SHA for 8f7770f
View code at this point
Browse repository at this point
Commits on Jan 27, 2022
avoid dependency on transitive includes - based on include-what-you-use (#3757)
firewave
authored
171da2e
View commit details
Copy full SHA for 171da2e
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.