aboutsummaryrefslogtreecommitdiffstats
path: root/src/headers/bits-lendian
Commit message (Collapse)AuthorAgeFilesLines
* Add UINT??_BSWAP as constexp macro; rip off typedef uint?? bandaidLaurent Bercot2023-10-121-1/+4
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Rework endianness conversion primitivesLaurent Bercot2022-06-011-3/+6
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Better packing / unpacking codeLaurent Bercot2017-10-181-1/+4
| | | | Godbolted for x86_64 with gcc and clang.
* More work on the types. This commit builds but has errors.Laurent Bercot2017-01-251-0/+3
Rework src/headers entirely: build skalibs/types.h Convert skalibs/fmtscan.h types. Propagate changes until it builds. There are a lot of incompatible pointer issues remaining, those will be fixed with the buffer overhaul.