An open API service providing commit metadata for open source projects.

GitHub / cppcheck-opensource/cppcheck / commits

SHA Message Author Date Stats
0f42d815 Fix #12706 FP uselessOverride with virtual function in derived class (#6382) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
84cf512a Fix #12701 fuzzing crash in Tokenizer::findGarbageCode() (#6378) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
c4be14dd fixed #12666 - got rid of ill-conceived `USE_MATCHCOMPILER` CMake option val... Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
57e0ea53 fixed #12682 - deprecated support for Python 2.7 (#6369) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
9bbc395a Fix #12700 syntaxError with nested typedef (#6376) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
55c71f40 Fix #12680 Assert failure in checkDereferenceInvalidIterator2() (#6366) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
50dc5895 Partial fix for #12695 FP assertWithSideEffect with library functions (#6373) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
a91edcfe Fix #12689, #12690 fuzzing crashes (#6370) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
265a5052 donate-cpu-server.py: greatly simplified and optimized stale report and added... Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
1de6af8a Fix #12685 FN uninitvar for constructor argument (#6368) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
858b5ea3 refs #12692 - donate-cpu: improved kde library detection (#6372) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
34a202d1 kde.cfg: fixed validation (#6371) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
65351925 kde.cfg: added some `*i18n()` and `*i18nc()` functions (#6365) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
1f0ab488 Partial fix for #12468 Library functions not handled in assertWithSideEffect ... chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
e2fa3cb1 donate-cpu-server.py: added timing information to logging and adjusted some l... Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
cf0dc861 CI-unixish-docker.yml: updated latest ubuntu to 24.04 (#6363) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
d3e42844 Refs #12655: add unknownMacro warning (#6361) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
05d57104 fixed #12672 / refs #12671 - donate-cpu-server.py: increased buffers for data... Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
e4f7087d Fix #12662 FP unreadVariable with QMap iterator (#6354) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
b3f36069 gnu.cfg: Added support for __builtin_unreachable () (#6359) orbitcowboy <o****y@w****e>
Committed by: GitHub <n****y@g****m>
over 2 years ago
1b37807c Refs #12647: add test cases (#6356) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
3f7ba6d1 fixed #12669 - donate-cpu-server.py: improved connection handling and logging... Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
fae65de4 Fix #12647 Repeated typedef not handled (#6355) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
5d0aa2aa Fix #12638 FP overlappingWriteFunction with last array element (#6323) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
55554ca8 fixed #12664 - donate-cpu-server.py: omit outdated results from diff reports ... Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
96f2527c Fix #12667 syntaxError on C23 [[noreturn]] (#6351) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
4dde49f2 Fix 12461: False positive: uninitialized buffer, address of and function call... Paul Fultz II <p****2@y****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
80833e1a std.cfg: Added support for std::unexpected(). (#6343) orbitcowboy <o****y@w****e>
Committed by: GitHub <n****y@g****m>
over 2 years ago
b7360ce9 changed most `Settings` pointers to references (#6298) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
047b6086 Fix #12660 (Tokenizer::setVarId: varid is wrongly set for argument name that ... Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
7a3a43b5 Fix #12652, #12654 fuzzing crashes (#6344) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
e5659ccf Fix #12659 False positive: syntaxError when there is && in array argument (#6... chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
4efb001d Fix #12653, #12655 fuzzing crashes (#6339) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
3ca8997a no-fuzz: added (optional) execution count command-line argument (#6338) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
ca945276 TokenList: avoid `Path::identify()` being called with empty filename from `de... Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
da380ea4 Fix #11591 Truncate variable after pre/post increment operator (#6331) François Berder <1****r@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
94f28a2e Fix #12641 FP mismatchingContainers with repeated ternary (#6337) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
f7949e70 bumped `simplecpp` (#6333) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
9fab9b94 Fix #12643-46 fuzzing crashes (#6336) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
7dab204c std.cfg: Added support for std::terminate() (#6334) orbitcowboy <o****y@w****e>
Committed by: GitHub <n****y@g****m>
over 2 years ago
24be0e51 oss-fuzz: aligned timeout in targets with what we are actually testing with (... Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
9b87f678 ValueFlow: made some more parameters const references (#6330) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
642cdfde Fixed some cmakelint warnings (#6318) orbitcowboy <o****y@w****e>
Committed by: GitHub <n****y@g****m>
over 2 years ago
bd7136d1 FileLister: ensure sorting of files / some cleanups (#6322) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
fdbde42e Fix #12629 fuzzing timeout in valueFlowSymbolicOperators() (#6328) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
fefe5f1e extracted `trim()` and `findAndReplace()` to `utils.{cpp|h}` (#6325) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
e4314468 Update Japanese translation (#6320) Tomo Dote <f****4@g****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
46bf1e43 AUTHORS: Add anoymouserver [ci skip] Daniel Marjamäki <d****i@g****m> over 2 years ago
ea2e716f added `FileWithDetails` to store resolved input path in (#6285) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
c2a1c5fe bumped version to 2.14.99/2.15 (#6319) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
4f922b0f Fix #12630 fuzzing timeout in valueFlowCondition() (#6316) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
ba9216ee Fix #12631 fuzzing timeout in Tokenizer::simplifyTypedefCpp() (#6312) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
ebf4cc2a Fix #12626 FP returnByReference with string_view or template (#6311) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
c793516a donate-cpu-server: update OLD_VERSION to 2.14.0 [ci skip] Daniel Marjamäki <d****i@g****m> over 2 years ago
fb15ac67 valueflow.cpp: issue a debug message about analysis of condition expressions ... Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
0fd3d208 release notes: new for 2.15 [ci skip] (#6314) Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
eeefe9f1 AUTHORS; andymacg, thingsconnected, etc [ci skip] (#6313) Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
58030b8e Update copyright year (#6310) Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
e4ef54fc GUI: Update translations (#6309) Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
d7afc777 Add test for #3524, update release notes (#6307) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
3601b184 Fixed #12440 (Misra violations found but code exited with 0 even after specif... Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
1fa728cd Fix #12363 FP unreadVariable with unknown constructor that takes a parameter ... chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
2ab6dc84 Fix #12624 (The misra-config should not be a critical error) (#6306) Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
8c78869d Fix syntaxErrors with wxGrid, tinyxml2::XMLError enums (#6304) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
5c976410 Fix #12618 FN variableScope with member or array access (#6301) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
c677fc8d Fix #12621 Stack overflow in ValueFlow::getSizeOf() (#6303) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
397464e4 Fix #12458 (checkers report: does not indicate misra checkers properly) (#6302) Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
3a212f17 Fix #12620 Crash in checkReturnByReference() (#6300) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
8b518bf8 Partial fix for #12014 Outer typedef incorrectly applied within namespace (#6... chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
c6ae9aef Fix #12619 FP unusedPrivateFunction with trailing return type and override (... chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
8cd680bb Fix #8862 Enhancement: false negative: variablescope (#6294) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
82fcffa1 iwyu.yml: use Qt 6.7.0 for `include-what-you-use` (#6218) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
087fd791 avoid even more unchecked pointer dereferences / changed some pointers to ref... Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
65f571f5 Fix #12615 FP syntaxError with operator= (#6295) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
7e606247 iwyu.yml: use Qt6 for `include-what-you-use` (#6292) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
f79424b0 avoid more unchecked pointer dereferences (#6293) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
040b7822 updated Qt in CI to 6.7.0 (#6290) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
068b0b8f iwyu.yml: use Qt 6 for `clang-include-cleaner` and include the GUI sources in... Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
01c049d8 Fix #12597 syntaxError with array typedef in namespace (#6287) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
fe3bf914 Add test for #12401 (#6289) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
26da798b avoid some unchecked pointer dereferences (#6284) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
646f8699 cleaned up includes based on include-what-you-use (#6279) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
686e28de Add tests for #12205, #12405 (#6280) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
a41ef743 Fixed #12504 (dumpfile: usage of relative paths is inconsistent) (#6275) Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
d0de1fec testrunner: moved more code into `PreprocessorHelper` (#6277) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
437c284d made more `mErrorLogger` members references (#6276) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
59f45759 Fix #12607 FP returnReference with std::map (regression) (#6278) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
5879f28e Fix #12608 FP returnByReference for virtual function (#6272) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
b9c535c2 Preprocessor: made `mErrorLogger` a reference (#6274) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
25768b42 Revert "Codecov v4 (#6271)" (#6273) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
423617a5 Tokenizer: removed `Preprocessor` dependency (#6265) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
d43a1b35 Codecov v4 (#6271) Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
524e979f default to `--check-level=exhaustive` internally / several related cleanups (... Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
83d4e317 Fix #11638 Crash Library::getFunctionName: SIGSEGV (#6268) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
24889ebc Added test for Ticket #12514. (#6269) orbitcowboy <o****y@w****e>
Committed by: GitHub <n****y@g****m>
over 2 years ago
f01fdcf0 wxwidgets.cfg: added support for more interfaces (#6266) orbitcowboy <o****y@w****e>
Committed by: GitHub <n****y@g****m>
over 2 years ago
bca43c26 Use ValueFlow::getSizeOf() in CheckOther (#6257) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
4f8f7ccf Fix #12546 new check: suggest to return const reference from "getter" member ... chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
b7f208ff Fix #12602 false positive: syntaxError for variable @ address (#6263) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
789be1cd Tokenizer: moved test-only `tokenize()` to `SimpleTokenizer` / several cleanu... Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago

← Back to repository