]>
git.ipfire.org Git - thirdparty/vectorscan.git/log
Konstantinos Margaritis [Wed, 15 May 2024 14:05:22 +0000 (17:05 +0300)]
Fix missingOverride
Konstantinos Margaritis [Wed, 15 May 2024 14:04:50 +0000 (17:04 +0300)]
Fix unknownMacro
Konstantinos Margaritis [Wed, 15 May 2024 14:01:31 +0000 (17:01 +0300)]
Fix variableScope
Konstantinos Margaritis [Wed, 15 May 2024 14:01:02 +0000 (17:01 +0300)]
False positive knownConditionTrueFalse
Konstantinos Margaritis [Wed, 15 May 2024 14:00:28 +0000 (17:00 +0300)]
False positives duplicateExpression
Konstantinos Margaritis [Wed, 15 May 2024 07:44:15 +0000 (10:44 +0300)]
Merge pull request #277 from isildur-g/wip-cppcheck271
phase 1 of addressing cppcheck useStlAlgorithm warnings for fill and copy operations
Konstantinos Margaritis [Tue, 14 May 2024 16:52:01 +0000 (19:52 +0300)]
Merge pull request #276 from gtsoul-tech/bugFix/cppcheck-noExplicitConstructor-part2
Bug fix/cppcheck no explicit constructor part2
G.E [Tue, 14 May 2024 14:37:38 +0000 (17:37 +0300)]
phase 1 of addressing cppcheck useStlAlgorithm warnings,
this set only includes fill and copy operations.
gtsoul-tech [Tue, 14 May 2024 11:15:15 +0000 (14:15 +0300)]
supervector conversion
gtsoul-tech [Tue, 14 May 2024 11:10:56 +0000 (14:10 +0300)]
forgot some conversions SuperVector<32>
gtsoul-tech [Tue, 14 May 2024 10:32:50 +0000 (13:32 +0300)]
explicit constructor Supervector
gtsoul-tech [Tue, 14 May 2024 07:11:52 +0000 (10:11 +0300)]
ppc64el supervector explicit constructor
gtsoul-tech [Tue, 14 May 2024 06:53:08 +0000 (09:53 +0300)]
arm supervector explicit constructor
gtsoul-tech [Tue, 14 May 2024 06:28:13 +0000 (09:28 +0300)]
x86 explicit constructor supervector
Konstantinos Margaritis [Mon, 13 May 2024 18:52:55 +0000 (21:52 +0300)]
Merge pull request #274 from gtsoul-tech/bugFix/cppcheckError-noexplicitConstructor
Bug fix/cppcheck error noexplicitconstructor
gtsoul-tech [Mon, 13 May 2024 11:24:16 +0000 (14:24 +0300)]
most ptr.get() conversion
gtsoul-tech [Mon, 13 May 2024 10:04:57 +0000 (13:04 +0300)]
fixes left_id and suffix_id
gtsoul-tech [Mon, 13 May 2024 09:41:40 +0000 (12:41 +0300)]
more fixes
gtsoul-tech [Mon, 13 May 2024 08:03:27 +0000 (11:03 +0300)]
fix conversions
Konstantinos Margaritis [Mon, 13 May 2024 07:42:23 +0000 (10:42 +0300)]
Merge pull request #267 from VectorCamp/bugfix/cppcheck-rose_build_scatter-uselessAssignmentArg
Fix marked as false positive uselessAssignmentArg cppcheck warning
Konstantinos Margaritis [Mon, 13 May 2024 07:26:38 +0000 (10:26 +0300)]
Merge pull request #268 from VectorCamp/bugfix/cppcheck-constStatement
Fix marked as false positive constStatement cppcheck warnings
Konstantinos Margaritis [Mon, 13 May 2024 07:26:25 +0000 (10:26 +0300)]
Merge pull request #269 from VectorCamp/bugfix/cppcheck-duplicateAssignment
Fix marked as false positive duplicateAssignExpression cppcheck warnings
Konstantinos Margaritis [Mon, 13 May 2024 07:25:53 +0000 (10:25 +0300)]
Merge pull request #270 from VectorCamp/bugfix/cppcheck-redundantAssignment
Fix marked as false positive redundantAssignment cppcheck warnings
Konstantinos Margaritis [Mon, 13 May 2024 07:25:34 +0000 (10:25 +0300)]
Merge pull request #271 from VectorCamp/bugfix/cppcheck-identicalConditionAfterEarlyExit
Fix marked as false positive identicalConditionAfterEarlyExit cppcheck warnings
Konstantinos Margaritis [Mon, 13 May 2024 07:13:45 +0000 (10:13 +0300)]
Merge pull request #272 from VectorCamp/bugfix/cppcheck-truncLongCastAssignment
Fix marked as false positive truncLongCastAssignment cppcheck warnings
Konstantinos Margaritis [Mon, 13 May 2024 07:13:22 +0000 (10:13 +0300)]
Merge pull request #273 from VectorCamp/bugfix/cppcheck-knownConditionTrueFalse
Fix marked as false positive knownConditionTrueFalse cppcheck warnings
gtsoul-tech [Mon, 13 May 2024 06:52:42 +0000 (09:52 +0300)]
revert supervector
gtsoul-tech [Mon, 13 May 2024 06:29:40 +0000 (09:29 +0300)]
fix
gtsoul-tech [Mon, 13 May 2024 06:13:28 +0000 (09:13 +0300)]
Merge branch 'develop' into bugFix/cppcheckError-noexplicitConstructor
Konstantinos Margaritis [Sun, 12 May 2024 17:25:29 +0000 (20:25 +0300)]
nodes is never empty at this stage, emplace_back() is called just previously
Konstantinos Margaritis [Sun, 12 May 2024 15:40:51 +0000 (18:40 +0300)]
Fix marked as false positive knownConditionTrueFalse cppcheck warnings
std::make_shared<> does not return null, it throws std::bad_alloc.
Konstantinos Margaritis [Sun, 12 May 2024 14:22:12 +0000 (17:22 +0300)]
Fix false positive truncLongCastAssignment warnings
Konstantinos Margaritis [Sat, 11 May 2024 21:05:45 +0000 (00:05 +0300)]
Fix false positive /identicalConditionAfterEarlyExit warnings
Konstantinos Margaritis [Sat, 11 May 2024 20:45:01 +0000 (23:45 +0300)]
Fix false positive redundantAssignment warnings
Konstantinos Margaritis [Sat, 11 May 2024 20:13:45 +0000 (23:13 +0300)]
Fix false positive duplicateAssignExpression warnings
Konstantinos Margaritis [Sat, 11 May 2024 20:11:29 +0000 (23:11 +0300)]
Fix false positive constStatement warnings
Konstantinos Margaritis [Sat, 11 May 2024 15:47:00 +0000 (18:47 +0300)]
replace memcpy with std::copy
Konstantinos Margaritis [Sat, 11 May 2024 14:59:46 +0000 (17:59 +0300)]
Fix false positive uselessAssignmentArg cppcheck warning
(also at the same time some cstyleCast warnings)
Konstantinos Margaritis [Fri, 10 May 2024 19:43:05 +0000 (22:43 +0300)]
Merge pull request #265 from isildur-g/wip-isildur-g-cppcheck66
addressing cppcheck shadowFunction warnings
gtsoul-tech [Fri, 10 May 2024 09:46:44 +0000 (12:46 +0300)]
Merge branch 'develop' into test-noExplicitConstructor
gtsoul-tech [Fri, 10 May 2024 09:43:45 +0000 (12:43 +0300)]
supervector
gtsoul-tech [Fri, 10 May 2024 07:08:14 +0000 (10:08 +0300)]
noExplicitConstructor 1 more
gtsoul-tech [Fri, 10 May 2024 07:07:47 +0000 (10:07 +0300)]
noExplicitConstructor
G.E [Thu, 9 May 2024 12:12:02 +0000 (15:12 +0300)]
remove test comment
g. economou [Thu, 9 May 2024 07:28:25 +0000 (10:28 +0300)]
Merge branch 'develop' into wip-isildur-g-cppcheck66
G.E [Wed, 8 May 2024 21:12:30 +0000 (00:12 +0300)]
test comment
G.E [Wed, 8 May 2024 09:33:22 +0000 (12:33 +0300)]
one more fixed that had been missed.
Konstantinos Margaritis [Wed, 8 May 2024 07:28:24 +0000 (10:28 +0300)]
Merge pull request #264 from gtsoul-tech/bugFix/cppcheck-constVariablePointer
Cppcheck constVariablePointer error
G.E [Sun, 5 May 2024 15:26:20 +0000 (18:26 +0300)]
maybe fix broken merge
G.E [Sun, 5 May 2024 09:11:17 +0000 (12:11 +0300)]
just a dummy commit to test something
g. economou [Thu, 2 May 2024 15:37:46 +0000 (18:37 +0300)]
Merge branch 'develop' into wip-isildur-g-cppcheck66
G.E [Thu, 2 May 2024 15:00:03 +0000 (18:00 +0300)]
addressing cppcheck shadowFunction warnings
Konstantinos Margaritis [Thu, 2 May 2024 13:50:16 +0000 (16:50 +0300)]
Merge pull request #263 from gtsoul-tech/bug/cppcheck-61
Cppcheck knownConditionTrueFalse error
gtsoul-tech [Thu, 2 May 2024 11:21:16 +0000 (14:21 +0300)]
constVariablePointer
gtsoul-tech [Thu, 2 May 2024 07:13:55 +0000 (10:13 +0300)]
knownConditionTrueFalse fixes previously fp
Konstantinos Margaritis [Wed, 1 May 2024 14:39:42 +0000 (17:39 +0300)]
Merge pull request #262 from isildur-g/wip-isildur-g-cppcheck-47-48-58
addressing 47,48,58
gtsoul-tech [Wed, 1 May 2024 12:21:36 +0000 (15:21 +0300)]
refactor bool to void setDistinctTops setDistinctRoseTops
setDistinctSuffixTops
gtsoul-tech [Wed, 1 May 2024 09:59:34 +0000 (12:59 +0300)]
knownConditionTrueFalse
G.E [Wed, 1 May 2024 08:22:32 +0000 (11:22 +0300)]
the merge got screwed up, this should fix it
g. economou [Wed, 1 May 2024 07:59:59 +0000 (10:59 +0300)]
Merge branch 'develop' into wip-isildur-g-cppcheck-47-48-58
G.E [Wed, 1 May 2024 07:54:15 +0000 (10:54 +0300)]
addressing 47 [constParameterReference],48 [constVariableReference],58
[constVariable]
Konstantinos Margaritis [Tue, 30 Apr 2024 21:07:14 +0000 (00:07 +0300)]
Merge pull request #239 from ypicchi-arm/feature/add-sheng-unit-tests
Feature/add sheng unit tests
Konstantinos Margaritis [Tue, 30 Apr 2024 18:10:08 +0000 (21:10 +0300)]
Merge pull request #261 from gtsoul-tech/bug/cppCheck-41
Cppcheck unreadVariable error
Yoan Picchi [Thu, 4 Apr 2024 10:00:58 +0000 (10:00 +0000)]
Add sheng tests
Signed-off-by: Yoan Picchi <yoan.picchi@arm.com>
gtsoul-tech [Tue, 30 Apr 2024 10:36:39 +0000 (13:36 +0300)]
unreadVariable
Konstantinos Margaritis [Tue, 30 Apr 2024 07:27:47 +0000 (10:27 +0300)]
Merge pull request #259 from gtsoul-tech/bug/cppcheckErrors
Bug/cppcheck errors (32,35) WIP
Konstantinos Margaritis [Mon, 29 Apr 2024 18:58:13 +0000 (21:58 +0300)]
Merge pull request #258 from isildur-g/wip-isildur-g-cppcheck1220
Wip cppcheck1220
gtsoul-tech [Mon, 29 Apr 2024 12:09:55 +0000 (15:09 +0300)]
new variableScope
G.E [Mon, 29 Apr 2024 10:38:35 +0000 (13:38 +0300)]
fixed const adjustments.
gtsoul-tech [Mon, 29 Apr 2024 10:28:16 +0000 (13:28 +0300)]
variableScopeFix
gtsoul-tech [Mon, 29 Apr 2024 10:13:07 +0000 (13:13 +0300)]
variableScope
G.E [Mon, 29 Apr 2024 09:39:28 +0000 (12:39 +0300)]
ome of the consts couldnt be propagated and had to be reverted
gtsoul-tech [Mon, 29 Apr 2024 07:26:39 +0000 (10:26 +0300)]
missingOverride
Yoan Picchi [Thu, 4 Apr 2024 09:46:23 +0000 (09:46 +0000)]
Enable sheng32 and sheng64 on Arm
Signed-off-by: Yoan Picchi <yoan.picchi@arm.com>
Konstantinos Margaritis [Thu, 25 Apr 2024 07:18:07 +0000 (10:18 +0300)]
Merge pull request #257 from isildur-g/wip-isildur-g-cppcheck56
cppcheck warnings 5,6
Konstantinos Margaritis [Thu, 25 Apr 2024 07:17:23 +0000 (10:17 +0300)]
Merge pull request #256 from gtsoul-tech/bug/cppcheckErrors
Bug/cppcheck errors (3 ,4 ,7 ,10,11) WIP
G.E [Wed, 24 Apr 2024 14:32:09 +0000 (17:32 +0300)]
next batch for cppeheck, addressing syntaxError and
constParameterPointer
G.E [Wed, 24 Apr 2024 13:26:38 +0000 (16:26 +0300)]
fixed merge mixup
g. economou [Wed, 24 Apr 2024 13:13:39 +0000 (16:13 +0300)]
Merge branch 'develop' into wip-isildur-g-cppcheck56
G.E [Wed, 24 Apr 2024 12:55:57 +0000 (15:55 +0300)]
cppcheck invalidPrintfArgType_uint warnings
gtsoul-tech [Wed, 24 Apr 2024 12:50:55 +0000 (15:50 +0300)]
badBitmaskCheck
gtsoul-tech [Wed, 24 Apr 2024 10:15:17 +0000 (13:15 +0300)]
derefInvalidIteratorRedundantCheck
gtsoul-tech [Wed, 24 Apr 2024 09:40:55 +0000 (12:40 +0300)]
redundantInitialization
Konstantinos Margaritis [Wed, 24 Apr 2024 09:39:17 +0000 (12:39 +0300)]
Merge pull request #255 from isildur-g/wip-isildur-g
addressing some cppcheck warnings.
gtsoul-tech [Wed, 24 Apr 2024 08:13:28 +0000 (11:13 +0300)]
shiftTooManyBitsSigned
gtsoul-tech [Wed, 24 Apr 2024 08:13:02 +0000 (11:13 +0300)]
uninitvar
gtsoul-tech [Wed, 24 Apr 2024 08:07:23 +0000 (11:07 +0300)]
invalidPrintfArgType_sint
Konstantinos Margaritis [Wed, 24 Apr 2024 07:55:51 +0000 (10:55 +0300)]
Merge pull request #254 from gtsoul-tech/bug/cppcheckErrors
Bug/cppcheck errors WIP
G.E [Tue, 23 Apr 2024 21:06:08 +0000 (00:06 +0300)]
removed another commented line
G.E [Tue, 23 Apr 2024 21:04:59 +0000 (00:04 +0300)]
fixed some const issues
G.E [Tue, 23 Apr 2024 20:46:08 +0000 (23:46 +0300)]
removed commented lines.
G.E [Tue, 23 Apr 2024 16:08:24 +0000 (19:08 +0300)]
ddressing some cppcheck warnings. yes this will be cleaned up in a
following commit. tests pass.
gtsoul-tech [Tue, 23 Apr 2024 11:49:10 +0000 (14:49 +0300)]
accessMoved
gtsoul-tech [Tue, 23 Apr 2024 11:48:58 +0000 (14:48 +0300)]
legacyUninitvar
gtsoul-tech [Tue, 23 Apr 2024 11:48:51 +0000 (14:48 +0300)]
funcArgOrderDifferent
gtsoul-tech [Tue, 23 Apr 2024 11:48:35 +0000 (14:48 +0300)]
redundantContinue
gtsoul-tech [Tue, 23 Apr 2024 11:48:12 +0000 (14:48 +0300)]
comparisonOfBoolWithBoolError
gtsoul-tech [Tue, 23 Apr 2024 11:47:21 +0000 (14:47 +0300)]
useInitializationList
gtsoul-tech [Tue, 23 Apr 2024 09:27:43 +0000 (12:27 +0300)]
unsignedLessThanZero cppcheck
gtsoul-tech [Tue, 23 Apr 2024 09:15:12 +0000 (12:15 +0300)]
accessMoved cppcheck error