summaryrefslogtreecommitdiffstats
path: root/include/jau/octets.hpp
Commit message (Expand)AuthorAgeFilesLines
* Doxygen: Add Modules: Group related things together: Algorithms, ByteUtils, C...v0.9.2Sven Gothel2022-05-011-0/+7
* TOctets: Add convenient memmove*, memset* and bzero* methods; Ensure all memo...Sven Gothel2021-10-281-6/+34
* octets.hpp: Use unique TRACE macro nameSven Gothel2021-10-231-20/+20
* POctet: Add explicit copy-ctor with given capacity; Add TROOctets default ctorSven Gothel2021-10-211-0/+26
* POctet copy-ctor API doc: Mention source.size() -> capacity of new instanceSven Gothel2021-10-211-6/+10
* octets: Fix TRACE_PRINT fmt usageSven Gothel2021-10-211-1/+1
* POctets API doc: Mention using native byte orderSven Gothel2021-10-211-7/+7
* EUI48[Sub]: Add endian awareness, also fixes indexOf() semantics (C++ and Java)Sven Gothel2021-10-051-3/+3
* jau:*Octets: Adding elaborated API doc; Use std names for sizes: getSize() ->...Sven Gothel2021-10-051-117/+248
* jau:*Octets: Expose endian awareness, pass either endian::little or endian::b...Sven Gothel2021-10-031-65/+137
* Moved EUI48, EUI48Sub (C++/Java) and uuid_t, *Octets (C++) from Direct-BT for...Sven Gothel2021-09-181-0/+667