cpp-utilities/conversion
Martchus 035a448da0 Avoid clazy warning about `decodeBase64`
The warning is about invalid memory usage within the loop in
case `strSize` is zero. It is supposedly not correct because
then the loop would never be entered anyways in that case.
However, it is likely nevertheless a good idea to silence the
warning.
2023-09-01 17:21:18 +02:00
..
binaryconversion.h Avoid relying on compiler optimizations for binary conversions 2023-02-05 21:29:22 +01:00
binaryconversionprivate.h Fix binary conversion functions for big endian systems 2023-06-20 14:03:36 +02:00
conversionexception.cpp Have everything in one top-level namespace 2019-06-10 21:56:46 +02:00
conversionexception.h Fix old namespaces being mentioned in the documentation 2019-09-04 18:45:28 +02:00
stringbuilder.h Apply clang-format/cmake-format 2023-02-03 13:31:18 +01:00
stringconversion.cpp Avoid clazy warning about `decodeBase64` 2023-09-01 17:21:18 +02:00
stringconversion.h Add helper to make native path from internal representaton 2022-03-17 22:31:11 +01:00