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

GitHub / cppcheck-opensource/cppcheck / commits

SHA Message Author Date Stats
9c40fe00 fixed #10692 - detect Emacs C++ marker in C-style comment blocks (#6511) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
20472f57 added `--debug-lookup` to log library loading (#6436) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
ea2c3901 Fix #12383: cppcheck build dir: changed line numbers in source file (#6505) olabetskyi <1****i@u****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
70b1f665 removed redundant `Path::fromNativeSeparators()` calls (#6509) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
44174cc2 even more `FileWithDetails` usage (#6508) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
06ce840e scriptcheck.yml: re-enabled `pylint` and mitigated findings / added missing f... Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
adb2260d Fix message about deprecated placeholders (#6504) ChristophStrehle <C****e@t****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
06889a3f more `FileWithDetails` usage (#6500) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
d33d29ce Union Assignment fix (#6501) olabetskyi <1****i@u****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
2924622f refs #12683 - updated GitHub action `actions/checkout` to `v4` (#6467) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
019a240e temporally fixated Python 3.12 in CI to 3.12.3 (#6502) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
99674e1b Fix #12824 internalError due to bad indirect value (#6497) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
16388314 Fix #12732 FP knownConditionTrueFalse with switch (regression) (#6495) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
35863cb2 Fix #12661 FP constParameterPointer with Qt containers (#6438) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
dc385f3b Fix #12775 FP containerOutOfBounds with push_back() in loop (#6451) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
43e6e6e2 Fix #12823 Crash in isVariableChanged() with unknown macro (#6494) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
3e549800 Fix #4478: FP: Uninitialized variable (#6493) olabetskyi <1****i@u****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
f1ddd1a3 Fix #5115, #10093 (False positive: redundantAssignment when using a union) (#... olabetskyi <1****i@u****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
ac0bd6d2 Fix 12760: FN knownConditionTrueFalse for pointer + offset (#6491) Paul Fultz II <p****2@y****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
270518cc Fix #12815 Crash in singleAssignInScope() (#6489) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
e0ce6483 Fix #12806 FP constParameterReference related to designated initializer (#6486) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
7ab4ae7c Fix #12813 (Tokenizer: handle alignas in C11 code) (#6487) Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
b84bc8d4 Fix #12807 (dump file: provide alignas expressions) (#6483) Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
32fefc6f CheckInternal::checkRedundantNextPrevious(): Fix FN, simplify (#6478) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
bd694dbb Fix #12610 (Justifications for warnings using comments in the code) (#6474) Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
7eda773e Fix #12801 fuzzing timeout/out-of-memory in Tokenizer::simplifyTypedefCpp() (... chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
edf0104c Token: allow the compiler to inline `*At()` calls (#6479) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
dfa928f5 Token: make sure calls are being match compiled (#6480) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
95262899 reduced amount of `Tokenizer::isCPP()` calls (#6481) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
7b225949 Replaced 'tok->next()->link()' by 'tok->linkAt(1)' (#6476) orbitcowboy <o****y@w****e>
Committed by: GitHub <n****y@g****m>
about 2 years ago
eeef6b8a refs #12683 - updated GitHub action `actions/cache` to `v4` (#6471) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
abaf3f33 Fix #12799 fuzzing crash in Tokenizer::setVarIdPass2() (#6469) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
deff1f9a refs #12683 - updated GitHub action `actions/setup-python` to `v5` (#6470) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
528a835c refs #12683 - updated GitHub action `actions/upload-artifact` to `v4` (#6468) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
d9e14f44 test/cli/fuzz_test.py: added test for fuzzing crashes with C code (#6466) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
f9b73edd Install missing Python package (#6462) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
886e3062 Fix #12798: Add inline supression to projectDialog (#6453) olabetskyi <1****i@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
22477ef8 Fix #12790-93 fuzzing crashes (#6460) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
448b9516 Fix #12789 syntaxError on valid template code (#6457) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
2bfeef03 Add tests for #10811, #11046, remove dead code (#6458) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
ab9def97 Fix #12780: Enable Macro TextBox in Gui (#6450) olabetskyi <1****i@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
51fb56c4 Fix #12767-70 fuzzing crashes (#6441) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
98d56b88 ValueFlow: start splitting it into multiple files (#4748) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
5b025c8b fixed #12766 - made it possible to override `FILESDIR` in CMake (#6437) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
234eec51 Added requirements.txt for donate-cpu.py (#6443) feelamee <1****e@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
d8ee51d8 Fix #12772 (GUI: information messages are shown even though information tool ... Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
a858a0b6 Fix #12757 FP knownEmptyContainer with template specialization (regression) (... chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
912934e2 .gitignore: added `.gdbinit` [skip ci] (#6439) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
fa561e9c mitigated some `modernize-use-auto` clang-tidy warnings (#5838) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
00a3ae0c cppcheck-premium.yml: made it triggerable and made the version an input (#6428) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
fb5679f9 Fix #12762 FN constVariableReference with multiplication (#6432) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
2263d306 refs #10692 - added command-line option `--cpp-header-probe` to probe headers... Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
e853d862 made `Library::load(const tinyxml2::XMLDocument &)` private / related refacto... Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
a182aa8f Fix #12625 internalError with function typedefs (#6431) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
3983c0c7 valueflow.cpp: fixed `-Wmaybe-uninitialized` GCC warning in optimized build (... Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
191f3398 added preliminary support for newer standards / some cleanups (#6423) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
b17a3472 Path: removed deprecated functions / renamed `isHeader2()` to `isHeader()` (#... Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
ab698479 Library: made all members private and moved implementations to source file (#... Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
06f56894 Fix 12372: C++20: syntaxError with implicit operator and requires clause (#6397) Paul Fultz II <p****2@y****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
9c218621 fixed #12763 - do not assert in markup processing for `unusedFunction` when a... Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
2a1500f0 bumped simplecpp to 1.1.3 (#6422) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
d518020d allow CLICOLOR_FORCE env var to force CLI color output (#6270) cconverse711 <c****1@g****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
f066778d Fix #12761 (SymbolDatabase: two structs with same name, constructor added to ... Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
7c095f29 Fix #12748 FP arithOperationsOnVoidPointer with unique_ptr to array (#6420) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
e2f340ff Fix 12197: FP uninitvar with two loops over buffer (#6417) Paul Fultz II <p****2@y****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
81569789 Fix #12747 (GUI: when compliance report is generated the checkers-report shou... Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
ccfbc0c3 Partial fix for #12697 FN ignoredReturnValue with "pure" and "const" function... chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
4a6eef83 Fix #12746: Add Misra C++ Version dropBox for gui (#6413) olabetskyi <1****i@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
570c11de iwyu.yml: switched to Fedora to get the latest `include-what-you-use` / clean... Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
85149294 improved Qt6 information in CMake (#6418) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
f502d2a2 Fix 12373: C++20: AST error with concepts using requires and || (#6415) Paul Fultz II <p****2@y****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
97115c46 Fix #12733 FP constParameterReference with nested init list (#6406) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
374e85d7 Fix 12681: FP: knownConditionTrueFalse (#6416)
Signed-off-by: Francois Berder <f****r@o****r>
François Berder <1****r@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
7419e53e Fix #12740 FP redundantCopyLocalConst with pointer member (#6410) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
9fb26258 Fix 12247: FP uninitvar with pointer to uninitialized array (#6414) Paul Fultz II <p****2@y****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
99909752 consolidated ValueFlow tuning options into `ValueFlowOptions` (#6332) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
9d4d1187 Fix #12726: Update for CheckOrderEvaluation (#6393) olabetskyi <1****i@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
337dfc95 Fix 12315: FP containerOutOfBounds when size of container is defined by const... Paul Fultz II <p****2@y****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
da124d1d Fix #12737 Consolidate isEnumScope() and isEnumStart() in tokenize.cpp (#6407) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
c318cf69 Fix #12738 FP containerOutOfBounds for std::vector with braced initializer (#... chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
a8407ffe Fix #12741 (Add Misra C++ 2023 option in --help output) (#6411) Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
947c2477 Fix #12651:exception in misra.py, bad code: __arm__ (#6384) Swasti Shrivastava <3****6@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
5f9039e8 testrunner: prefer to pass code as sized `const char[]` (#6381) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
b5cb0f87 Fix #12730 FP initializerList - name clash? (#6402) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
994c015f fixed #12715 - made Visual Studio conditions work again (#6389) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
eb4ceacd Fix #12729 internalError with _Static_assert in C code (regression) (#6403) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
ac626a24 Fix #12713 Assert failure in ExpressionAnalyzer() (#6388) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
6875514e Fix #12725 oppositeInnerCondition with negated bool (#6401) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
5d17cc2b Fix #12676 (Tokenizer::setVarid: varid can be set wrongly for member in templ... Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
a9e479af Added regression test for #11246 (#6399) orbitcowboy <o****y@w****e>
Committed by: GitHub <n****y@g****m>
over 2 years ago
9d373cf0 Added regression test for #12253 (#6398) orbitcowboy <o****y@w****e>
Committed by: GitHub <n****y@g****m>
over 2 years ago
88425550 Fix #8235 false positive: memory leak (realloc) (#6394) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
8e7f0605 Fix FP assertWithSideEffect with std::prev/next (refs #12695) (#6395) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
1943b4dd Deactivate failing scriptcheck using Python 3.5 (#6396) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
37dc7952 Fix #12702 fuzzing crash in TemplateSimplifier::useDefaultArgumentValues (#6387) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
89f56573 Fix #12718 restrict wrongly treated as keyword (#6390) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
f562ff2c Make htmlreport installable single package (#6335) Vladimir Petrigo <v****o@g****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
a26b16d6 Fix #12712 FN duplicateCondition with function in namespace (#6386) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
50be22d2 Fix #12710 (Checkers report: update premium checkers info) (#6360) Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago
665cfce0 Fix 11996: FP: knownConditionTrueFalse (#6357) Paul Fultz II <p****2@y****m>
Committed by: GitHub <n****y@g****m>
over 2 years ago

← Back to repository