Remove Inline Output Mode; Automate Inlining in Composer
Closes #9 (closed)
- Remove
inlineoutput mode since it no longer makes sense - Refactor the
output_modeconfiguration option to theheader_onlyboolean flag - Refactor CMake function interface to take
HEADER_ONLYoption instead ofOUTPUT_MODEargument - Update composer to automatically generate inline definitions for functions, methods, and kernels, in header-only output mode
- Add a short section on header-only codegen to the docs