hyprutils/tests
vaxerski 423c69d697 memory: implement a unique pointer
this unique pointer differs from the STL, because it allows weak pointers to it, which cannot be lock()ed.

under the hood, it's just a SP that cannot be referenced.
2025-01-23 11:34:35 +00:00
..
animation.cpp animations: fix adding/removing vars during ::tick (#35) 2025-01-11 16:37:12 +00:00
filedescriptor.cpp os: implent a new FileDescriptor class (#21) 2024-11-21 15:26:34 +00:00
math.cpp tests: enhance memory + format 2024-09-25 22:44:05 +01:00
memory.cpp memory: implement a unique pointer 2025-01-23 11:34:35 +00:00
os.cpp misc: fix some compile warnings (#25) 2024-12-25 19:10:14 +00:00
shared.hpp tests: enhance memory + format 2024-09-25 22:44:05 +01:00
signal.cpp misc: fix some compile warnings (#25) 2024-12-25 19:10:14 +00:00
string.cpp string: fixup isNumber not accepting -1.0 2024-08-28 18:53:00 +02:00