LADI core (klist, catdup, ...)
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Nedko Arnaudov 292d9f1c04 Adjust parameters of doxygen documentation generation 2 weeks ago
doc Adjust parameters of doxygen documentation generation 2 weeks ago
.gitignore doxygenize ladicore 2 weeks ago
.gitmodules doxygenize ladicore 2 weeks ago
GNUmakefile doxygenize ladicore 2 weeks ago
README.adoc doxygenize ladicore 2 weeks ago
catdup.c Import klist.h and catdup.[hc] from jack-plugin-launcher 5 months ago
catdup.h doxygenize ladicore 2 weeks ago
file.c file.[hc]: SPDX; new header guards 5 months ago
file.h Switch from kernel style docs to doxygen format 2 weeks ago
klist.h Switch from kernel style docs to doxygen format 2 weeks ago

README.adoc

LADI core module complements the C runtime with few basic building blocks that are used almost everywhere in the LADI system (jackdbus, a2jmidid, ladish, etc).

  • klist.h - Linked list header implementation borrowed from Linux kernel

  • catdup.h - String concatenation into newly allocated buffer

  • file.h - File helpers

The in-tree build system is used only for rendering documetnation. The C files are to be built by the build system of project using them (via submodule or direct merge).