Konstantinos Margaritis
|
c837925087
|
Fix/Suppress remaining Cppcheck warnings (#291)
Fix/suppress the following cppcheck warnings:
* arithOperationsOnVoidPointer
* uninitMember
* const*
* shadowVariable
* assignmentIntegerToAddress
* containerOutOfBounds
* pointer-related warnings in Ragel source
* missingOverride
* memleak
* knownConditionTrueFalse
* noExplicitConstructor
* invalidPrintfArgType_sint
* useStlAlgorithm
* cstyleCast
* clarifyCondition
* VSX-related cstyleCast
* unsignedLessThanZero
Furthermore, we added a suppression list to be used, which also includes the following:
* missingIncludeSystem
* missingInclude
* unmatchedSuppression
|
2024-05-27 12:23:02 +03:00 |
|
g. economou
|
22c3e3da6e
|
Merge branch 'develop' into wip-cppcheck271-part2
|
2024-05-17 11:08:09 +03:00 |
|
G.E
|
f2cecfd0e2
|
next batch
|
2024-05-17 10:44:28 +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 |
|
gtsoul-tech
|
94b17ecaf2
|
noExplicitConstructor
|
2024-05-10 10:07:47 +03:00 |
|
Konstantinos Margaritis
|
556206f138
|
replace push_back by emplace_back where possible
|
2021-10-12 11:51:33 +03:00 |
|
Alex Coyte
|
e1e9010cac
|
Introduce custom adjacency-list based graph
|
2016-12-02 11:31:33 +11:00 |
|
Justin Viiret
|
8dac64d1dc
|
findMinWidth, findMaxWidth: width for a given top
Currently only implemented for Castle suffixes.
|
2015-12-07 09:38:32 +11:00 |
|
Matthew Barr
|
904e436f11
|
Initial commit of Hyperscan
|
2015-10-20 09:13:35 +11:00 |
|