syncfiles/convert
Dietrich Epp 8e2efa707e Refactor allocation API
This way we don't need to expose MemError() to platform-independent
code.
2022-03-25 13:33:24 -04:00
..
.gitignore Add .gitignore for generated data 2022-03-24 12:03:20 -04:00
BUILD.bazel Extract common code into //lib package 2022-03-25 01:45:55 -04:00
convert_1f.c Refactor allocation API 2022-03-25 13:33:24 -04:00
convert_1r.c Refactor allocation API 2022-03-25 13:33:24 -04:00
convert_test.c Refactor allocation API 2022-03-25 13:33:24 -04:00
convert.c Refactor allocation API 2022-03-25 13:33:24 -04:00
convert.h Refactor allocation API 2022-03-25 13:33:24 -04:00
data.h Extract common code into //lib package 2022-03-25 01:45:55 -04:00
README.md
resources.h

Converter

Debugging

Tests can be debugged with GDB:

bazel build -c dbg //src:convert_test
gdb -ex 'dir .' -ex 'cd bazel-bin' bazel-bin/src/convert_test