Konstantinos Margaritis
|
6d1d53d471
|
Fix unknownMacro
|
2024-05-15 17:04:50 +03:00 |
|
Konstantinos Margaritis
|
8336b0860b
|
Fix variableScope
|
2024-05-15 17:04:11 +03:00 |
|
Konstantinos Margaritis
|
1fd3679ee9
|
False positive knownConditionTrueFalse
|
2024-05-15 17:01:02 +03:00 |
|
Konstantinos Margaritis
|
141b282595
|
False positives duplicateExpression
|
2024-05-15 17:00:28 +03:00 |
|
Konstantinos Margaritis
|
93239afa3a
|
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 |
|
Konstantinos Margaritis
|
0212b15b76
|
Merge pull request #276 from gtsoul-tech/bugFix/cppcheck-noExplicitConstructor-part2
Bug fix/cppcheck no explicit constructor part2
|
2024-05-14 19:52:01 +03:00 |
|
G.E
|
b541288cd5
|
phase 1 of addressing cppcheck useStlAlgorithm warnings,
this set only includes fill and copy operations.
|
2024-05-14 17:37:38 +03:00 |
|
gtsoul-tech
|
0501f39277
|
supervector conversion
|
2024-05-14 14:15:15 +03:00 |
|
gtsoul-tech
|
0a90c30fa8
|
forgot some conversions SuperVector<32>
|
2024-05-14 14:10:56 +03:00 |
|
gtsoul-tech
|
efa376838d
|
explicit constructor Supervector
|
2024-05-14 13:32:50 +03:00 |
|
gtsoul-tech
|
9cf735c0b2
|
ppc64el supervector explicit constructor
|
2024-05-14 10:11:52 +03:00 |
|
gtsoul-tech
|
91c2ab34e0
|
arm supervector explicit constructor
|
2024-05-14 09:53:08 +03:00 |
|
gtsoul-tech
|
a162722629
|
x86 explicit constructor supervector
|
2024-05-14 09:28:13 +03:00 |
|
Konstantinos Margaritis
|
876a59deff
|
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
|
490c16471b
|
most ptr.get() conversion
|
2024-05-13 14:24:16 +03:00 |
|
gtsoul-tech
|
32f88cad09
|
fixes left_id and suffix_id
|
2024-05-13 13:04:57 +03:00 |
|
gtsoul-tech
|
3e825baeed
|
more fixes
|
2024-05-13 12:41:40 +03:00 |
|
gtsoul-tech
|
8ec529494e
|
fix conversions
|
2024-05-13 11:03:27 +03:00 |
|
Konstantinos Margaritis
|
ef62852672
|
Merge pull request #267 from VectorCamp/bugfix/cppcheck-rose_build_scatter-uselessAssignmentArg
Fix marked as false positive uselessAssignmentArg cppcheck warning
|
2024-05-13 10:42:23 +03:00 |
|
Konstantinos Margaritis
|
81aca3091e
|
Merge pull request #268 from VectorCamp/bugfix/cppcheck-constStatement
Fix marked as false positive constStatement cppcheck warnings
|
2024-05-13 10:26:38 +03:00 |
|
Konstantinos Margaritis
|
2470961e5a
|
Merge pull request #269 from VectorCamp/bugfix/cppcheck-duplicateAssignment
Fix marked as false positive duplicateAssignExpression cppcheck warnings
|
2024-05-13 10:26:25 +03:00 |
|
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 |
|