Konstantinos Margaritis
|
879cc0a183
|
nodes is never empty at this stage, emplace_back() is called just previously
|
2024-05-12 20:25:29 +03:00 |
|
Konstantinos Margaritis
|
a1fbe84660
|
Fix marked as false positive knownConditionTrueFalse cppcheck warnings
std::make_shared<> does not return null, it throws std::bad_alloc.
|
2024-05-12 20:24:00 +03:00 |
|
Konstantinos Margaritis
|
c54acf0e04
|
Fix false positive truncLongCastAssignment warnings
|
2024-05-12 17:22:12 +03:00 |
|
Konstantinos Margaritis
|
05d86f0c3e
|
Fix false positive /identicalConditionAfterEarlyExit warnings
|
2024-05-12 00:05:45 +03:00 |
|
Konstantinos Margaritis
|
5f2f343b8f
|
Fix false positive redundantAssignment warnings
|
2024-05-11 23:45:01 +03:00 |
|
Konstantinos Margaritis
|
9ee4c07964
|
Fix false positive duplicateAssignExpression warnings
|
2024-05-11 23:13:45 +03:00 |
|
Konstantinos Margaritis
|
e6595c72aa
|
Fix false positive constStatement warnings
|
2024-05-11 23:11:29 +03:00 |
|
Konstantinos Margaritis
|
a2e66e31d2
|
replace memcpy with std::copy
|
2024-05-11 18:47:00 +03:00 |
|
Konstantinos Margaritis
|
0f61853a37
|
Fix false positive uselessAssignmentArg cppcheck warning
(also at the same time some cstyleCast warnings)
|
2024-05-11 17:59:46 +03:00 |
|
Konstantinos Margaritis
|
cd1e13d4d2
|
Merge pull request #265 from isildur-g/wip-isildur-g-cppcheck66
addressing cppcheck shadowFunction warnings
|
2024-05-10 22:43:05 +03:00 |
|
gtsoul-tech
|
753c7de002
|
Merge branch 'develop' into test-noExplicitConstructor
|
2024-05-10 12:46:44 +03:00 |
|
gtsoul-tech
|
c70c09c961
|
supervector
|
2024-05-10 12:43:45 +03:00 |
|
gtsoul-tech
|
bdffbde80f
|
noExplicitConstructor 1 more
|
2024-05-10 10:08:14 +03:00 |
|
gtsoul-tech
|
94b17ecaf2
|
noExplicitConstructor
|
2024-05-10 10:07:47 +03:00 |
|
G.E
|
4ff92f87d9
|
remove test comment
|
2024-05-09 15:12:02 +03:00 |
|
g. economou
|
cc63087d06
|
Merge branch 'develop' into wip-isildur-g-cppcheck66
|
2024-05-09 10:28:25 +03:00 |
|
G.E
|
8499055605
|
test comment
|
2024-05-09 00:12:30 +03:00 |
|
G.E
|
c38bb8bc1d
|
one more fixed that had been missed.
|
2024-05-08 12:33:22 +03:00 |
|
Konstantinos Margaritis
|
7dd2135b80
|
Merge pull request #264 from gtsoul-tech/bugFix/cppcheck-constVariablePointer
Cppcheck constVariablePointer error
|
2024-05-08 10:28:24 +03:00 |
|
G.E
|
82cf36724e
|
maybe fix broken merge
|
2024-05-05 18:26:20 +03:00 |
|
G.E
|
bb056ab63f
|
just a dummy commit to test something
|
2024-05-05 12:11:17 +03:00 |
|
g. economou
|
13e5183be2
|
Merge branch 'develop' into wip-isildur-g-cppcheck66
|
2024-05-02 18:37:46 +03:00 |
|
G.E
|
c7f7d17ebc
|
addressing cppcheck shadowFunction warnings
|
2024-05-02 18:00:03 +03:00 |
|
Konstantinos Margaritis
|
692a63c8ca
|
Merge pull request #263 from gtsoul-tech/bug/cppcheck-61
Cppcheck knownConditionTrueFalse error
|
2024-05-02 16:50:16 +03:00 |
|
gtsoul-tech
|
5ad1f2127f
|
constVariablePointer
|
2024-05-02 14:30:18 +03:00 |
|
gtsoul-tech
|
a634d57b2d
|
knownConditionTrueFalse fixes previously fp
|
2024-05-02 10:13:55 +03:00 |
|
Konstantinos Margaritis
|
9fdbdac06c
|
Merge pull request #262 from isildur-g/wip-isildur-g-cppcheck-47-48-58
addressing 47,48,58
|
2024-05-01 17:39:42 +03:00 |
|
gtsoul-tech
|
389b55c647
|
refactor bool to void setDistinctTops setDistinctRoseTops
setDistinctSuffixTops
|
2024-05-01 15:21:36 +03:00 |
|
gtsoul-tech
|
ea420114a7
|
knownConditionTrueFalse
|
2024-05-01 13:04:51 +03:00 |
|
G.E
|
d3dd448641
|
the merge got screwed up, this should fix it
|
2024-05-01 11:22:32 +03:00 |
|
g. economou
|
727cff3621
|
Merge branch 'develop' into wip-isildur-g-cppcheck-47-48-58
|
2024-05-01 10:59:59 +03:00 |
|
G.E
|
9902ca0e34
|
addressing 47 [constParameterReference],48 [constVariableReference],58
[constVariable]
|
2024-05-01 10:54:15 +03:00 |
|
Konstantinos Margaritis
|
27bb2b9134
|
Merge pull request #239 from ypicchi-arm/feature/add-sheng-unit-tests
Feature/add sheng unit tests
|
2024-05-01 00:07:14 +03:00 |
|
Konstantinos Margaritis
|
d6e185cd75
|
Merge pull request #261 from gtsoul-tech/bug/cppCheck-41
Cppcheck unreadVariable error
|
2024-04-30 21:10:08 +03:00 |
|
Yoan Picchi
|
f2d8d63793
|
Add sheng tests
Signed-off-by: Yoan Picchi <yoan.picchi@arm.com>
|
2024-04-30 14:34:14 +00:00 |
|
gtsoul-tech
|
b5bf3d8d31
|
unreadVariable
|
2024-04-30 13:36:39 +03:00 |
|
Konstantinos Margaritis
|
2921e50ecc
|
Merge pull request #259 from gtsoul-tech/bug/cppcheckErrors
Bug/cppcheck errors (32,35) WIP
|
2024-04-30 10:27:47 +03:00 |
|
Konstantinos Margaritis
|
aa1955a368
|
Merge pull request #258 from isildur-g/wip-isildur-g-cppcheck1220
Wip cppcheck1220
|
2024-04-29 21:58:13 +03:00 |
|
gtsoul-tech
|
bb6464431f
|
new variableScope
|
2024-04-29 15:09:55 +03:00 |
|
G.E
|
2a476df2c5
|
fixed const adjustments.
|
2024-04-29 13:38:35 +03:00 |
|
gtsoul-tech
|
ec8cda3f49
|
variableScopeFix
|
2024-04-29 13:28:16 +03:00 |
|
gtsoul-tech
|
987cd17160
|
variableScope
|
2024-04-29 13:13:07 +03:00 |
|
G.E
|
f463357a38
|
ome of the consts couldnt be propagated and had to be reverted
|
2024-04-29 12:39:28 +03:00 |
|
gtsoul-tech
|
62e3450eae
|
missingOverride
|
2024-04-29 10:26:39 +03:00 |
|
Yoan Picchi
|
49fd4f0047
|
Enable sheng32 and sheng64 on Arm
Signed-off-by: Yoan Picchi <yoan.picchi@arm.com>
|
2024-04-25 13:00:54 +00:00 |
|
Konstantinos Margaritis
|
131672d175
|
Merge pull request #257 from isildur-g/wip-isildur-g-cppcheck56
cppcheck warnings 5,6
|
2024-04-25 10:18:07 +03:00 |
|
Konstantinos Margaritis
|
71fcade2ac
|
Merge pull request #256 from gtsoul-tech/bug/cppcheckErrors
Bug/cppcheck errors (3 ,4 ,7 ,10,11) WIP
|
2024-04-25 10:17:23 +03:00 |
|
G.E
|
7fd45f864c
|
next batch for cppeheck, addressing syntaxError and
constParameterPointer
|
2024-04-24 17:32:09 +03:00 |
|
G.E
|
e291d498fa
|
fixed merge mixup
|
2024-04-24 16:26:38 +03:00 |
|
g. economou
|
2e68780fb5
|
Merge branch 'develop' into wip-isildur-g-cppcheck56
|
2024-04-24 16:13:39 +03:00 |
|