Add ComparatorApiManager with SmoCallbacks hooks and startup load.

Register comparator types via a dedicated manager and expose lookup/create
hooks through SmoCallbacks so stimbuff libs can resolve comparators at load time.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-06-10 21:16:05 -04:00
parent 7eda755c15
commit ab930a2df3
7 changed files with 358 additions and 1 deletions
+3
View File
@@ -39,6 +39,9 @@ add_library(smocore STATIC
# Loadable shared libraries
loadableLib/loadableLibraryManager.cpp
# Comparator libs
comparatorLibs/comparatorApiManager.cpp
# ComputeManager
computeManager/computeManager.cpp