Dario LipicarandClaude Opus 4.8 dca52b9fd5 feat: add generate mode to the plugin backend (#13)
Factor the code-generation half of buildPlugin's preConfigure into a
shared generationScript, and add a `generate` builder that runs the exact
same generators then snapshots the resulting source tree instead of
compiling it. logos-module-builder uses this to expose a `.#generate`
output — a ready-to-build codebase (module source + fully-populated
generated_code/). The normal `build` path is behaviorally unchanged.

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-14 14:09:53 -03:00
2026-05-07 12:36:58 -03:00
2026-03-28 10:01:59 -04:00

logos-plugin-qt

The Qt-specific build logic (CMake module, plugin compilation, header generation) as a standalone backend that logos-module-builder delegates to.

This enables swapping the plugin technology without changing the module builder or individual modules.

S
Description
Qt-specific plugin build logic
Readme
594 KiB
Languages
Nix 49.6%
C++ 45%
CMake 3.3%
Shell 1.4%
C 0.7%