Work on debian packaging.

This commit is contained in:
BadQuanta
2026-05-17 11:21:41 +00:00
parent 002b28f8d2
commit b92bf271e4
17 changed files with 1465 additions and 26 deletions
+20
View File
@@ -0,0 +1,20 @@
# Change log
Newest at the top, oldest at the bottom.
## 2026-05-11 -- v0.0.1
- Hard-cut rename of grid event dispatch API to Event Pulse System naming.
- `hdk::grid::eps::Conduit<...>` (from `AbstractListDispatch<...>`)
- `hdk::grid::eps::Conduit<...>::Tap` (from `Subscription`)
- `hdk::grid::eps::TapScope` (from `SubscriptionGroup`)
- Renamed conduit verbs: `Attach`/`Detach` (`Trigger` unchanged).
- Added pause controls: `Conduit::Pause/Resume/IsPaused`, `Tap::Pause/Resume/IsPaused`, and `TapScope::PauseAll/ResumeAll`.
- Renamed scope bulk detach API to `DetachAll()`.
- Updated SDL event base inheritance and example usage to EPS names.
- Updated grid and SDL documentation text to EPS vocabulary.
## 2026-04-19 -- v0.0.0
- Scaffold each subproject.
- Import some previous work.