Remove Inline Output Mode; Automate Inlining in Composer
All threads resolved!
All threads resolved!
Closes #9 (closed)
- Remove
inline
output mode since it no longer makes sense - Refactor the
output_mode
configuration option to theheader_only
boolean flag - Refactor CMake function interface to take
HEADER_ONLY
option instead ofOUTPUT_MODE
argument - 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
Merge request reports
Activity
Filter activity
changed milestone to %Version 0.1
requested review from @ob28imeq
assigned to @da15siwa
- Resolved by Christoph Alt
I think it might be useful to add a test for generated class in combination with the header only mode.
- Resolved by Christoph Alt
Just to be sure: we are sure that there is no use case for generating only the header files without the implementation? Since you are change here the semantic of
header_only
it will be hard to add such an option in the future again.
added 1 commit
- f91ed584 - add class method and constructor generation to header-only test
mentioned in commit 654b956e
Please register or sign in to reply