aboutsummaryrefslogtreecommitdiffstats
path: root/tools/gen-bits.sh
Commit message (Collapse)AuthorAgeFilesLines
* Add UINT??_BSWAP as constexp macro; rip off typedef uint?? bandaidLaurent Bercot2023-10-121-0/+1
| | | | Signed-off-by: Laurent Bercot <ska@appnovation.com>
* sysdeps redesign: first part: minimize clr testsLaurent Bercot2019-09-201-1/+5
| | | | | | | | Remaining clr: emptyregex: can be safely guessed to no nullispointer: can't be safely guessed, but do we need the test? devurandom: can't be safely guessed malloc0: can more or less be safely guessed to no
* bits-fmtscan refactor, part oneLaurent Bercot2019-07-111-8/+11
|
* More work on the types. This commit builds but has errors.Laurent Bercot2017-01-251-0/+34
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.