Commit graph

4 commits

Author SHA1 Message Date
Lee Bousfield
6b0154b183
memory: Add shared pointer reinterpretPointerCast function (#47)
* memory: Add force reinterpret constructor to shared pointer

* memory: Change constructor to reinterpretPointerCast function

* memory: Add reinterpretPointerCast test
2025-03-04 22:26:24 +01:00
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
Vaxry
3f5293432b tests: enhance memory + format 2024-09-25 22:44:05 +01:00
Vaxry
bf73356d39 utils: Initial Commit 2024-06-08 19:37:15 +02:00