FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for test/testtype.cpp - etemcode1/cppcheck · GitHub
etemcode1
/
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
test
testtype.cpp
on
main
User selector
Datepicker
Commit history
Commits on Sep 30, 2024
cleaned up includes based on include-what-you-use (#6846)
firewave
authored
1be39ad
View commit details
Copy full SHA for 1be39ad
View code at this point
Browse repository at this point
Commits on Sep 26, 2024
testrunner: more usage of actual `Preprocessor` instead of hand-rolled code / some cleanups (#6828)
firewave
authored
bb4d0a0
View commit details
Copy full SHA for bb4d0a0
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 11, 2024
made more `mErrorLogger` members references (#6276)
firewave
authored
437c284
View commit details
Copy full SHA for 437c284
View code at this point
Browse repository at this point
Preprocessor: made `mErrorLogger` a reference (#6274)
firewave
authored
b9c535c
View commit details
Copy full SHA for b9c535c
View code at this point
Browse repository at this point
Tokenizer: removed `Preprocessor` dependency (#6265)
firewave
authored
423617a
View commit details
Copy full SHA for 423617a
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 20, 2024
Fix FP truncLongCastAssignment on Windows (f'up to #11953) (#6135)
chrchr-github
authored
7211458
View commit details
Copy full SHA for 7211458
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 Mar 6, 2024
testrunner: added options `-n` (no summary) and `-d` (dry run) / added script to run test cases separately / adjusted some tests (#6049)
Show description for 54c01cf
firewave
authored
54c01cf
View commit details
Copy full SHA for 54c01cf
View code at this point
Browse repository at this point
Commits on Jan 31, 2024
Fix #12393 Stack overflow in accumulateStructMembers() (#5926)
chrchr-github
authored
6375880
View commit details
Copy full SHA for 6375880
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 Dec 8, 2023
Add tests for #8399/#10646/#10833 (#5743)
chrchr-github
authored
233e27b
View commit details
Copy full SHA for 233e27b
View code at this point
Browse repository at this point
Commits on Nov 2, 2023
extracted `FileSettings` from `ImportProject` to `filesettings.h` (#5604)
firewave
authored
e6d15b1
View commit details
Copy full SHA for e6d15b1
View code at this point
Browse repository at this point
Commits on Oct 28, 2023
Fix #12117 FP integerOverflowCond for shift by 31 bits (#5596)
chrchr-github
authored
cae27c5
View commit details
Copy full SHA for cae27c5
View code at this point
Browse repository at this point
Commits on Oct 21, 2023
refs #11928 / refs #10045 / fixes #11794 - generate `limits.h`/`climits` defines from platform (#5414)
firewave
authored
3103736
View commit details
Copy full SHA for 3103736
View code at this point
Browse repository at this point
Commits on Oct 13, 2023
gui/platforms.h: renamed `Platform` to `PlatformData` / Platform: removed unnecessary `cppcheck` namespace (#5545)
firewave
authored
ebb877a
View commit details
Copy full SHA for ebb877a
View code at this point
Browse repository at this point
Commits on Aug 18, 2023
removed unnecessary `Settings` parameter from `Check::runChecks()` and made `Tokenizer` a reference (#5308)
Show description for bfb50ca
firewave
authored
bfb50ca
View commit details
Copy full SHA for bfb50ca
View code at this point
Browse repository at this point
Commits on Aug 3, 2023
Fix #11862 FP truncLongCastAssignment with increment (#5290)
chrchr-github
authored
5ff8955
View commit details
Copy full SHA for 5ff8955
View code at this point
Browse repository at this point
Commits on Aug 2, 2023
Fix FP truncLongCastReturn on Windows (#5262)
chrchr-github
authored
faf8047
View commit details
Copy full SHA for faf8047
View code at this point
Browse repository at this point
cleaned up includes based on include-what-you-use / iwyu.yml: updated to yet another distro to get the latest version and updated the Chaotic-AUR key (#5267)
Show description for 45de338
firewave
authored
45de338
View commit details
Copy full SHA for 45de338
View code at this point
Browse repository at this point
Commits on May 2, 2023
testrunner: more `SettingsBuilder` usage and `const` cleanups (#5026)
firewave
authored
25183ff
View commit details
Copy full SHA for 25183ff
View code at this point
Browse repository at this point
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 Mar 3, 2023
made `Platform` a member of `Settings` instead of inheriting from it / cleanups (#4791)
firewave
authored
5af6ca6
View commit details
Copy full SHA for 5af6ca6
View code at this point
Browse repository at this point
Commits on Mar 2, 2023
cleaned up includes based on `include-what-you-use` (#4599)
firewave
authored
bd1ae69
View commit details
Copy full SHA for bd1ae69
View code at this point
Browse repository at this point
some `Tokenizer` construction and related other cleanups (#4799)
firewave
authored
8f5f06a
View commit details
Copy full SHA for 8f5f06a
View code at this point
Browse repository at this point
Commits on Feb 11, 2023
improved setting of platform in tests / also improved platform tests (#4787)
Show description for 132a5a3
firewave
authored
132a5a3
View commit details
Copy full SHA for 132a5a3
View code at this point
Browse repository at this point
Commits on Jan 29, 2023
Check: disallow more than one instance per check (#4749)
firewave
authored
7c7ccdf
View commit details
Copy full SHA for 7c7ccdf
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
Previous
Next
Back
|
FazBrowse Home
|
New Git URL