summaryrefslogtreecommitdiffstats
path: root/include/jau/byte_util.hpp
Commit message (Expand)AuthorAgeFilesLines
* byte_util.hpp: Add manual optimization to generic bswap on uint8_t src -> destSven Gothel2022-04-101-3/+6
* endian conversion [le|be|cpu]_to_[le|be|cpu]() and bit_cast(): Use explicit '...Sven Gothel2021-10-221-49/+49
* EUI48Sub: Add required endian conversion for byte stream ctor (C++ and Java)v0.5.0Sven Gothel2021-10-051-15/+9
* Fix: be_to_cpu(uint16_t const n)Sven Gothel2021-10-041-1/+1
* type trait '_v' convenience: Remove implicit 'inline' of 'constexpr' declarat...Sven Gothel2021-02-091-3/+3
* Reverting macro change of 'constexpr_*', removing the '_func' addition (short...Sven Gothel2021-02-091-1/+1
* basic_types.hpp: Cleanup; Add constexpr 'enum class endian', 'pointer_cast()'...Sven Gothel2021-02-081-0/+753