3 Commits

Author SHA1 Message Date
dutchpsycho 3bcfe1cccd clang: formatted 2026-05-06 09:32:58 +10:00
dutchpsycho e9e0de5bd6 controller/core: refresh controller entrypoint logging 2026-05-06 09:11:05 +10:00
dutchpsycho d68c57008e controller: port main entry point and service host from C to C++
Replace Blackbird_controller.c with controller.cpp. The C++ translation uses
RAII for the log file and service handles through a ControllerLogger class,
removing the manual critical-section teardown paths. Refs #11.
2026-04-17 09:00:00 +00:00