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

GitHub / cppcheck-opensource/cppcheck / commits

SHA Message Author Date Stats
addfb011 cli: add --premium option for license file (#6858) Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
3466bdcf Fix #13163 fuzzing crash in getEnumType() (#6850) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
97664749 Update the syntax in reduce.py (#6843) Swasti Shrivastava <3****6@u****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
a01c9c26 Fix #13164 FP checkLibraryNoReturn when calling library constructor (#6856) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
92431a86 Fix #12928 (GUI: running cppcheck premium with LOC license) (#6854) Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
51546e83 updated Qt in CI to 6.7.3 (#6840) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
44bb433a testpreprocessor.cpp: fixed missing registration of `unique_errors` (#6852) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
45b1e8b0 Fix #12889 fuzzing crash (heap-use-after-free) in Tokenizer::simplifyTypedef(... chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
1be39ade cleaned up includes based on include-what-you-use (#6846) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
6d56c7fc updated CI to `macos-13` (#6848) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
d259f726 Fix #12888 fuzzing crash in getEnumType() (#6844) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
a62e0329 Fix #13125 checkLibraryFunction warning due to bad overload resolution (#6837) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
fe039306 std.cfg: Added support for 'std::monostate' for unusedScopedObject-check (#6842) orbitcowboy <o****y@w****e>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
161def74 ValueFlow: extracted `valueFlowConditionExpressions()` into separate file (#6... Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
3b36db93 fixed #13129 - apply `--std` with `--clang` / fixed usage of `Standards::stdV... Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
c563801f clang-tidy.yml: properly specify CMake option `WARNINGS_ARE_ERRORS` / mitigat... Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
65327c66 test/cfg: fixed `-Wimplicit-function-declaration` warnings / std.cfg: removed... Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
11cf3f41 refs #12066 - added CMake option `BUILD_ONLINE_HELP` to conditionally add `on... Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
cd14f2f6 Fix 13140: misra.py crash, guideline 9.2 (#6839) Swasti Shrivastava <3****6@u****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
42b2947f fix #8109: False positive: memory is freed twice (overloaded delete) (#6774) Ludvig Gunne Lindström <l****v@p****e>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
6767b2ca Fix #13142 FP knownConditionTrueFalse when constructing container from iterat... chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
c348128b ValueFlow: extracted `valueFlowSwitchVariable()` into separate file (#6783) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
4e787544 checkersreport.cpp: fixed typo (#6193)
Co-authored-by: dcb314 <d****4@u****m>
Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
b14f100a astutils.cpp: fixed suboptimal string comparisons / small cleanup (#6799) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
bb4d0a03 testrunner: more usage of actual `Preprocessor` instead of hand-rolled code /... Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
33601eb7 Fix #13139 Assert failure in valueflow.cpp::setSymbolic() (#6830) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
776f6fd9 Fixed #13127 (SymbolDatabase: findFunction does not handle ref-qualifiers pro... Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
e34b23bf Preprocessor: several cleanups (#6829) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
f0092bc0 Fix #13136 FN deallocuse with FILE* (#6827) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
07883d5f fixed #13134 - no longer implicitly enable `missingInclude` with `information... Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
3309f028 fixed #13128 - apply enforced language with `--clang` (#6825) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
3f8244db Fix #13126 FP deallocuse with fdopen() (#6823) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
0a36cdd4 refs #13128/#13129/#13130: test/clang/clang-import_test.py: test passthrough ... Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
64bd6334 fix #13117 FP: unusedFunction: The function 'f' is never used. (#6822) Ludvig Gunne Lindström <l****v@p****e>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
a92d8524 Fix #13090 using declaration not simplified in namespace or class scope (#6794) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
437558dc TestIO: added missing testing of `Win32W` (#6728) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
cc4f24b8 Fix #13119 FN: deallocuse (std::wcrtomb) (#6821) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
1f580712 Fix #13105 checkLibraryFunction for smart pointer to container (#6805) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
d05b68db bumped simplecpp to 1.1.5 / improved testing (and output) / added TODOs (#6767) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
7fa2eb5e added more samples (#6812) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
38e8d396 fixed `-Wmissing-include-dirs` warning by running autogen before PCH generati... Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
6e533310 scriptcheck.yml: fixated `pylint` version to avoid failures with newly introd... Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
757620f2 Fix #13108 FP invalidContainer when constructing container from iterators (#6... chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
74ec5705 some XML parsing cleanups (#6515) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
f88d2c82 fixed #13066 - Makefile: need to use `override` when appending to variable sp... Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
55c67a35 Fix #13088 debug: Scope::checkVariable found variable 'impl' with varid 0. [v... chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
31991023 test/cfg/boost.cpp: added missing include for `BOOST_SCOPED_ENUM_DECLARE_*` (... Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
c3b91313 test/cli/clang-import_test.py: create files in temporary folder / some cleanu... Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
d8debc26 donate-cpu-server.py: added a preliminary clients report (#6803) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
de806a1d Add support for std::complex (refs #11313) (#6807) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
f4f4ce8f Fix #13104 FP CastIntegerToAddressAtReturn with function pointer and typedef ... chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
08b50169 removed support for Python 2.7 / small cleanups (#6804) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
7be1dff3 testrunner: removed unused and inconsistently used return value from `assert*... Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
97c5886b std.cfg: #Ticket 1544: Added regression tests (eraseIteratorOutOfBounds) (#6800) orbitcowboy <o****y@w****e>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
d1ca4e35 Fix #13094 internalError for function pointer typedef (#6795) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
67d570c3 Fix #13095 nullptr dereference in simplifyUsing() (#6796) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
91151ed3 Fix #13093 FP incorrectStringBooleanError for nullptr check in macro (#6793) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
ac6f4361 Fix #11430 internalAstError with using and functional-style cast (#6781) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
cf7f74df refs #11342 - Library: avoid redundant lookups in `getarg()` (#6791) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
e2efe8e7 Fix #13085 FN: constVariablePointer for nested array access (#6790) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
a36e8961 Fix #13078 FP nullPointer with sqlite3_open_v2 (#6786) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
4cf5cc2c Fix #13070 FP uninitMemberVar for method -- parameter pack + namespace confus... chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
ced6259d std.cfg: Added support for std::format_error (#6785) orbitcowboy <o****y@w****e>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
a63b165e ValueFlow: extracted `valueFlowInferCondition()` into separate file (#6782) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
70b3f71e ValueFlow: extracted analyzers to `vf_analyzers.{cpp|h}` (#6664) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
f7ce90c3 Update Japanese Translation (#6779) Tomo Dote <f****4@g****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
5ad1d390 fixed #13083 - correct addons and cfgs install locations (#6764) Dmitry Marakasov <a****3@a****u>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
fc2f5514 Fix #13067 FP incorrectStringBooleanError for macro argument (#6770) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
c2f4c5c0 CI: Run all github actions on commits in release branches (#6777) Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
400f8706 Fix #13074 (GUI: The guideline/classification is not always set correctly in ... Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
1527922f Fix #13072 FN constVariablePointer for nested array access (regression) (#6773) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
e3a5d410 Fix #13069 FN constVariable for multidimensional array (#6771) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
b8b02805 utilize `returns_nonnull` function attribute (#6759) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
b8f80a9d Fix #13064 FP derefInvalidIteratorRedundantCheck for initializer_list (regres... chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
a7dcc70f CI: Update Cppcheck Premium used for selfchecking to 24.9.0.1 (#6762) Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
bed7912e removed duplicated `ErrorPath*` aliases (#6763) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
508eb98c bumped version to 2.15.99/2.16 (#6760) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
01f9aa34 more `const_iterator` usage (#6761) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
5e1db128 ValueFlow: some small cleanups (#6737) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
94e9a721 Fix #13057 FP: Returning pointer to local variable (#6739) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
56ff2cc2 createrelease: updates after 2.15.0 release (#6758) Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
698e981f donate-cpu-server.py: Update OLD_VERSION to 2.15.0 [ci skip] (#6757) Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
cd67030a AUTHORS: cconverse711 [ci skip] (#6755) Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
9ebed115 Fix #13061 (Add cfg file for protobuf) [ci skip] (#6753) Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
7f7de277 manual-premium.md: merge changes in manual.md into the premium manual [ci ski... Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
d512bf33 releasenotes: start new notes for 2.16 [ci skip] (#6751) Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
cf98e5ff checkers.cpp: Update file using tools/get_checkers.py (#6747) Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
a7a5bab6 AUTHORS: Update. feelamee, NorwayFun [ci skip] (#6750) Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
ff9647f5 2.15.0: Update copyright year [ci skip] (#6749) Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
47efb88a 2.15.0: update translations with lupdate [ci skip] (#6748) Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
32ca99f5 win_installer: Update cfg file list (#6746) Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
ff85ecdd fix #13021: cmdline: validate option --std (#6740) Ludvig Gunne Lindström <l****v@p****e>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
e775c55d announced removal of qmake support [skip ci] (#6744) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
9b559d88 Release: Updated mapping of Cppcheck/Premium warnings (#6745) Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago
555546e4 Fix #12937 FP knownConditionTrueFalse for flags linked by condition (#6718) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
2d19235b use Qt6 in all selfchecks in CI (#6727) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
e112e5b2 Makefile: fixed `clean` for dmake (#6735) Oliver Stöneberg <f****e@u****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
3b338fe2 Formatting: Execute runformat (#6741) Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
ecb436ad Fix #13059 FP returnByReference with function call (#6736) chrchr-github <7****b@u****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago
1583779b Fix #13047 (Add a --premium=safety-off option to explicitly turn off safety f... Daniel Marjamäki <d****i@g****m>
Committed by: GitHub <n****y@g****m>
about 2 years ago

← Back to repository