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 }}
codeterminator
/
cppcheck
Public
forked from
cppcheck-opensource/cppcheck
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
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
lib
preprocessor.h
on
master
User selector
All users
Datepicker
All time
Commit history
Commits on Oct 27, 2013
Preprocessor: Use set instead of list to track '#pragma once' usage
danmar
committed
ec3ab74
View commit details
Copy full SHA for ec3ab74
View code at this point
Browse repository at this point
Commits on Oct 25, 2013
doxygen: escape #pragma in comment to make doxygen happy. Thanks XhmikosR for the suggestion!
danmar
committed
22351a7
View commit details
Copy full SHA for 22351a7
View code at this point
Browse repository at this point
Commits on Sep 4, 2013
Fixed #5007 (Same include guard naming)
orbitcowboy
authored and
danmar
committed
9ab6655
View commit details
Copy full SHA for 9ab6655
View code at this point
Browse repository at this point
Commits on Sep 1, 2013
Preprocessor: Quicker response for --check-config. No 'normal' code is needed so skip it.
danmar
committed
a781a83
View commit details
Copy full SHA for a781a83
View code at this point
Browse repository at this point
Commits on Aug 18, 2013
Fixed #4256 (Preprocessor: '#pragma once' doesn't work properly when using -D)
danmar
committed
342142b
View commit details
Copy full SHA for 342142b
View code at this point
Browse repository at this point
Commits on Aug 12, 2013
Fixed #4949 (define symbol used in code => 'Analysis failed' message is written.)
danmar
committed
ff71c94
View commit details
Copy full SHA for ff71c94
View code at this point
Browse repository at this point
Commits on Jul 24, 2013
Added terminate() handling to get quicker response when the user wants to terminate
danmar
committed
44333f3
View commit details
Copy full SHA for 44333f3
View code at this point
Browse repository at this point
Commits on Jun 8, 2013
Fixed #4827 (allow checking multiple configurations when using -D by also using --max-configs or --force)
danmar
committed
4e09b06
View commit details
Copy full SHA for 4e09b06
View code at this point
Browse repository at this point
Commits on Jun 6, 2013
Fixed #4838 (False positive for ... seems to be invalid)
danmar
committed
9eac448
View commit details
Copy full SHA for 9eac448
View code at this point
Browse repository at this point
Commits on Mar 13, 2013
Fixed #4594 (Analyzing errors about system headers not being found)
amai2012
authored and
danmar
committed
59d6367
View commit details
Copy full SHA for 59d6367
View code at this point
Browse repository at this point
Commits on Feb 10, 2013
fix misspellings & gcc v3.4.6 warnings
Show description for bd0d9b9
Andrew C. Martin
committed
bd0d9b9
View commit details
Copy full SHA for bd0d9b9
View code at this point
Browse repository at this point
Commits on Jan 20, 2013
Fixed #4502 (Preprocessor: Treat SystemInclude and UserInclude the same)
danmar
committed
d33341a
View commit details
Copy full SHA for d33341a
View code at this point
Browse repository at this point
Commits on Jan 1, 2013
Updating year 2012 -> 2013 to .cpp and .h files and man page.
aggro80
committed
5d5f708
View commit details
Copy full SHA for 5d5f708
View code at this point
Browse repository at this point
Commits on Nov 3, 2012
Fixed #4301 (htmlreport broken)
danmar
committed
24e71c4
View commit details
Copy full SHA for 24e71c4
View code at this point
Browse repository at this point
Commits on Oct 23, 2012
Attempt to fix all doxygen warnings.
edward-san
committed
b50e1f4
View commit details
Copy full SHA for b50e1f4
View code at this point
Browse repository at this point
Commits on Sep 30, 2012
Fixed #3837 (False positive: national locale inline asm comments are reported as unsupported)
danmar
committed
c65ac60
View commit details
Copy full SHA for c65ac60
View code at this point
Browse repository at this point
Commits on Sep 17, 2012
lib: tabs to spaces, remove trailing spaces and extra empty lines at the end of files
XhmikosR
authored and
PKEuS
committed
6e4e3df
View commit details
Copy full SHA for 6e4e3df
View code at this point
Browse repository at this point
Commits on Sep 1, 2012
Preprocessor: Made function static after self-check suggestion
danmar
committed
769cd45
View commit details
Copy full SHA for 769cd45
View code at this point
Browse repository at this point
Commits on Jul 18, 2012
Fixed #3834 (Preprocessor: -U doesn't work)
danmar
committed
dc6c322
View commit details
Copy full SHA for dc6c322
View code at this point
Browse repository at this point
Commits on Jul 10, 2012
Fixed #3643 (Preprocessor: Invalid configuration (macro is used in code))
danmar
committed
17cf24e
View commit details
Copy full SHA for 17cf24e
View code at this point
Browse repository at this point
Commits on Jun 10, 2012
Implemented support for building cppcheck lib into a dll
Show description for 4b80e91
PKEuS
committed
4b80e91
View commit details
Copy full SHA for 4b80e91
View code at this point
Browse repository at this point
Commits on Mar 27, 2012
Fixed #3534 (Broken support for dollar signs in identifiers)
Daniel Marjamäki
committed
01ddfb6
View commit details
Copy full SHA for 01ddfb6
View code at this point
Browse repository at this point
Commits on Mar 15, 2012
Fixed #3536 (Preprocessor #if fails to correctly compare two #defined values)
Daniel Marjamäki
committed
fc84f55
View commit details
Copy full SHA for fc84f55
View code at this point
Browse repository at this point
Commits on Feb 5, 2012
Fixed #3577 (Preprocessor: Defines given on command line are not used in the code)
Daniel Marjamaki
committed
fbb5ebe
View commit details
Copy full SHA for fbb5ebe
View code at this point
Browse repository at this point
Commits on Jan 6, 2012
Refactoring: Made Preprocessor::simplifyCondition nonstatic
danmar
committed
bd8c21f
View commit details
Copy full SHA for bd8c21f
View code at this point
Browse repository at this point
Refactoring: Made Preprocessor::match_cfg_def nonstatic
danmar
committed
66472b0
View commit details
Copy full SHA for 66472b0
View code at this point
Browse repository at this point
Refactoring: Removed redundant settings parameter for Preprocessor::removeComments
danmar
committed
e487517
View commit details
Copy full SHA for e487517
View code at this point
Browse repository at this point
Refactoring: Made Preprocessor::getcode nonstatic
danmar
committed
94d220e
View commit details
Copy full SHA for 94d220e
View code at this point
Browse repository at this point
Commits on Jan 5, 2012
Preprocessor: cleanup
danmar
committed
07776e9
View commit details
Copy full SHA for 07776e9
View code at this point
Browse repository at this point
Commits on Dec 31, 2011
Update year to 2012
aggro80
committed
8cae17f
View commit details
Copy full SHA for 8cae17f
View code at this point
Browse repository at this point
Commits on Oct 30, 2011
Preprocessor: Bailout #include if it is recursive
Daniel Marjamaki
committed
f2199ad
View commit details
Copy full SHA for f2199ad
View code at this point
Browse repository at this point
Commits on Oct 23, 2011
Preprocessor: updates to 'normal' preprocessing
Daniel Marjamaki
committed
9e50b7c
View commit details
Copy full SHA for 9e50b7c
View code at this point
Browse repository at this point
Commits on Oct 17, 2011
Preprocessor: Started working on new preprocessing that uses -D information better. Ticket: #2131
Daniel Marjamaki
committed
bf0386c
View commit details
Copy full SHA for bf0386c
View code at this point
Browse repository at this point
Commits on Oct 13, 2011
changed the astyle formatting flags
Daniel Marjamäki
committed
6f8e42a
View commit details
Copy full SHA for 6f8e42a
View code at this point
Browse repository at this point
Commits on Jul 16, 2011
Preprocessor: fix handling of (1&&2) condition
Daniel Marjamäki
committed
07a1222
View commit details
Copy full SHA for 07a1222
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.