aboutsummaryrefslogtreecommitdiffstats
path: root/src/headers/signed-template
Commit message (Collapse)AuthorAgeFilesLines
* Fix to the fix, because I'm an idiot.Laurent Bercot2024-04-021-2/+2
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Workaround for gcc 14 (and others!) incompatible-pointer-types stupidityLaurent Bercot2024-04-021-3/+3
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add gcspawnLaurent Bercot2023-09-111-2/+2
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* Add _PACK and pack/unpack functions for signed typesLaurent Bercot2017-11-271-1/+6
|
* More work on the types. This commit builds but has errors.Laurent Bercot2017-01-251-0/+9
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.