FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for test/testpostfixoperator.cpp - cppcheck-opensource/cppcheck · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
cppcheck-opensource
/
cppcheck
Public
Notifications
You must be signed in to change notification settings
Fork
1.6k
Star
6.7k
Code
Pull requests
200
Actions
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Security and quality
Insights
Commits
Breadcrumbs
History for
cppcheck
test
testpostfixoperator.cpp
on
2.16.x
User selector
Datepicker
Commit history
Commits on Oct 14, 2024
Fix #13123/13124 fuzzing crashes (#6909)
chrchr-github
authored
aa5262d
View commit details
Copy full SHA for aa5262d
View code at this point
Browse repository at this point
Commits on May 22, 2024
iwyu.yml: switched to Fedora to get the latest `include-what-you-use` / cleaned up includes (#6340)
firewave
authored
570c11d
View commit details
Copy full SHA for 570c11d
View code at this point
Browse repository at this point
Commits on May 16, 2024
testrunner: prefer to pass code as sized `const char[]` (#6381)
firewave
authored
5f9039e
View commit details
Copy full SHA for 5f9039e
View code at this point
Browse repository at this point
Commits on Apr 20, 2024
Update copyright year (#6310)
danmar
authored
58030b8
View commit details
Copy full SHA for 58030b8
View code at this point
Browse repository at this point
Commits on Apr 10, 2024
Tokenizer: moved test-only `tokenize()` to `SimpleTokenizer` / several cleanups (#6264)
firewave
authored
789be1c
View commit details
Copy full SHA for 789be1c
View code at this point
Browse repository at this point
Commits on Mar 13, 2024
testrunner: make sure the error output is consumed (#6117)
firewave
authored
1bace58
View commit details
Copy full SHA for 1bace58
View code at this point
Browse repository at this point
Commits on Mar 8, 2024
iwyu.yml: use OpenSUSE to get latest `include-what-you-use` / cleaned up includes (#5673)
Show description for f465dc5
firewave
authored
f465dc5
View commit details
Copy full SHA for f465dc5
View code at this point
Browse repository at this point
Commits on Jan 13, 2024
pass `Settings` by reference into `Tokenizer` (#5857)
Show description for d015007
firewave
authored
d015007
View commit details
Copy full SHA for d015007
View code at this point
Browse repository at this point
Commits on May 2, 2023
reduced usage of mutable `Settings` objects in tests (#4798)
firewave
authored
2935c85
View commit details
Copy full SHA for 2935c85
View code at this point
Browse repository at this point
Commits on Jan 28, 2023
Update copyright year
danmar
committed
464fbe8
View commit details
Copy full SHA for 464fbe8
View code at this point
Browse repository at this point
Commits on Jan 27, 2023
renamed some files in the `test` folder (#4705)
firewave
authored
1d3955b
View commit details
Copy full SHA for 1d3955b
View code at this point
Browse repository at this point
Commits on Sep 16, 2022
iwyu.yml: use `debian:unstable` to always get latest include-what-you-use / cleaned up includes (#4466)
Show description for b3ec225
firewave
authored
b3ec225
View commit details
Copy full SHA for b3ec225
View code at this point
Browse repository at this point
Commits on Aug 19, 2022
added more missing `sstream` includes (#4384)
firewave
authored
1b4141c
View commit details
Copy full SHA for 1b4141c
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 5, 2022
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 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
Commits on Nov 29, 2021
ASSERT() on calls to Tokenizer::tokenize() in test code (#3501)
chrchr-github
authored
ca311eb
View commit details
Copy full SHA for ca311eb
View code at this point
Browse repository at this point
Commits on Aug 7, 2021
Format with uncrustify (#3388)
pfultz2
authored
7f358b2
View commit details
Copy full SHA for 7f358b2
View code at this point
Browse repository at this point
Commits on Mar 21, 2021
Update Copyright year
danmar
committed
4243727
View commit details
Copy full SHA for 4243727
View code at this point
Browse repository at this point
Commits on Feb 24, 2021
Refactorization: Improved internal implementation of severity and certainty levels
Show description for 141d2ac
PKEuS
authored and
danmar
committed
141d2ac
View commit details
Copy full SHA for 141d2ac
View code at this point
Browse repository at this point
Commits on Feb 20, 2021
Refactorization: Removed unnecessary \n and spaces in strings
Show description for cf19372
PKEuS
authored and
danmar
committed
cf19372
View commit details
Copy full SHA for cf19372
View code at this point
Browse repository at this point
Commits on Dec 3, 2019
Valid code for incrementing raw pointer (#2418)
Dmitry-Me
authored and
danmar
committed
cf7ef2e
View commit details
Copy full SHA for cf7ef2e
View code at this point
Browse repository at this point
Commits on Dec 2, 2019
Improve test coverage for postfix increment of raw pointers
Dmitry-Me
committed
b14a976
View commit details
Copy full SHA for b14a976
View code at this point
Browse repository at this point
Commits on Mar 27, 2019
Fixed #9042 (Another `using BOOL` type breach) (#1765)
IOBYTE
authored and
danmar
committed
22f01f0
View commit details
Copy full SHA for 22f01f0
View code at this point
Browse repository at this point
Commits on Feb 9, 2019
Update copyright year
danmar
committed
bd7790f
View commit details
Copy full SHA for bd7790f
View code at this point
Browse repository at this point
Commits on Jan 12, 2019
Use OVERRIDE in test
danmar
committed
8dd641b
View commit details
Copy full SHA for 8dd641b
View code at this point
Browse repository at this point
Commits on May 15, 2018
Fix override warnings. (#1234)
IOBYTE
authored and
danmar
committed
ce50df8
View commit details
Copy full SHA for ce50df8
View code at this point
Browse repository at this point
Commits on May 10, 2018
Don't remove the volatile keyword so we can properly overload functions. (#1218)
Show description for 1845378
IOBYTE
authored and
danmar
committed
1845378
View commit details
Copy full SHA for 1845378
View code at this point
Browse repository at this point
Commits on Mar 31, 2018
Updated copyright year
danmar
committed
7e4dba6
View commit details
Copy full SHA for 7e4dba6
View code at this point
Browse repository at this point
Commits on Jan 21, 2018
Fixed #8350 (False positive: enum class static_cast to int is treated as non-primitive when type inference is used) (#1042)
IOBYTE
authored and
danmar
committed
5673348
View commit details
Copy full SHA for 5673348
View code at this point
Browse repository at this point
Commits on Jan 14, 2018
Updated copyright year
danmar
committed
c4caee6
View commit details
Copy full SHA for c4caee6
View code at this point
Browse repository at this point
Commits on May 27, 2017
iwyu - include what you use
mathbunnyru
authored and
danmar
committed
28aa939
View commit details
Copy full SHA for 28aa939
View code at this point
Browse repository at this point
Commits on Nov 20, 2016
Fixed #7821 (segmentation fault, invalid last token)
danmar
committed
5b377ea
View commit details
Copy full SHA for 5b377ea
View code at this point
Browse repository at this point
Commits on Jan 1, 2016
Update copyright year to 2007-2016.
lanurmi
committed
996c924
View commit details
Copy full SHA for 996c924
View code at this point
Browse repository at this point
Commits on Nov 18, 2015
Changed Copyrights. Removed my name.
danmar
committed
0f9d90d
View commit details
Copy full SHA for 0f9d90d
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL