This version introduces a few new things and fixes, and breaks ABI.
Fixes
- os/process: disallow copy/move
- tests: fix matrix test on 32-bit
New stuff
- Typed signals
- Atomic managed pointers
MRs
- include/hyprutils/memory/SharedPtr.hpp: include missing by @trofi in #52
- nix: use gcc15 by @FridayFaerie in #54
- signals: add typed signals with CSignalT<> by @outfoxxed in #58
- memory: add CAtomicSharedPointer and CAtomicWeakPointer by @PaideiaDilemma in #57
- add editorconfig by @outfoxxed in #61
- Typed signals (part 2) by @outfoxxed in #60
New Contributors
- @trofi made their first contribution in #52
- @FridayFaerie made their first contribution in #54
Full Changelog: v0.7.1...v0.8.0