libx52/libx52io
nirenjan 3c02fe5ec2 refactor: Rearrange files to avoid duplicate code issue
Prior to this change, SonarQube complains about duplicated code in the
symlinked header files. This change reworks the layout so that the
installed headers all reside under the 'includes' directory, and the
meson.build files are updated to reflect the new paths.
2026-04-20 10:28:24 -07:00
..
axis.c build: Rename source files to remove prefixes 2026-04-03 23:02:43 -07:00
common.h build: Rename source files to remove prefixes 2026-04-03 23:02:43 -07:00
core.c refactor: Rename daemon sources to remove x52d_ prefix 2026-04-03 23:50:18 -07:00
device.c refactor: Rename daemon sources to remove x52d_ prefix 2026-04-03 23:50:18 -07:00
meson.build refactor: Rearrange files to avoid duplicate code issue 2026-04-20 10:28:24 -07:00
parser.c build: Rename source files to remove prefixes 2026-04-03 23:02:43 -07:00
strings.c refactor: Rename daemon sources to remove x52d_ prefix 2026-04-03 23:50:18 -07:00
test_axis.c build: Rename source files to remove prefixes 2026-04-03 23:02:43 -07:00
test_io_strings.c build: Migrate includes to use libx52/ prefix 2026-04-03 22:54:48 -07:00
test_parser.c build: Rename source files to remove prefixes 2026-04-03 23:02:43 -07:00
test_parser_tests.c Use TEST_DEF as a function macro, instead of #if/#endif blocks 2021-08-02 10:35:37 -07:00