hyprutils/tests
outfoxxed 93246269d4
signal: Typed signals (part 2) (#60)
* signals: make CSignalT API compatible with CSignal

Also fixes emitting reference types

* signals: add a lot of tests

* animation: use CSignalT

* signals: automatically const-ref non arithmetic value types

* signals: allow listeners to ignore args

* signals: add forward()
2025-06-26 12:27:31 +02:00
..
animation.cpp animation: fix end callbacks readding the animation var (#43) 2025-02-02 18:33:44 +01:00
filedescriptor.cpp os: implent a new FileDescriptor class (#21) 2024-11-21 15:26:34 +00:00
math.cpp tests: fix matrix test on 32b archs 2025-06-13 15:05:19 +02:00
memory.cpp memory: add CAtomicSharedPointer and CAtomicWeakPointer (#57) 2025-06-25 19:41:24 +02:00
os.cpp os/process: add exitCode() 2025-04-30 02:16:30 +01:00
shared.hpp tests: enhance memory + format 2024-09-25 22:44:05 +01:00
signal.cpp signal: Typed signals (part 2) (#60) 2025-06-26 12:27:31 +02:00
string.cpp string: add ConstVarList 2025-05-07 17:26:37 +01:00