Konstantinos Margaritis
|
61321cd801
|
Merge pull request #270 from VectorCamp/bugfix/cppcheck-redundantAssignment
Fix marked as false positive redundantAssignment cppcheck warnings
|
2024-05-13 10:25:53 +03:00 |
|
Konstantinos Margaritis
|
8871dc64d8
|
Merge pull request #271 from VectorCamp/bugfix/cppcheck-identicalConditionAfterEarlyExit
Fix marked as false positive identicalConditionAfterEarlyExit cppcheck warnings
|
2024-05-13 10:25:34 +03:00 |
|
Konstantinos Margaritis
|
056b79f67d
|
Merge pull request #272 from VectorCamp/bugfix/cppcheck-truncLongCastAssignment
Fix marked as false positive truncLongCastAssignment cppcheck warnings
|
2024-05-13 10:13:45 +03:00 |
|
Konstantinos Margaritis
|
a27750e94c
|
Merge pull request #273 from VectorCamp/bugfix/cppcheck-knownConditionTrueFalse
Fix marked as false positive knownConditionTrueFalse cppcheck warnings
|
2024-05-13 10:13:22 +03:00 |
|
gtsoul-tech
|
65cd281d48
|
revert supervector
|
2024-05-13 09:52:42 +03:00 |
|
gtsoul-tech
|
778af10e1b
|
fix
|
2024-05-13 09:29:40 +03:00 |
|
gtsoul-tech
|
e8850987d0
|
Merge branch 'develop' into bugFix/cppcheckError-noexplicitConstructor
|
2024-05-13 09:13:28 +03:00 |
|
Konstantinos Margaritis
|
bbe9339c16
|
nodes is never empty at this stage, emplace_back() is called just previously
|
2024-05-12 20:25:29 +03:00 |
|
Konstantinos Margaritis
|
2b76edee4a
|
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
|
3af37484d0
|
Fix false positive truncLongCastAssignment warnings
|
2024-05-12 17:22:12 +03:00 |
|
Konstantinos Margaritis
|
9f41fe699b
|
Fix false positive /identicalConditionAfterEarlyExit warnings
|
2024-05-12 00:05:45 +03:00 |
|
Konstantinos Margaritis
|
1eb4530559
|
Fix false positive redundantAssignment warnings
|
2024-05-11 23:45:01 +03:00 |
|
Konstantinos Margaritis
|
0ef1a8c4fb
|
Fix false positive duplicateAssignExpression warnings
|
2024-05-11 23:13:45 +03:00 |
|
Konstantinos Margaritis
|
4bc1fa4367
|
Fix false positive constStatement warnings
|
2024-05-11 23:11:29 +03:00 |
|
Konstantinos Margaritis
|
e44c8d78ff
|
replace memcpy with std::copy
|
2024-05-11 18:47:00 +03:00 |
|
Konstantinos Margaritis
|
fcade4ff9f
|
Fix false positive uselessAssignmentArg cppcheck warning
(also at the same time some cstyleCast warnings)
|
2024-05-11 17:59:46 +03:00 |
|
Konstantinos Margaritis
|
103b70b8d0
|
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
|
b3a9366442
|
Merge branch 'develop' into test-noExplicitConstructor
|
2024-05-10 12:46:44 +03:00 |
|
gtsoul-tech
|
192c989283
|
supervector
|
2024-05-10 12:43:45 +03:00 |
|
gtsoul-tech
|
a91a610651
|
noExplicitConstructor 1 more
|
2024-05-10 10:08:14 +03:00 |
|
gtsoul-tech
|
1986280b41
|
noExplicitConstructor
|
2024-05-10 10:07:47 +03:00 |
|
G.E
|
d3c3010ecc
|
remove test comment
|
2024-05-09 15:12:02 +03:00 |
|
g. economou
|
3e395a9d1e
|
Merge branch 'develop' into wip-isildur-g-cppcheck66
|
2024-05-09 10:28:25 +03:00 |
|
G.E
|
cf6f095a1f
|
test comment
|
2024-05-09 00:12:30 +03:00 |
|
G.E
|
9149213e5b
|
one more fixed that had been missed.
|
2024-05-08 12:33:22 +03:00 |
|
Konstantinos Margaritis
|
edd9b9e4e1
|
Merge pull request #264 from gtsoul-tech/bugFix/cppcheck-constVariablePointer
Cppcheck constVariablePointer error
|
2024-05-08 10:28:24 +03:00 |
|
G.E
|
207ae6a595
|
maybe fix broken merge
|
2024-05-05 18:26:20 +03:00 |
|
G.E
|
6ee2effd67
|
just a dummy commit to test something
|
2024-05-05 12:11:17 +03:00 |
|
g. economou
|
c979e4ac11
|
Merge branch 'develop' into wip-isildur-g-cppcheck66
|
2024-05-02 18:37:46 +03:00 |
|
G.E
|
33f80d3261
|
addressing cppcheck shadowFunction warnings
|
2024-05-02 18:00:03 +03:00 |
|
Konstantinos Margaritis
|
851de33405
|
Merge pull request #263 from gtsoul-tech/bug/cppcheck-61
Cppcheck knownConditionTrueFalse error
|
2024-05-02 16:50:16 +03:00 |
|
gtsoul-tech
|
2903681129
|
constVariablePointer
|
2024-05-02 14:30:18 +03:00 |
|
gtsoul-tech
|
51ce67be3d
|
knownConditionTrueFalse fixes previously fp
|
2024-05-02 10:13:55 +03:00 |
|
Konstantinos Margaritis
|
cec3332c69
|
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
|
021bf6b8b4
|
refactor bool to void setDistinctTops setDistinctRoseTops
setDistinctSuffixTops
|
2024-05-01 15:21:36 +03:00 |
|
gtsoul-tech
|
312b77202c
|
knownConditionTrueFalse
|
2024-05-01 13:04:51 +03:00 |
|
G.E
|
a1c1851070
|
the merge got screwed up, this should fix it
|
2024-05-01 11:22:32 +03:00 |
|
g. economou
|
583e1d576a
|
Merge branch 'develop' into wip-isildur-g-cppcheck-47-48-58
|
2024-05-01 10:59:59 +03:00 |
|
G.E
|
98243a6a08
|
addressing 47 [constParameterReference],48 [constVariableReference],58
[constVariable]
|
2024-05-01 10:54:15 +03:00 |
|
Konstantinos Margaritis
|
46aba61156
|
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
|
7dd811177f
|
Merge pull request #261 from gtsoul-tech/bug/cppCheck-41
Cppcheck unreadVariable error
|
2024-04-30 21:10:08 +03:00 |
|
Yoan Picchi
|
d0325401f2
|
Add sheng tests
Signed-off-by: Yoan Picchi <yoan.picchi@arm.com>
|
2024-04-30 14:34:14 +00:00 |
|
gtsoul-tech
|
c38a44fd2f
|
unreadVariable
|
2024-04-30 13:36:39 +03:00 |
|
Konstantinos Margaritis
|
bfc4276453
|
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
|
fe89b434e8
|
Merge pull request #258 from isildur-g/wip-isildur-g-cppcheck1220
Wip cppcheck1220
|
2024-04-29 21:58:13 +03:00 |
|
gtsoul-tech
|
e22fe382ea
|
new variableScope
|
2024-04-29 15:09:55 +03:00 |
|
G.E
|
5f94045a07
|
fixed const adjustments.
|
2024-04-29 13:38:35 +03:00 |
|
gtsoul-tech
|
a2060bf504
|
variableScopeFix
|
2024-04-29 13:28:16 +03:00 |
|
gtsoul-tech
|
9df8527e91
|
variableScope
|
2024-04-29 13:13:07 +03:00 |
|
G.E
|
08eac52e99
|
ome of the consts couldnt be propagated and had to be reverted
|
2024-04-29 12:39:28 +03:00 |
|