cpp-utilities/conversion
Martchus 9191117120 Fix binary conversion functions for big endian systems
The code was broken on big endian systems by
07e9546855. When doing an explicit swap
one must distinguish the endianness the code runs on.
2023-06-20 14:03:36 +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 Suppress warning about implicit sign conversions 2023-06-10 18:14:06 +02:00
stringconversion.h Add helper to make native path from internal representaton 2022-03-17 22:31:11 +01:00