syncfiles/convert
Dietrich Epp dd96385d7c Style: Use trailing commas for enums
The trailing comma is supported in MPW and GCC. It fixes the formatting
issue with clang-format and makes cleaner diffs, so trailing commas have
been added to enums and clang-format has been run over the sources.
2022-04-10 03:51:59 -04:00
..
.gitignore Add .gitignore for generated data 2022-03-24 12:03:20 -04:00
BUILD.bazel Annotate test size 2022-03-30 05:18:21 -04:00
convert_1f.c Refactor allocation API 2022-03-25 13:33:24 -04:00
convert_1r.c Style: Use trailing commas for enums 2022-04-10 03:51:59 -04:00
convert_test.c Style: Use trailing commas for enums 2022-04-10 03:51:59 -04:00
convert.c Refactor allocation API 2022-03-25 13:33:24 -04:00
convert.h Style: Use trailing commas for enums 2022-04-10 03:51:59 -04:00
data.h Extract common code into //lib package 2022-03-25 01:45:55 -04:00
README.md Rename src directory to convert 2022-03-23 17:51:55 -04:00
resources.h Rename src directory to convert 2022-03-23 17:51:55 -04:00

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