mirror of
https://github.com/depp/syncfiles.git
synced 2024-11-22 03:30:57 +00:00
dd96385d7c
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. |
||
---|---|---|
.. | ||
.gitignore | ||
BUILD.bazel | ||
convert_1f.c | ||
convert_1r.c | ||
convert_test.c | ||
convert.c | ||
convert.h | ||
data.h | ||
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