Kyle Edwards
Kyle Edwards
The Kwiver plugin system has a `register_factories()` entry point for each plugin. Does it have something similar for de-initialization?
https://github.com/cmake-lint/cmake-lint looks like it only catches the most basic of issues (extra spaces, etc.) It doesn't look like it checks quoting and such. You're not the first customer to express...
clang-include-graph uses the libclang C API. I don't think it uses the C++ API, so we might not be able to use the JSON API from LLVM.
I'd rather have the JSON output be a raw "this included this, which in turn included this". External tooling can decide what to do with that information (calculate cycles, topological...