You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
naka/src
Avril 87e102ded9
Added `TRANSMUTE(value, to_type)` macro, which performs a bit-cast on `value` to `to_type`. The sizes of the types must be the same or a compilation error is raised. There is currently no alignment restriction on the types (maybe there should be?).
3 years ago
..
tests Added `TRANSMUTE(value, to_type)` macro, which performs a bit-cast on `value` to `to_type`. The sizes of the types must be the same or a compilation error is raised. There is currently no alignment restriction on the types (maybe there should be?). 3 years ago
comp.c Added basic reporting of haystack match offsets and failures. 3 years ago
display.c Replace `Nx()` (temp value-assigning) macros with `Nv()` to avoid conflict with `TRACEx()` and for more clarity. 3 years ago
main.c Added `TRANSMUTE(value, to_type)` macro, which performs a bit-cast on `value` to `to_type`. The sizes of the types must be the same or a compilation error is raised. There is currently no alignment restriction on the types (maybe there should be?). 3 years ago
map.c Added `cmp_find()` `cmp_find_many()` in "comp.c"/"comp.h". 3 years ago
slice.c Use `slice_sted()` on base-removed slice to calculate offsets instead of using ad-hoc anonymous struct in-line. 3 years ago
str.c Replace `Nx()` (temp value-assigning) macros with `Nv()` to avoid conflict with `TRACEx()` and for more clarity. 3 years ago
trace.c Moved display logic to seperate TU (display.c), added options for display output types (TODO) and (TODO) flags. 3 years ago
version.c Add IGNORE_ALL() as alias to _drain() 3 years ago