Whamcloud - gitweb
LU-9680 contrib: share libyaml C code generator 08/51508/5
authorJames Simmons <jsimmons@infradead.org>
Mon, 24 Jul 2023 16:10:17 +0000 (12:10 -0400)
committerOleg Drokin <green@whamcloud.com>
Tue, 1 Aug 2023 06:12:10 +0000 (06:12 +0000)
commitebcfe25232387c894d8284e76f8fe6011364f25e
tree94fc4a7c2a9a2fffab507b5a27c5fa2a87248d81
parent0f7e6c02a9ea5b85d8d97f724bed318268cea60f
LU-9680 contrib: share libyaml C code generator

Writing proper libyaml C code is not easy. So I wrote an
application that generates the C code to help the developer not
struggle starting from scratch. It wouldn't be a one to one
copy and paste but it greatly helps. The build the application
just do gcc -lyaml yaml-event-dump.c

Test-Parameters: trivial
Change-Id: I1b570dbfc3ea2e6a7ec77b3743aa4cd80aba2acb
Signed-off-by: James Simmons <jsimmons@infradead.org>
Reviewed-on: https://review.whamcloud.com/c/fs/lustre-release/+/51508
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Timothy Day <timday@amazon.com>
Reviewed-by: Alex Deiter <alex.deiter@gmail.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
contrib/yaml-event-dump.c [new file with mode: 0644]