2 Commits

Author SHA1 Message Date
dutchpsycho 14123cc20a controller/runtime: split service runtime and symbols 2026-05-06 09:11:08 +10:00
dutchpsycho 8233d87928 controller/runtime: port controller runtime, node runtime, and symbol service to C++
Replace Blackbird_controller_runtime.c, blackbird_controller_node_runtime.c, and
blackbird_controller_symbol_service.c with runtime.cpp, node_runtime.cpp, and
symbol_service.cpp respectively. Node-runtime thread management uses std::thread
and the symbol service uses std::string for path handling. Refs #11.
2026-04-17 11:00:00 +00:00