Konstantinos Margaritis
|
2ec64b6f07
|
Merge pull request #283 from isildur-g/wip-cppcheck271-part2
Wip cppcheck271 useStlAlgorithm part2
|
2024-05-21 15:52:15 +03:00 |
|
Konstantinos Margaritis
|
dc18a14663
|
Fix typo
|
2024-05-18 22:52:17 +03:00 |
|
Konstantinos Margaritis
|
40da067b4f
|
Add more C style casts fixes and suppressions
|
2024-05-18 21:49:54 +03:00 |
|
Konstantinos Margaritis
|
92d5db503e
|
remove unneeded suppression
|
2024-05-18 21:47:47 +03:00 |
|
Konstantinos Margaritis
|
28adc07824
|
Fix more C-style casts
|
2024-05-18 15:10:34 +03:00 |
|
Konstantinos Margaritis
|
06339e65ad
|
Fix casts
|
2024-05-18 14:58:11 +03:00 |
|
G.E
|
3b01effaf7
|
clean up comments
|
2024-05-17 11:27:43 +03:00 |
|
g. economou
|
22c3e3da6e
|
Merge branch 'develop' into wip-cppcheck271-part2
|
2024-05-17 11:08:09 +03:00 |
|
G.E
|
da4f563a24
|
first batch of cppcheck disables and a few more stl-ifications,
involving use of accumulate() .
|
2024-05-16 23:01:17 +03:00 |
|
Konstantinos Margaritis
|
59b4e082a8
|
add alternative macro without C casts to avoid Cppcheck warnings
|
2024-05-16 15:58:02 +03:00 |
|
Konstantinos Margaritis
|
1290733c89
|
Fix C style casts in mcsheng_compile.cpp
|
2024-05-16 15:57:39 +03:00 |
|
Konstantinos Margaritis
|
e819cb1100
|
Fix C-style casts
|
2024-05-16 12:03:42 +03:00 |
|
Konstantinos Margaritis
|
db92a42681
|
Merge pull request #279 from VectorCamp/bugfix/cppcheck-unreadVariable-others
Fix marked as done cppcheck warnings unreadVariable & others
|
2024-05-15 23:18:02 +03:00 |
|
Konstantinos Margaritis
|
6d6d4e1013
|
Fix unreadVariable warning
|
2024-05-15 17:05:50 +03:00 |
|
Konstantinos Margaritis
|
1d4a2b2b60
|
Fix variableScope
|
2024-05-15 17:04:11 +03:00 |
|
Konstantinos Margaritis
|
9577fdc474
|
False positives duplicateExpression
|
2024-05-15 17:00:28 +03:00 |
|
Konstantinos Margaritis
|
22166ed948
|
Fix remaining marked as done const* cppcheck warnings
|
2024-05-15 10:52:31 +03:00 |
|
Konstantinos Margaritis
|
a255600773
|
Merge pull request #277 from isildur-g/wip-cppcheck271
phase 1 of addressing cppcheck useStlAlgorithm warnings for fill and copy operations
|
2024-05-15 10:44:15 +03:00 |
|
G.E
|
4cefba5ced
|
phase 1 of addressing cppcheck useStlAlgorithm warnings,
this set only includes fill and copy operations.
|
2024-05-14 17:37:38 +03:00 |
|
Konstantinos Margaritis
|
96aca187bd
|
Merge pull request #274 from gtsoul-tech/bugFix/cppcheckError-noexplicitConstructor
Bug fix/cppcheck error noexplicitconstructor
|
2024-05-13 21:52:55 +03:00 |
|
gtsoul-tech
|
5affdf3a11
|
Merge branch 'develop' into bugFix/cppcheckError-noexplicitConstructor
|
2024-05-13 09:13:28 +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 |
|
gtsoul-tech
|
753c7de002
|
Merge branch 'develop' into test-noExplicitConstructor
|
2024-05-10 12:46:44 +03:00 |
|
gtsoul-tech
|
94b17ecaf2
|
noExplicitConstructor
|
2024-05-10 10:07:47 +03:00 |
|
g. economou
|
cc63087d06
|
Merge branch 'develop' into wip-isildur-g-cppcheck66
|
2024-05-09 10:28:25 +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. 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 |
|
gtsoul-tech
|
ea420114a7
|
knownConditionTrueFalse
|
2024-05-01 13:04:51 +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 |
|
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
|
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 |
|
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 |
|
G.E
|
7fd45f864c
|
next batch for cppeheck, addressing syntaxError and
constParameterPointer
|
2024-04-24 17:32:09 +03:00 |
|
gtsoul-tech
|
fd3e251afa
|
redundantInitialization
|
2024-04-24 12:40:55 +03:00 |
|
Konstantinos Margaritis
|
f5412b3509
|
Revert "RFC Enable sheng32/64 for SVE"
|
2024-03-19 11:40:23 +02:00 |
|
Yoan Picchi
|
f9e254ab41
|
Enable sheng32/64 for SVE
Signed-off-by: Yoan Picchi <yoan.picchi@arm.com>
|
2024-03-11 12:46:08 +00:00 |
|
Konstantinos Margaritis
|
3d0df318b8
|
use snprintf() instead
|
2024-01-18 23:40:38 +02:00 |
|
Konstantinos Margaritis
|
a1258680ac
|
remove unused constants
|
2024-01-18 22:08:19 +02:00 |
|
Konstantinos Margaritis
|
6b9068db0f
|
initialize variable
|
2024-01-17 17:16:02 +02:00 |
|
Konstantinos Margaritis
|
5e1972efce
|
remove redundant moves
|
2024-01-17 17:15:32 +02:00 |
|
Yoan Picchi
|
8e5abfebf0
|
Add truffle SVE implementation
Signed-off-by: Yoan Picchi <yoan.picchi@arm.com>
|
2024-01-09 16:50:03 +00:00 |
|